/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs ul {
	width:665px;
	height:25px;
	float:left;
}

.shadetabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: 0px;
}
a, a:link, a:visited, a:hover {
	outline:none;
}


.unidades_b_box {
	width:960px;
	float:left;
	margin:0px;
	padding:0px;
}
.unidades_b_cont {
	width:930px;
	float:left;
	margin:0px;
	padding:15px;
	background:#e6e7da;
}
.unidades_b_cont_b {
	width:930px;
	float:left;
	margin:0px;
	padding:15px;
}

.shadetabs li{
display: inline;
margin: 0;
width:300px;
text-align:center;
line-height:23px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #005790;
	background:url(../images/solapas.gif) top no-repeat;
	outline:none;
	width:130px;
	height:23px;
	float:left;
	text-align:center;
	border-bottom:1px solid #c6c7c8;
}

.shadetabs li a:visited{
	color: #3ea3cb;
	outline:none;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #3ea3cb;
	outline:none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
outline:none;
color:#3ea3cb;
}

.shadetabs li a.selected{ /*selected main tab style */
	background:url(../images/solapas.gif) bottom no-repeat;
	border:0px;
}

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

.tabcontent{
display:none;
}

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