
.shadetabs{
/*padding: 3px 0; */
padding:0px;
margin-left: 0px; 
margin-right:0px;
margin-top: 1px;
margin-bottom: 0px;
font: bold 12px tahoma;
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: 0px;
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: #2d2b2b;
	background: #e5e5e5;
	display: block;
	float: left;
	width:167px;
	height:43px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin:0px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;

}

.shadetabs li.selected a{ /*selected main tab style */
background: #ED1C24;
border-bottom-color: #FFFFFF;
color: #FFF;
font-weight: bold;
}

.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 #FFF;
border-bottom: 1px solid #FFF;*/
width: 690px;
height: auto;
overflow:auto;
margin:0px;
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 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;
}

@media print {
.tabcontent {
display:block!important;
}
}
