
.shadetabs{
	padding:0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: normal 11px tahoma;
	list-style-type: none;
	text-align: center; 
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding:0px;
	margin: 0px;
	border:0;
	font-size:11px;
	line-height:14px;
	color: #0b4b94;
	background: white url(../images/tab.gif) bottom left repeat-x;
	width:65px;
	height:35px;
	float:left;
	font-weight:normal;
	clear:none;
}

.shadetabs li a span{
	margin-top:3px;
	display:block
}

.shadetabs li a:visited{
	color: #0b4b94;
}

.shadetabs li a:hover{
	background-image: url(../images/tabActive.gif);
	color:#fff;
}

/*.shadetabs li a.selected{ selected main tab style 
position: relative;
top: 1px;
}*/

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/tabActive.gif);
	color:#fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}






.shadetabsMiddleCol{
	padding:0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: normal 11px tahoma;
	list-style-type: none;
	text-align: center; 
	margin-top:25px;
	width:500px;
}

.shadetabsMiddleCol[class]{
	width:527px;
}

.shadetabsMiddleCol li{
	display: inline;
	margin: 0;
}

.shadetabsMiddleCol li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding:0px;
	margin: 0px;
	border:0;
	font-size:11px;
	line-height:25px;
	color: #0b4b94;
	background: white url(../images/tabXl.jpg) bottom left repeat-x;
	width:150px;
	height:35px;
	float:left;
	font-weight:normal;
	clear:none;
}

.shadetabsMiddleCol li a span{
	margin-top:3px;
	display:block
}

.shadetabsMiddleCol li a:visited{
	color: #0b4b94;
}

.shadetabsMiddleCol li a:hover{
	background-image: url(../images/tabActiveXl.jpg);
	color:#fff;
}

/*.shadetabs li a.selected{ selected main tab style 
position: relative;
top: 1px;
}*/

.shadetabsMiddleCol li a.selected{ /*selected main tab style */
	background-image: url(../images/tabActiveXl.jpg);
	color:#fff;
}

.shadetabsMiddleCol li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}






.tabcontent{
	display:none;
	width:180px;
	margin-left:10px;
	margin-top:10px;
}

.tabWrapper{
	border:1px solid #ccc; 
	width:200px; 
	padding: 0px;
	margin:0px;
	clear:both;
	background: url(../images/tabBkg.gif) repeat-x top left;
}

.tabcontent h2, .tabcontentMiddleCol h2{
	font-size:12px;
	color:#0b4b94;
	font-weight:normal;
}

.tabcontent h2 a, .tabcontentMiddleCol h2 a{
	font-weight:bold;
}

.tabcontent p, .tabcontentMiddleCol p{
	font-size:11px;
	line-height:14px;
	color:#000;
	font-weight:normal;
	padding-left:35px;
	background: url(../images/tabIcon.gif) top left no-repeat;
}


.tabcontentMiddleCol p{
	background:none;
}

.tabcontent div, .tabcontentMiddleCol div{
	font-size:11px;
	line-height:14px;
	color:#000;
	font-weight:normal;
	text-align:right;
	padding-bottom:5px;
	border-bottom:1px solid #d3dbe4;
}

.tabcontentMiddleCol div{
	border-bottom:none;
	padding-bottom:0px;
}

.entrada .tabWrapperMiddleCol{
	border:1px solid #ccc; 
	width:500px; 
	padding: 0px;
	margin:0px;
	/*clear:both;*/
	background: url(../images/tabBkg.gif) repeat-x top left;
	display:table;

}

.entrada[class]  .tabWrapperMiddleCol[class]{
	width:527px;	
}