@charset "utf-8";
/* CSS Document */

@import url("reset.css");

/* Esto se usa en la validaci�n de los formularios y mensajes de error */
label.error, p.error { 
	color: red;
	font-size:0.9em;
}
input.error {
	border: 1px dotted #F00;
}

#noticias #contenido #principal li, #aereos #contenido #principal li {
	padding-left:20px;
	padding-bottom:5px;
	margin-left:10px;
	background: url(../images/li.png) no-repeat left center;	
}

body {
	font: 12px/130% Verdana, Geneva, sans-serif;
	color: #000;
	background: url(../images/fondo_body.jpg) repeat-x;
}

#cabecera {
	width:942px;
	margin:auto;
}

#cabecera #arriba {
	height:144px;
	background: url(../images/cabecera_fondo.jpg) no-repeat;
}

#cabecera #arriba a.logo {
	width:195px;
	float:left;
	margin-top:20px;
	margin-left:30px;
	height:114px;
	background: url(../images/logo.png) no-repeat 0px top;	
}

#cabecera #arriba a.newsletter {
	float:right;
	margin-right:5px;
	height:135px;
	width:169px;
	background: url(../images/btn_newsletter.png) no-repeat 0px top;
}

#cabecera #arriba a.newsletter:hover {
	background: url(../images/btn_newsletter.png) no-repeat 0px bottom;
}

#cabecera #menu {
	width:942px;
	height:51px;
	background: url(../images/fondo_menu.jpg) repeat-x;
}

#cabecera #menu ul {
	margin-left:18px;	
}

#cabecera #menu li {
	display:inline;
}

#cabecera #menu a {
	height:47px;
	display:block;
	float:left;
	line-height:47px;
	padding:0px 34px 0px 34px;
	background: url(../images/separador_menu.png) no-repeat left top;	
}

#cabecera #menu a:hover {
	background: url(../images/btn_hover.png) repeat-x;	
}

/*-----CONTENIDO!!!-----*/

#contenido {
	background-color:#DDD;
	width:940px;
	position:relative;
	margin:auto;
	min-height:500px;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}

#contenido h2 {
	font-size:18px;
	color:#DFDFDF;
	display:block;
	line-height:36px;
	padding-left:15px;
	font-weight:normal;
	margin-bottom:10px;
}

#contenido h3 {
	font-weight:normal;
	color:#666;
	font-size:14px;
	margin-bottom:10px;
}

#contenido a {
	text-decoration:none;
}

#contenido p {
	padding-bottom:10px;
}

#contenido img {
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-top:1px solid #AAA;
	border-left:1px solid #AAA;
}

#contenido #columna {
	width:293px;
	padding:20px 16px 0px 6px;
	float:right;
}

#contenido #columna .bloqueaereos h2 {
	background-image:url(../images/bloqueaereos_title.png);
}

/*---DEFAULT--*/

#contenido #principal {
	width: 100%;
	padding:20px 8px 20px 15px;
	_padding-left:8px;
}

#default #contenido #principal {
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
}

img.destacados {
	position:absolute;
	top:40px;
	left:34px;
	border:0 none !important;
	z-index:777;
}

#slider {
	padding:9px;
	border:1px solid #AAAAAA;
}

#slider img {
	border:0 none;
}

#slider > div {
	margin:9px;
	border-left:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	height:290px;
	position:relative;
	overflow:hidden;
}

#slider p {
	position: absolute;
	bottom: 0px;
	width: 95%;
	color:#FFF;
	padding: 12px;
	left: 0px;
	background:url(../images/black-70.png) repeat;
}

#slider p strong {
	display:block;
}

#pager-slider {
	position:absolute;
	top:40px;
	right:25px;	
	z-index:888;
}

#pager-slider a {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	line-height:14px;
	font-size:10px;
	color:#FFF;
	text-align:center;
	margin-right: 7px;
	border-radius:3px;
	background-color:#DFBAB7;
}

#pager-slider a:hover, #pager-slider a.activeSlide {
	background-color:#EA4124;
}

#olap-search, #olap-result {
	padding: 0 15px 15px 20px;	
}


/*----BLOQUE--GALERIA----*/

#contenido #principal .bloquegaleria {
	width:593px;
	height:294px;
	/*padding-left:9px;
	padding-top:7px;*/
}

#contenido #principal .bloquegaleria img {
	border:none;
}

/*---BLOQUE--PROMOS----*/

#contenido #promos .bloquenoticias {
	margin-left:3px;
}

#contenido #promos .bloquenoticias h2 {
	display:none;
}

#contenido #promos .bloquenoticias .item {
	width:274px;
	height:212px;
	float:left;
	padding:10px;
	margin-left:12px;
	_margin-left:6px;
	margin-bottom:12px;
	border:1px solid #AAA;
	background-color:#FFF;
}

#contenido .bloquenoticias p.descripcion {
	min-height:45px;
}

#contenido #promos .bloquenoticias .item a:link,
#contenido #promos .bloquenoticias .item a:visited {
	display:block;
}

#contenido #promos .bloquenoticias .item h3, #noticias #principal .bloquenoticia a h3 {
	display: block;
	font-size: 13px;
	padding-left:10px;
	margin-bottom:5px;
	line-height: 26px;
	font-weight: normal;
	color:#F9C6BD;
	background: url(../images/bloquepromos_title.png) no-repeat;
	text-shadow: 0px -1px 1px #45170F;
}

#contenido #promos .bloquenoticias .item p.extrapromo, 
#contenido #columna .item p.extrapromo, 
#noticias #principal .bloquenoticia p.extra {
	padding:0px;
	font-size:10px;
	font-weight:bold;
	color:#006699;
}
	

#contenido #promos .bloquenoticias .item p.more a, #noticias #principal .bloquenoticia a.more {
	float:right;
	background: url(../images/masinfo.png) center top;
	width:45px;
	height:11px;
}

#contenido #promos .bloquenoticias .item p.more a:hover, #noticias #principal .bloquenoticia a.more:hover {
	background: url(../images/masinfo.png) center bottom;	
}


/*----BLOQUE--PROMOS---COLUMNA----*/

#columna .bloquenoticias .item {
	width:274px;
	height:112px;
	padding:10px;
	margin-bottom:12px;
	border:1px solid #AAA;
	background-color:#FFF;
}

#columna .bloquenoticias .item img {
	display:none;
}

#columna .bloquenoticias h2 {
	display:block;
	background-image:url(../images/bloquepromos_columna_title.png);
}

#columna .bloquenoticias .item h3 {
	display: block;
	font-size: 13px;
	padding-left:10px;
	margin-bottom:5px;
	line-height: 26px;
	font-weight: normal;
	color:#F9C6BD;
	background: url(../images/bloquepromos_title.png) no-repeat;
	text-shadow: 0px -1px 1px #45170F;
}

#columna .bloquenoticias .item p.more a {
	float:right;
	background-image:url(../images/masinfo.png);
	width:45px;
	height:11px;
}


#columna .bloquenoticias .item p.more a:hover {
	background: url(../images/masinfo.png) 0px bottom;	
}

/*-----PROMOS------------*/

#noticias #principal h2 {
	background: url(../images/promos_title.png) no-repeat;
	margin-bottom:17px;
}

#noticias #principal img.imagenprincipal {
	float:left;
}

#noticias #principal .bloquenoticia {
	width:274px;
	height:200px;
	float:left;
	padding:6px;
	margin:0px 6px 12px 6px;
	_margin-left:3px;
	_margin-right:3px;
	border:1px solid #AAA;
	background-color:#FFF;
	
}

#noticias #principal .noticia .destacadoarriba {
	padding:10px;
	height:120px;
	border:1px solid #AAA;
	background-color:#FFF;
}

#noticias #principal .noticia .destacadoarriba p {
	color:#666;
	margin-left:325px;
	margin-right:25px;
	font-size:15px;
}

#noticias #principal .texto, #aereos #principal .texto {
	padding-bottom:15px;
	padding-top:10px;
	background: url(../images/barrita_separacion.png) repeat-x bottom;
}

#noticias #principal .gallery {
	padding-top:30px;
	padding-bottom:15px;
	background: url(../images/barrita_separacion.png) repeat-x bottom;
}

#noticias #principal .gallery img {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

#noticias #principal .optionbar, #aereos #principal .optionbar {
	margin-top:15px;
	margin-right:25px;
}

#noticias #principal .optionbar img, #noticias #principal p img, #aereos #principal .optionbar img {
	border:0;
	padding:0;
}

#noticias #principal .optionbar p, #aereos #principal .optionbar p {
	display:inline;
	margin-left:5px;
}

#noticias #principal .optionbar p a, #aereos #principal .optionbar p a {
	margin:10px;
}

#noticias #principal p.all a, #aereos #principal p.all a {
	margin-top:15px;
	background: url(../images/vertodas.png);
	width:53px;
	height:11px;
	float:right;
	display:block;
}

#noticias #principal p.all a:hover, #aereos #principal p.all a:hover {
	background: url(../images/vertodas.png) 0px bottom;	
}


/*-----AEREOS------*/

#aereos #principal h2 {
	background: url(../images/aereos_title.png) no-repeat;
	margin-bottom:17px;
}

#aereos #principal .bloquenoticia {
	width:600px;
	height:75px;
	margin-bottom:20px;
	background-image:url(../images/fondo_aereos.png);
}

#aereos #principal .bloquenoticia p.extra {
	font-size:22px;
	color:#454545;
	margin-left:45px;
	font-weight:bold;
	margin-top:18px;
	text-shadow: 1px 1px 1px #FFF;
}

#aereos #principal .bloquenoticia h3 {
	color:#EA4124;
	font-size:16px;
	padding-left:10px;
	padding-top:6px;
}

#aereos #principal .noticia p.extra {
	font-size:22px;
	float:right;
	color:#454545;
	margin-right:18px;
	font-weight:bold;
	margin-top:15px;
	text-shadow: 1px 1px 1px #FFF;
}

#contenido a.iracontacto {
	float:right;
	display:block;
	margin:10px;
	font-size:14px;
	color:#006699;
}

#contenido a.iracontacto:hover {
	text-decoration:underline;
}

/*-----GENERALES-------*/

#general #contenido #principal h2 {
	background: url(../images/institucional_title.png) no-repeat;
	margin-bottom:25px;
}

#servicios #contenido #principal h2 {
	background: url(../images/servicios_title.png) no-repeat;
	margin-bottom:25px;
}

#servicios #contenido #principal img, #general #contenido #principal img {
	margin-bottom:15px;
}

#default #contenido #columna a.bannerski {
	display:block;
	width:135px;
	float:left;
	height:68px;
	margin-bottom:15px;
	margin-top:6px;
}

#default #contenido #columna a.bannerski img {
	border:0 none;
}

#default #contenido #columna a.bannergaleria {
	display:block;
	width:140px;
	margin-right:18px;
	float:left;
	height:77px;
	margin-bottom:15px;
	margin-top:2px;
	background: url(../images/fondo_btn_galeria2.jpg) no-repeat top;
}

#default #contenido #columna a.bannergaleria:hover {
	background: url(../images/fondo_btn_galeria2.jpg) no-repeat bottom;
}

/*-----AEREOS---BLOQUE--COLUMNA------*/

#contenido .bloqueaereos .item {
	float:left;
	width:97px;
	height:83px;
	background: url(../images/aereos_fondo_bloque.jpg) no-repeat;
}

#contenido .bloqueaereos .item h3 {
	padding-top:13px;
	padding-left:10px;
	color:#EA4124;
}

#contenido .bloqueaereos .item p.extra {
	font-size:18px;
	float:right;
	color:#454545;
	margin-right:9px;
	font-weight:bold;
	padding-top:8px;
	text-shadow: 1px 1px 1px #FFF;
}


#contenido .bloqueaereos .item p.descripcion {
	padding-bottom:0px;
}

/*---CONTACTO----*/

#contacto #contenido #principal h2 {
	background:url(../images/contacto_title.png) no-repeat;
}

#contacto #contenido input, #contacto textarea {
	display:block;
	margin-bottom:5px;
}

#contacto #contenido form {
	margin-left:50px;
}


/*----------GALERIA-----------*/

#galeria #contenido #principal h2 {
	background:url(../images/galeria_title.png) no-repeat;
}

#galeria div.foto {
	width:33%;
	float:left;
	margin-bottom:13px;
}

#galeria div.foto a {
	width:185px;
	display:block;
	margin:auto;	
}

/*----FOOTER-----*/


#prefooter {
	padding:5px 0;
	line-height:55px;
	text-align:center;
	color:#666;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	width:940px;
	margin:auto;
	background: #DDD url(../images/barrita_separacion.png) repeat-x top;
}

#prefooter img {
	padding:0 10px;
	vertical-align:middle;
}

#footer {
	font-size:10px;
	height:41px;
	color:#666;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	width:940px;
	margin:auto;
	background: #DDD url(../images/barrita_separacion.png) repeat-x top;
}

#footer img {
	float:left;
	margin-top:7px;
	margin-left:10px;
	margin-right:15px;
}

#footer p {
	float:left;
}

#footer p.data {
	width:700px;
	padding-top:10px;
}

#footer p.label {
	padding-top:18px;
	text-align:right;
	width:100px;
}

#footer p a {
	color:#CC0000;
	text-decoration:none;
}

#footer p a:hover {
	text-decoration:underline;
}

.cierre_footer {
	background: url(../images/cierre_footer.png) no-repeat;
	width:942px;
	height:6px;
	margin:auto;
	margin-bottom:45px;
}
#newsletter #principal h2 {
	background: url(../images/contacto_title.png) no-repeat;
	margin-bottom:17px;
}

/*---*/
#default #contenido #columna {
    width: 420px;
}
#default #contenido #principal {
    width: 100%;
}
#slider p {

}
#slider > div {
	height:368px !important;
}