/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family: "verdana";
	font-size: 10px;
	color:#31374D;
	margin: 3;
	margin-top: 8;
	margin-bottom: 8;
	}
td {
	font-size: 10px;
	text-align:justify;
	}

/* SCROLLS */

.iframe {
	margin: 9px 9px 9px 12px;
	SCROLLBAR-FACE-COLOR: F6F6F6;
	SCROLLBAR-HIGHLIGHT-COLOR: #F6F6F6;
	SCROLLBAR-SHADOW-COLOR: #F6F6F6;
	SCROLLBAR-3DLIGHT-COLOR: #D1D1D1;
	SCROLLBAR-ARROW-COLOR: #6D7180;
	SCROLLBAR-TRACK-COLOR: #D1D1D1;
	SCROLLBAR-DARKSHADOW-COLOR: #D1D1D1;
	}
	
.iframe_noscroll {
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;
	}


/* FORM */

#cboPais, .cboPais {
	font-family: "verdana";
	font-size: 11px;
	}
input {
	font-family: "verdana";
	font-size: 11px;
	color:#31374D;
	}
.input {
	font-family: "verdana";
	font-size: 11px;
	color:#31374D;
	}
.select {
	font-family: "verdana";
	font-size: 11px;
	color:#31374D;
	}
.textbox {
	font-family: "verdana";
	font-size: 11px;
	color:#31374D;
	}
.nota  {
	color:#CC0000;
	}
	
/* LIST */

ul {
	list-style-type:none;		
	margin: 0px;
	padding: 0px 0px 10px 10px;
	}			
li {
	list-style-type:none;			
	background-image: url("/resources/imgs/guion_02.gif");
	background-repeat:no-repeat;
	background-position: top 2px 2px 2px;
	margin:0px;
	padding-left: 15px;
	padding-bottom:5px;	
	}
.li_pad {
	padding-bottom: 10px;
	}

#div_list {
	padding-left:24px;
	}
#div_list ul {
	padding-left:20px;
	}
#con {
	padding-left:20px;
	text-align:center;
	}
#con iframe {
	padding:0px;
	margin:0px;
	}
manual {
	text-align:center;
	}

		
/* CLASS */

.no_margin {
	margin: 0;
	}
.maintd_nologin {
	background-image: url("../imgs/background_01.jpg");
	background-color:#FAFAFA;
	background-repeat:no-repeat;
	padding:30px 40px 30px 40px;
	}
.descripcion { 
	MARGIN: 8px; 
	COLOR: #31374D; 
	FONT-FAMILY: "verdana";
	background-color:#F8F8F8;
	}
.titulo_index {
	color: #B32F3A;
	font-size: 10px;
	font-weight:bold;
	}
.titulo_index1 {
	color: #B32F3A;
	font-size: 13px;
	font-weight:bold;
	}
.titulo1 {
	#B32F3A;
	font-size: 10px;
	text-transform: uppercase;	
	}
.titulocadenahotel {
	font-weight: bold;
	text-transform: uppercase;
	list-style-position: outside;
	text-decoration:underline;
	}
.titulo_rojo {
	font-size: 10px;	
	color: #B32F3A;
	font-weight:bold;
	}
.titulo_rojo, titulo_azul, a.titulo_rojo:link, a.titulo_rojo:visited, a.titulo_rojo:hover {
	font-size: 10px;	
	color: #AE3110;	
	font-weight:bold;
	}
.titulo_grande {
	font-size: 13px;	
	font-weight:bold;
	}
.titulo_amarillo {
	color: white;	
	font-weight:bold;
	background-color:#BD1300;
	padding: 3px;
	padding-left: 9;
	text-transform: uppercase;
	}
.titulo_secundaria {
	color: #3E3E3E;
	font-weight:bold;
	background-color:#FFDD00;
	padding: 3px;
	padding-left: 9;
	text-transform: uppercase;
	}
.td_paq {
	text-align: right;
	vertical-align: top;	
	}
.txt_user {
	font-size: 10px;
	color:white;
	}
.foot {
	font-family: tahoma, "comic sans";
	font-size: 10px;
	padding: 7px 7px 7px 11px;
	color:#FFFFFF;
	}
.txtbold_linked {
	color:#B32F3A;
	font-weight:bold;
	text-decoration:underline;
	}
.rojo {
	font-size: 10px;	
	color:#B32F3A;
	}

/* LINKS */

a:link {
	color:#31374D;
	text-decoration:none;
	}
a:visited {
	color:#31374D;
	text-decoration:none;
	}
a:hover {
	color:#B32F3A;
	text-decoration:underline;
	}

a.link:link {
	color:#31374D;
	font-weight:bold;
	text-decoration:none;
	}
a.link:visited {
	color:#31374D;
	font-weight:bold;
	text-decoration:none;
	}
a.link:hover {
	color:#B32F3A;
	font-weight:bold;
	text-decoration:underline;
	}
	
a.foot_link:link {
	color:#FFFFFF;
	text-decoration:none;
	}
a.foot_link:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
a.foot_link:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a.txt_link:link {
	color:#31374D;
	text-decoration:none;
	}
a.txt_link:visited {
	color:#31374D;
	text-decoration:none;
	}
a.txt_link:hover {
	color:#B32F3A;
	text-decoration:underline;
	}
	
a.txtbold_link:link {
	color:#31374D;
	font-weight:bold;
	text-decoration:none;
	}
a.txtbold_link:visited {
	color:#31374D;
	font-weight:bold;
	text-decoration:none;
	}
a.txtbold_link:hover {
	color:#B32F3A;
	font-weight:bold;
	text-decoration:underline;
	}
	
a.myweb_link:link {
	color:#31374D;
	font-weight:bold;
	text-decoration:none;
}
a.myweb_link:visited {
	color:#31374D;
	font-weight:bold;
	text-decoration:none;
	}
a.myweb_link:hover {
	color:#B32F3A;
	font-weight:bold;
	text-decoration:underline;
	}
	
a.myweb2_link:link {
	color:#31374D;
	font-weight:bold;
	text-decoration:none;
}
a.myweb2_link:visited {
	color:#31374D;
	font-weight:bold;
	text-decoration:none;
	}
a.myweb2_link:hover {
	color:#B32F3A;
	font-weight:bold;
	text-decoration:underline;
	}

a.link_rojo:link {
	color:#B32F3A;
	text-decoration:none;
}
a.link_rojo:visited {
	color:#B32F3A;
	text-decoration:none;
	}
a.link_rojo:hover {
	color:#B32F3A;
	text-decoration:underline;
	}
	
	
	
/* Descripción de Modulos Hoteles, Destinos y Excursiones */

.tabladesc {
	vertical-align:top;
	padding:15px 20px 0px 20px;
	}
.titulodesc {
	font-size:15px;
	font-weight:bold;
	}
.listadesc {
	}
.descriptivo {
	vertical-align:top;
	}
.descriptivo p {
	text-align:justify;
	}
.img {
	border:0px;
	height:auto;
	width:200px;
	height:150px;
	}
.imgpad {
	vertical-align:top;
	padding:20px;
	}


/* PAQUETES ESPECIALES */

#despegar_link {
	height:14px;
	font-weight:bold;
	padding-top:2px; 
	width:138px; 
	/*background-image:url("/resources/imgs/new.gif");*/
	background-repeat:no-repeat;
	background-position:right;	
	}
#despegar_link a {
	color:#B32F3A;
	}

