/*Generales*/
p{
	margin-bottom:20px;
}
ul,li,ol{list-style:none;}
img{border:0px;}
.rotulo{
	color:#2CA6B7;
	font-size:24px;
	font-weight:normal;
	margin-bottom:20px;
}
.subrotulo{
	color:#0C7F8C;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
}
.subrotulo a{
	text-decoration:none;
	margin-left:15px;
	color:#BBBBBB;
	border-left:1px solid #DDDDDD;
	padding-left:30px;
	font-size:13px;
	font-weight:bold;
	background: url(../imagenes/flecha2.gif) no-repeat 15px 2px;
}
.subrotulo a:hover{
	color:#999999;
}
/*Operadores*/
.lista_operadores{
	width:510px;
	float:left;
	border-right:1px solid #DDDDDD;
	padding-right:30px;
}
.lista_operadores ul {
	text-align:center;
}
.lista_operadores li{
	display:inline;
	text-align:center;
}
.lista_operadores img{
	vertical-align:middle;
	margin:40px;
}
.banner_300x250{
	float:right;
}
.banner_300x250 img{
	display:block;
	margin-bottom:20px;
}
/*Tarifas por operador*/
.logo_operador{float:right}
.tarifas{
	float:left;
	width:710px;
}
.tarifas .tarifa{
	margin-top:80px;
	padding-top:15px;
	border-top:1px solid #DDDDDD;
}
.tarifas .descipcion_tarifa{
	border: 1px solid #0C7F8C;
	padding:10px;
	padding-bottom:0px;
	margin-bottom:20px;
}
.tarifas table{
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
}
.tarifas td{
	background:#F7F7F7 url(../imagenes/fondo_celda.png) repeat-x left top;
	border:1px solid #FFFFFF;
	padding:10px;
	text-align:center;
	line-height:110%;
	font-weight:bold;
	color:#0C7F8C;
}
.tarifas td.indice{
	background:#5BC0D2 url(../imagenes/fondo_celda-indice.png) repeat-x left top;
	color:#FFFFFF;
}
.tarifas td.indice2{
	background:#E9E9E9 url(../imagenes/fondo_celda-indice2.png) repeat-x left top;
}
.tarifas td.blanco{
	background:#FFFFFF;
	border-bottom:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
}
.tarifas .letra_pequena{font-size:11px;}
.volver{
	position:absolute;
	left:61px;
	top:266px;
	font-weight:bold;
	text-decoration:none;
	background:url(../imagenes/volver.gif) no-repeat 0px 5px;
	padding-left:13px;
}
.banner_160x600{
	float:right;
	width:160px;
}
/*Accesos*/
.accesos li{
	border:1px solid #EFEFEF;
	margin-bottom:10px;
	width:158px;
}
.accesos a{
	text-align:center;
	width:144px;
	display:block;
	text-decoration:none;
	background:#FFFFFF;
	padding:6px;
	font-weight:bold;
	line-height:110%;
	font-size:12px;
	border:1px solid #DEDEDE;
	padding-top:12px;
	padding-bottom:12px;
}
.accesos a:hover{
	background-color:#EDF8FA
}
.accesos a p{
	text-align:left;
	padding:5px;
	line-height:120%;
	margin-bottom:0px;
	background:url(../imagenes/flecha.gif) no-repeat 5px 8px;
	text-indent:16px;
}
.accesos a:hover p{background-image:url(../imagenes/flecha_b.gif);}
.accesos a span{
	display:block;
	font-weight:normal;
	font-size:11px;
	color:#787878;
	text-align:left;
	padding:5px;
}
.accesos a:hover span{color:#0C7F8C}
