/* ######### CSS for Shade Tabs. Remove if not using ######### */

#tabtabs {
	height: 33px;
	padding-left: 12px;
	margin: 0px;
}

.tabiz{
	height: 33px;
	width: 7px;
	background-image: url(IzquierdaTab2.jpg);
	background-repeat: no-repeat;
	float: left;
}
.tabiz a {
	display: block;
	height: 30px;
	width: 7px;
	outline: none;
}
.tabiz a.selected {
	background-image: url(IzquierdaTab.jpg);
	background-repeat: no-repeat;
}

.tabcen{
	float: left;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 33px;
	width: 100px;
	background-image: url(CentroTab2.jpg);
	text-align: center;
	line-height: 10px;
}
#contenedorTabas {
	height: 33px;
}

.tabcen a{
	color: #666666;
	text-decoration: none;
	top: 10px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	display: block;
	height: 23px;
	padding-top: 7px;
	outline: none;
}
.tabcen a:hover{
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}

.tabcen a.selected{
	color: #004990;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	height: 29px;
	background-image: url(CentroTab.jpg);
}

.tabcen span{
	position: relative;
	top: 10px;
	width: auto;
}

.tabder{
	height: 33px;
	width: 7px;
	background-image: url(DerechaTab2.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 5px;
}
.tabder a {
	text-decoration: none;
	display: block;
	height: 30px;
	width: 7px;
	outline: none;
}
.tabder a.selected {
	background-image: url(DerechaTab.jpg);
}

.contenedorinfotabs{
	border:1px solid gray;
	width:382px;
	margin-bottom: 10px;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #633;
	background-color: #FC6;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.tabcontent{
	display:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.tabcontent ul{
	list-style-image: url(../images/icoBotoneraCentral.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
}
.tabcontent li{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
}

@media print {
.tabcontent {
display:block !important;
}
}
