<!--
/*etiquetas generales*/
html, body{width:100%;height:auto;text-align:center;}
html, div, img, h1, h2, h3, form, a, ul, p{margin:0px; padding:0px;}
body{
	font: normal 11px tahoma,arial;
	color:#333333;
	margin:0px;
	background: transparent url(../graficos/fondo.png);
}
pre{
	font: normal 11px tahoma,arial;
}
h1{
	font: normal 12px tahoma,arial;
	color:#333333;
}
h2{
	font: bold 22px tahoma,arial;
	color:#2998BC;
}
h3{
	font: bold 22px tahoma,arial;
	color:#F56A03;
}
hr{
	margin-top:10px;
	margin-bottom:15px;
	color:#D7D7D7;
	height:1px;
}
hr.listado{
	margin-top:0px;
	margin-bottom:0px;
	color:#D7D7D7;
	height:1px;
}
table{
	text-align:left;
}
.subtituloNaranja{
	font: normal 20px tahoma,arial;
	color:#F56A03;
	text-decoration:none;
}
.subtituloAzul{
	font: normal 16px tahoma,arial;
	color:#2998BC;
}
.naranja{
	color:#F56A03;
}
.azul{
	color:#2998BC;
}
A.brigantia{
	color:#621B1D;
	font-weight:bold;
	text-decoration:none;
}
A.brigantia:hover{
	color:#621B1D;
	font-weight:bold;
	text-decoration:underline;
}
.cuadroAzul{
	list-style-type:none;
	background: transparent url(../graficos/cuadradoAzul.png) 0px 5px no-repeat;
	padding-left:15px;
	margin:5px;
}
.cuadroNaranja{
	list-style-type:none;
	background: transparent url(../graficos/cuadradoNaranja.png) 0px 5px no-repeat;
	padding-left:15px;
	margin:5px;
}
.flechaNaranja{
	list-style-type:none;
	background: transparent url(../graficos/flechaNaranja.png) 0px 3px no-repeat;
	padding-left:15px;
	height:25px;
}
.planesGrisOscu{
	background-color:#F56A03;
	padding:5px;
	font: bold 11px tahoma,arial;
	width:175px;
	text-align:left;
	color:#ffffff;
}
.planesOcasionalOscu{
	background-color:#EBC5EB;
	padding:5px;
	font: bold 11px tahoma,arial;
	color:#F56A03;
	width:175px;
	text-align:center;
}
.planesHabitualOscu{
	background-color:#FFDA79;
	padding:5px;
	font: bold 11px tahoma,arial;
	color:#F56A03;
	width:175px;
	text-align:center;
}
.planesContinuaOscu{
	background-color:#D9EDF3;
	padding:5px;
	font: bold 11px tahoma,arial;
	color:#F56A03;
	width:175px;
	text-align:center;
}
.planesGris{
	background-color:#FBF0DB;
	padding:5px;
	font: normal 11px tahoma,arial;
	color:#333333;
	width:175px;
}
.planesOcasional{
	background-color:#F5F5F5;
	text-align:center;
	padding:5px;
	font: normal 11px tahoma,arial;
	color:#333333;
	width:175px;
}
.planesHabitual{
	background-color:#F5F5F5;
	padding:5px;
	font: normal 11px tahoma,arial;
	color:#333333;
	width:175px;
	text-align:center;
}
.planesContinua{
	background-color:#F5F5F5;
	padding:5px;
	font: normal 11px tahoma,arial;
	color:#333333;
	width:175px;
	text-align:center;
}
img{
	border:0px;
}
a{
	font: normal 11px tahoma,arial;
	color:#F56A03;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}
a:hover{
	font: normal 11px tahoma,arial;
	color:#F56A03;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
INPUT,SELECT,TEXTAREA{
	border:1px solid #2998BC;
	font: 11px Tahoma,Arial,Verdana;
	color:#F56A03;
	padding-left:3px;
	background-color:#DFF1F7;
}
TD.bordeo{
	border:1px solid #2998BC;
	font: 11px Tahoma,Arial,Verdana;
	color:#F56A03;
	padding:2px;
	background-color:#DFF1F7;
	
}
INPUT[disabled],SELECT[disabled],TEXTAREA[disabled]{
	border:1px solid #C9C7BA;
	font: 11px Tahoma,Arial,Verdana;
	color:#C9C7BA;
	padding-left:3px;
	background-color:#DFF1F7;
}
INPUT.boton{
	border-top:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	font: bold 11px Tahoma,Arial,Verdana;
	color:#ffffff;
	height:25px;
	padding-left:7px;
	background: #F56A03 url(../graficos/flechaBoton.png) 0px 3px no-repeat;
	cursor:pointer;
}
INPUT.botonGrande{
	border-top:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	font: bold 11px Tahoma,Arial,Verdana;
	color:#ffffff;
	height:25px;
	cursor:pointer;
	background: #F56A03 0px 3px no-repeat;
}
/*etiquetas especificas*/
a.cabecera{
	font: normal 10px tahoma,arial;
	color:#F56A03;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}
a.cabecera:hover{
	font: normal 10px tahoma,arial;
	color:#F56A03;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
a.tituloNaranja{
	color:#F56A03;
	font: bold 22px helvetica,tahoma,arial;
	text-decoration:none;
}
a.rss{
	color:#2998BC;
	font: bold 14px helvetica,tahoma,arial;
	text-decoration:none;
}
INPUT.sinBorde{
	border:0px;
	background-color:transparent;
}
INPUT.cabecera{
	border:1px solid #2998BC;
	font: 9px Tahoma,Arial,Verdana;
	color:#333333;
	padding-left:3px;
	background-color:#F4FAFC;
}
INPUT.botonCabecera{
	border-top:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	font: bold 9px Tahoma,Arial,Verdana;
	color:#ffffff;
	padding-left:3px;
	background-color:#F56A03;
	cursor:pointer;
}
/*clases*/
.borde{
	border:1px solid #2998BC;
}
.blanco{
	color:#ffffff;
}
.aviso{
	color:#333333;
	background-color:#FEDBC0;
	padding:5px;
}
.guia{
	color:#9B1111;
	font: normal 10px tahoma,arial;
}
.titulo{
	color:#333333;
	font:bold 14px Tahoma, Arial, Verdana;
}
.resumen{
	color:#B54B1B;
	font:normal 12px Tahoma, Arial, Verdana,;
}
/*identificadores unívocos
div{border: 1px solid #333333;margin:3px;}*/
#sombraSup{
	width:760px;
	height:10px;
	margin:0px;
	paddin:0px;
	background: transparent url(../graficos/fondoSup.png) 0px 0px no-repeat;
}
#sombraCon{
	width:760px;
	margin: 0px;
	height:auto;
	background: #ffffff url(../graficos/fondoCon.png) 0px 0px repeat;
}
#sombraInf{
	width:760px;
	height:15px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../graficos/fondoInf.png) 0px 0px no-repeat;
}
#pagina{
	width:1000px;
	height:auto;
	margin:0px auto;
	text-align:center;
	background: transparent url(../graficos/fondoCon.png) 0px 0px no-repeat;
}
#container{
	width:760px;
	text-align:left;
	float:left;
	height:auto;
}
#publiDerecha{
	width:235px;
	float:right;
	background: #ffffff url(../graficos/fondoLateral.png) 0px 0px repeat-y;
	text-align:center;
	height:auto;
}
#header{
	background: #ffffff url(../graficos/fondoLogo.png) 0px 0px no-repeat;
	height:80px;
	width:760px;
	margin: 0px;
	padding:0px;
}
#header a span {
	visibility: hidden;
}
#header a.logo {
	width: 250px;
	height: 60px;
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#menuIndex{
	width:760px;
	height:50px;
	padding: 0px;
	margin: 0px;
	background: #ffffff url(../graficos/fondoMenu.png) 0px 0px no-repeat;
}
#menu{
	width:760px;
	height:70px;
	padding: 0px;
	margin: 0px;
	background: #ffffff url(../graficos/fondoMenu.png) 0px 0px no-repeat;
}
#menuOfertas{
	width:760px;
	height:35px;
	padding: 0px;
	margin: 0px;
	background: #ffffff url(../graficos/fondoMenu.png) 0px 0px no-repeat;
}

#divform{
	width:760px;
	padding: 0px;
	margin: 0px;
	background: #ffffff url(../graficos/fondoMenu.png) 0px 0px no-repeat;
}

#subMenu{
	text-align:left;
	padding-left:15px;
	padding-top:5px;
	margin:0px;
	width:700px;
	height:20px;
	clear:both;
}
#main{
	width:760px;
	padding: 0px;
}
.contenidoMain{
	padding-left:35px;
	padding-bottom:5px;
	padding-right:15px;
}
#ofertas{
	width:760px;
	padding: 0px;
	clear:both;
	background: transparent url(../graficos/fondoCon.png) 0px 0px no-repeat;
}
#bienvenida{
	width:760px;
	height:240px;
	padding:0px;
	margin:0px;
	background: #ffffff url(../graficos/bienvenida.jpg) 0px 0px no-repeat;
}
#pie{
	clear:both;
	height:30px;
	padding-top:5px;
	margin:0px;
	text-align:center;
}

ul#pestanas{list-style-type:none;margin:0px;padding:0px;height:30px;margin-left: 15px;width:725px;}
ul#pestanas li{float:left;margin-right: 0px;text-align: center;}
ul#pestanas li a{font: bold 12px tahoma,arial;float:left;width: 95px;padding: 8px 0;background: #ffffff url(../graficos/pestanaOff.png) 0px 0px no-repeat;text-decoration:none;color: #ffffff;}
ul#pestanas li a:hover{font: bold 12px tahoma,arial;background: #ffffff url(../graficos/pestanaOn.png) 0px 0px no-repeat;color: #666666}
ul#pestanas li.menuOn a{background: #ffffff url(../graficos/pestanaOn.png) 0px 0px no-repeat;color: #666666}
ul#pestanas li.menuOn a:hover{background: #ffffff url(../graficos/pestanaOn.png) 0px 0px no-repeat;color: #000000}

ul#pestanasOfertas{list-style-type:none;margin:0px;padding:0px;margin-left: 15px;width:725px;height:30px;}
ul#pestanasOfertas li{float:left;margin-right: 0px;text-align: center;height:30px;}
ul#pestanasOfertas a{font: bold 12px tahoma,arial;float:left;width: 133px;height:30px;padding: 8px 0;background: #ffffff url(../graficos/pestanaOfertasOff.png) 0px 0px no-repeat;text-decoration:none;color: #ffffff;}
ul#pestanasOfertas a:hover{font: bold 12px tahoma,arial;background: #ffffff url(../graficos/pestanaOfertasOn.png) 0px 0px no-repeat;color: #666666}
ul#pestanasOfertas li.menuOn a{background: #ffffff url(../graficos/pestanaOfertasOn.png) 0px 0px no-repeat;color: #666666}
ul#pestanasOfertas li.menuOn a:hover{background: #ffffff url(../graficos/pestanaOfertasOn.png) 0px 0px no-repeat;color: #000000}

ul#pestanasOfertasG{list-style-type:none;margin:0px;padding:0px;margin-left: 15px;width:725px;height:30px;}
ul#pestanasOfertasG li{float:left;margin-right: 0px;text-align: center;height:30px;}
ul#pestanasOfertasG a{font: bold 12px tahoma,arial;float:left;width: 200px;height:30px;padding: 8px 0;background: #ffffff url(../graficos/pestanaOfertasGOff.gif) 0px 0px no-repeat;text-decoration:none;color: #ffffff;}
ul#pestanasOfertasG a:hover{font: bold 12px tahoma,arial;background: #ffffff url(../graficos/pestanaOfertasGOn.gif) 0px 0px no-repeat;color: #666666}
ul#pestanasOfertasG li.menuOn a{background: #ffffff url(../graficos/pestanaOfertasGOn.gif) 0px 0px no-repeat;color: #666666}
ul#pestanasOfertasG li.menuOn a:hover{background: #ffffff url(../graficos/pestanaOfertasGOn.gif) 0px 0px no-repeat;color: #000000}

a.subMenu{
	font: normal 11px arial;
	text-decoration:none;
	color:#666666;
}
a.subMenu:hover{
	font: normal 11px arial;
	text-decoration:none;
	color:#000000;

}
a.subMenuOn{
	font: normal 11px arial;
	text-decoration:none;
	color:#000000;

}
a.subMenuOn:hover{
	font: normal 11px arial;
	text-decoration:none;
	color:#666666;

}
a.grisOscu{
	font: normal 11px arial;
	text-decoration:none;
	color:#333333;

}
a.grisOscu:hover{
	font: normal 11px arial;
	text-decoration:underline;
	color:#333333;

}
a.grisPubli{
	font: normal 10px arial;
	text-decoration:none;
	color:#666666;

}
a.grisPubli:hover{
	font: normal 10px arial;
	text-decoration:underline;
	color:#666666;

}
a.blanco{
	font: normal 12px tahoma,arial;
	color:#ffffff;
	text-decoration:none;
}
a.blanco:hover{
	font: normal 12px tahoma,arial;
	color:#FEE4CB;
	text-decoration:none;
}
a.blancoBig{
	font: bold 17px tahoma,arial;
	color:#ffffff;
	text-decoration:none;
}
a.blancoBig:hover{
	font: bold 17px tahoma,arial;
	color:#ffffff;
	text-decoration:none;
}
td{
	font: normal 11px tahoma,arial;
	color:#333333;
}
td.cabeceraListado{
	background-color: #DCF0F7;
	font: bold 11px tahoma,arial;
	color: #333333;
	padding:5px;
}
.cabeceraListadoIconos{
	background-color: #DCF0F7;
}
td.migas{
	background:transparent url(../graficos/fondoMigas.gif) 0px 0px no-repeat;;
	font: normal 11px tahoma,arial;
	color: #333333;
	padding-left:8px;
	height:30px;
}
td.listado{
	font: normal 11px tahoma,arial;
	color: #333333;
	padding:5px;
}
.linea{
	border-bottom:1px solid #E5E5E5;
}
 -->