.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 16px Arial Narrow;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #ccdcef;
background: white url(../imagenes/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #ccdcef;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0040AA;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../imagenes/shadeactive.gif);
border-bottom-color: white;
color: #0040AA;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 358px;
margin-bottom: 1em; padding: 10px;
}
#contenido1, #contenido2, #contenido3, #contenido4{
	font-family:Arial, helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:justify;
	/*float:left;*/
	clear:left;
	/*display:block;*/
	border:solid #CCCCCC 0px;
	width:358px;
	height:350px;
	padding:0px;
}
.contentstyletarifas{
border: 1px solid gray;
width: 800px;
margin-bottom: 1em; padding: 10px;
}
#contenidoT1, #contenidoT2, #contenidoT3{
	font-family: Arial, helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:justify;
	width: 800px;
	height:350px;
	/*float:left;*/
	clear:left;
	/*display:block;*/
	border:solid #CCCCCC 0px;
	padding:0px;
}