/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{

padding: 0px 0;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
	height: 30px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
color:#f2e950;
margin: 0px;
	display: inline;
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	height: 30px;
}

.shadetabs li a{
border-right: 0px solid #000000;
	color: #f2e950;
	display:inline-block;
	text-decoration: none;
	line-height: 30px;
	padding-left: 22px;
	padding-right: 23px;
	margin-right:3px;
	font-size: 1em;
	font-weight:bold;
	
	height: 30px;

	margin-top: 2px;
	background-color: #000000;
	border-right-color: #ffffff;
}

.shadetabs li a:visited{
color: #f2e950;
}

.shadetabs li a:hover{
	height: 30px;

	color: #000000;
	background:#f2e950;
}

.shadetabs li a.selected{ /*selected main tab style */
margin-top: 0px;
	background-color: #000000;
	color: #f2e950;

}





.tabcontent{
display:none;
}


.tabcontent h1{
font-size: 2.5em;
	color: #000000;
}



.tabcontent h1 a{
color: #000000;
}

.tabcontent h1 a:hover{
color: #990000;
	text-decoration: none;
}

.tabcontent{
margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	background-color: #F2E950;

}

.tabcontent h4{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.tabcontent a{
color: #000000;
}

.tabcontent a:hover {
text-decoration: underline;
}


.tabcontent ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-image:url(http://localhost/mediatecanva/images/fondotabs.png)
}


.tabcontent p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.2em;
	color: #000000;
	margin-top: 10px;
	}

.tabcontent ul li a {
display:block;
color: #000000;
	list-style: none;
	border-bottom: 1px solid #000000;
	text-transform:uppercase;
	padding-bottom: 4px;
	font-size: 12px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	border-bottom-width:2px;
}


.tabcontent ul li a:hover {
	text-decoration: none;
	color: #f2e950;
	background-color:#000000;
}

.tabcontent ul li a:visited {
	text-decoration: none;

}


.tabcontent ul li a small {  
	color:#000000;  
	font-size:9px;  
	text-transform:uppercase;  
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	position:relative;  
	left:4px;  
	top:0px;  
}


.tabcontent ul li:last-child {
	border-bottom:none;
	padding-bottom: 0px;
}








@media print {
.tabcontent {
display:block !important;
}
}