
.shadetabs{
/*padding: 3px 0; */
padding:0px;
margin-left: 0px; 
margin-right:1px;
margin-top: 1px;
margin-bottom: 0px;
font-family: 'Oswald', sans-serif;
font-size:14px;
line-height:14px;
color:# 3F0;
font-weight:normal;
padding-bottom:5px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
float:left;
}

.shadetabs li{
display: inline;
margin:0 1px 0 0;
padding:0px;
}

.shadetabs li a{
	text-decoration: none;
	text-align:center;
	 /*Changed from 3px to -5px to remove space between tabs */
/*	border: 1px solid #FFF;*/
	color: #4b4b4b;
	display: block;
	float: left;
	width:137px;
	height:43px;
	padding-top:3px;
	background-image:url(/site/DesktopModules/CSSTabs/Skins/Default-Uniform-Width/images/tab_modoff.png);
	background-position: bottom;
	background-repeat:no-repeat;
	margin:0 2px 20px 0;
/*	padding:15px 1px 0 0;*/
	font-weight:normal;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
/*color: #000000;*/
text-decoration:underline;
}

/*insertado por David García*/

.shadetabs li a:hover a:active{
color: #ffffff;
}
/*fin*/

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */

/*border-bottom-color: #FFFFFF;*/
	color: #ffffff;
	background-image:url(/site/DesktopModules/CSSTabs/Skins/Default-Uniform-Width/images/tab_mod.png);
	background-position: bottom;
	background-repeat:no-repeat;
	margin:0 1px 20px 0;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float:left;
text-align:left;
/*border-left: 1px solid #606060;
border-right: 1px solid #778;
border-bottom: 1px solid #778;*/
width: 690px;
height: auto;
overflow:auto;
margin:0 1px 0 0;
padding: 10px;
}
/* <*-- Oculto por Mario Mora el 10 de Febrero para solucionar problema de scroll en IE -->
*html .tabcontentstyle{
width: 472px;
height:88px;
}*/
.tabcontent{
display:none;
}

.tabcontent{
display:none;
}
.tabcontent ul li{
	font-family:tahoma;
	font-size:11px;
	color:#606060;
	font-weight:normal;
	text-align:left;
	list-style-type:none;
}
.tabcontent ul{
	margin:3px 0 3px 25px;
}
.tabcontent  li{
	padding:2px 1px 2px 10px;
	line-height:16px;
	background: url(/site/Portals/0/images/skin/bullet_menu.png) no-repeat left top;
}
/*nuevos estilos over insertado por David García el día 2 de enero de 2012*/

.tabcontent ul li a, a:link, a:visited{  	
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	font-stretch:normal;
	text-align:center;
	color:#bdbdbd;
	margin:0px 0px 0px 0px;
/*	margin:15px 1px 2px 25px;*/
	text-decoration:none;
}


.tabcontent ul li a:hover, a:active{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	text-decoration:underline;
	color:#bdbdbd;
	font-stretch:normal;
	margin:0px 0px 0px 0px;
/*	margin:15px 1px 2px 25px;*/
}
/*Fin de estilos insertados*/

@media print {
.tabcontent {
display:block!important;
}
}
