@import "programas.css";
@import "excursiones.css";
@import "hoteles.css";
@import "destinos.css";
@import "tarifas.css";

*{	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {width: 100%;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D8D99;
	background-image: url(../_img/bg_all.gif);
	background-repeat: repeat-x;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
#col-left {
	float: left;
	width: 145px;
	text-align: left;
	height: 450px;
}
#col-left #mapa {
	margin-left: 13px;
}

#col-left #logoslogin {
	margin-left: 13px;
	background-image: url(../_img/logos_bg.gif);
	background-repeat: no-repeat;
	height: 304px;
	text-align: center;
	width: 96px;
}
#col-left #logoslogin img{
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#col-left #titextranet {
	height: 160px;
	margin-top: 4px;
	margin-left: 12px;
}
#top {
	font-size: 10px;
	color: #D9E2E4;
	height: 18px;
	text-align: right;
	padding-right: 0px;
}
#top p {
	padding-top: 3px;
}
#top a:link, #top a:visited {
	color: #D9E2E4;
	text-decoration: none;
}
#top a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#top #usuario {
	float: left;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 3px;
	background-image: url(../_img/candadito.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#top div.sobre {
	width: 130px;
	height: 18px;
	text-align: center;
	float: right;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: url(../_img/bck_sobre.png) no-repeat bottom left;
}
#top div.sobre a {	
	line-height: 16px;
}
#top div.sobre a:hover {	
	text-decoration: none;}
	
#top div.galeria {
	width: 170px;
	height: 18px;
	text-align: right;
	padding-right:30px;
	float: right;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: url(../_img/bck_galeria.png) no-repeat bottom left;
}
#top div.galeria a {	
	line-height: 16px;
	font-weight: bold;
	margin:0;
	padding:0;
}
#top div.galeria a:hover {	
	text-decoration: none;
}
#top div.salir {
	width: 130px;
	height: 18px;
	text-align: center;
	float: left;
	text-decoration: none;
	padding: 0;
	background: none;
}
#top div.salir a {
	line-height: 18px;
}

#menuppal {
	padding: 0;
	margin-top: 6px;
	margin-right: 0px;
	display: block;
	height: 26px;

}
#menuppal ul {
	list-style-type: none;
	height: 20px;
}
#menuppal ul li {
	height: 20px;
	margin-right: 30px;
	display: inline; 
}

/* #menuppal ul li a img {
	display: inline;
	clear: right;
	}

*/
#menuppal ul li a img {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0ECE4;
	padding-bottom: 6px;
}
	
#menuppal ul li a img:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #71CDF6;
	padding-bottom: 3px;
	}

	* html #menuppal ul li a img {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DBE3E6;
	padding-bottom: 0px;
	}	
	* html #menuppal ul li a:hover{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #71CDF6;
	padding-bottom: 0px;
	} 

#login {
	display: block;
	margin-left: 154px;
	margin-top: 10px;
	margin-right: 20px;
}
#login #titlogin {
	font-size: 12px;
	color: #5A808B;
	font-weight: bold;
	margin-bottom: 30px;
}
#login td{
	padding: 3px;
	font-size: 11px;
	text-align: right;
}
#login .campo {
	background-color: #FFFFFF;
	border: 1px solid #7096A2;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	height: 18px;
}
.boton {
	background-color: #B9CBD2;
	color: #50717A;
	height: 20px;
	border: 1px solid #618894;
	cursor: hand;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

.boton2 {

	background-color: #DAE3E7;
	color: #50717A;
	height: 17px;
	border: 1px solid #B0C6CC;
	cursor: hand;
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
}

.campo {
	border:1px solid #9EB9C2;
	color: #5C828D;
	width: 200px;
	background-image: url(../_img/bg_input.gif);
	height: 15px;
	background-repeat: repeat-x;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 11px;
	margin: 0px;
	padding-top: 3px;
}

#buscador .campo {
	border:1px solid #9EB9C2;
	color: #5C828D;
	width: 140px;
	background-image: url(../_img/bg_input.gif);
	height: 15px;
	background-repeat: repeat-x;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 11px;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper {
	width: 980px;
	margin-right: 10px; }
	
#contenido {
	margin-top: 20px;
	height: auto;
	overflow:auto;
	/* float: left; */
}

#contenido.contnovedades {

}
* html #contenido {
	height: 500px;
	overflow:visible;
}

#submenu {
	margin-left: 150px;
	background-color: #E9EEEF;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9EB9C2;
	border-left-color: #9EB9C2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9EB9C2;
	font-size: 10px;
}

#submenu.hoteles {
	width: 415px;
}

#submenu.administradores {
	width: 380px;
}

#submenu.destinos {
	width: 600px;
}

#submenu a:link, #submenu a:visited {
	color: #01538F;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

#tituloseccion {
	font-size: 16px;
	color: #00AD7F;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #89A8B2;
}
#contenido #exportar {
	float: right;
	background-color: #F1ECE5;
	padding: 3px;
	border: 1px solid #E3DACC;
	font-size: 10px;
	margin-left: auto;
	display: block;
}
#exportar a {
	color: #A98D63;
	text-decoration: none;
}

#exportar a:hover {
	text-decoration: underline;
}

#buscador {
	margin-bottom: 10px;
	background-image: url(../_img/bg_recuadrobuscador.jpg);
	padding: 10px;
	background-repeat: repeat-y;
}


#buscador  a {
	color: #0169B6;
}
#buscadoravanzado table {

}

.eliminar {
	color: #CC3300;
	text-align: center;
}
.eliminar a:hover {
	color: #FFFFFF;
	background-color: #CC3300;
}

.editar {
	color: #009B71;
	text-align: center;
	background-color: #D7F2EB;
}
.editar a:hover {
	color: #FFFFFF;
	background-color: #00AD7F;
}

#herramientas {
	color: #50717A;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0C6CC;
	background-image: url(../_img/bg_input.gif);
	background-repeat: repeat-x;
}

.tithome {
	color: #FF6600;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EB9C2;
	padding-bottom: 5px;
}

.clear{
clear: both;
}

#promocion {
	display: block;
	height: 20px;
	margin-bottom: 1px;
	text-align: right;
}
#promocioncont {
	background-image: url(../_img/promocion.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 100px;
	float: right;
	}
	#promociontexto {
	background-image: url(../_img/promocion_bg.gif);
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
	}
	
#promocion span {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
}
div#staff {
}
div#staff img {
	border: 1px solid #DDD;
}
.alignright, .right { float:right; margin:0 0 10px 15px; border:0; }
.alignleft, .left { float:left; margin:0 15px 10px 0; border:0; }
.clear {
	clear: both;
}
#imghome {
	float: right;
	padding-left: 5px;
}
#englishversion {
	float: right;
}
#englishversion a:link, #englishversion a:visited {
	color: #ff6600;
}
#opcioneslogin {
	margin-right: 20px;
	font-size: 10px;
}
#footer {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #8FAFBA;
	clear: left;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBE3E5;
	padding-top: 3px;
}
#footer a:link, #footer a:visited{
	color: #00AD80;
	padding-right: 2px;
	padding-left: 2px;
}
#footer a:hover{
	color: #FFFFFF;
	background-color: #00C192;
	text-decoration: none;
}
#fotoslogin {
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: 14px;
}

#newsletter {
	height: 35px;
	margin-top: 10px;
	background-image: url(/_img/news_bg.jpg);
	padding-top: 10px;
	padding-left: 230px;
	background-repeat: no-repeat;
	float: left;
	padding-right: 10px;
}
#newsletter a:link, #newsletter a:visited {
	color: #344651;
}
#newsletter a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: none;
}
.condgrales {
	font-size: 10px;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3E9DD0;
	text-decoration: none;
}
.condgrales span {
	text-decoration: underline;
}
.condgrales:hover {
	color: #FFFFFF;
	background-color: #58ACD7;
	text-decoration: none;
}
#hertz {
	float: right;
	margin-top: 30px;
}
#botconsulta {
	background-image: url(../_img/bot_hagasuconsulta.gif);
	background-repeat: no-repeat;
	float: right;
	text-indent: -10000px;
	height: 20px;
	width: 125px;
}
#botconsulta:hover {

	background-image: url(../_img/bot_hagasuconsulta2.gif);
	background-repeat: no-repeat;
	cursor:hand;
}

#botconsultaEN {
	background-image: url(../_img/bot_hagasuconsulta_EN.gif);
	background-repeat: no-repeat;
	float: right;
	text-indent: -10000px;
	height: 19px;
	width: 123px;
}
#botconsultaEN:hover {

	background-image: url(../_img/bot_hagasuconsulta2_EN.gif);
	background-repeat: no-repeat;
	cursor:hand;
}

div.spacer {
	clear: both;
	font-size: 2px;
  }

#news {
	width: 540px;
	margin-top: 10px;
	background-image: url(../_img/news_banner_bg.gif);
	background-repeat: no-repeat;
	height: 53px;
}
#news h3 {
	background-image: url(../_img/news_todos.gif);
	height: 45px;
	width: 267px;
	background-repeat: no-repeat;
	text-indent: -1000px;
	cursor: hand;
	display: block;
	float: left;
	margin: 0;
	background-position: 168px 10px;
}
#news h3:hover {
	background-image: url(../_img/news_todos_over.gif);
}
#news p.newsactual {
	text-align: center;
	width: 140px;
	margin-top: 17px;
	margin-right: 0;
	margin-left: 0;
	float: right;
}
#news .newsactual a:link, #news .newsactual a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #0EA011;
}
#news .newsactual a:hover {
	color: #FF9900;
}
#contenido.imghome {
	background-image: url(../_img/img_home.jpg);
	background-repeat: no-repeat;
	background-position: right 27px;
	height: 400px;
	width: 800px;
}
#contenido p.pimghome {
	width: 545px;
}

