/* Redefiniendo TAGS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #770006;
	background-image:  url("../imgs/fondo.gif");
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #282828;
	}
ul {
	list-style-image:  url("../imgs/guion.gif");
	margin-left: 50px;
	}
li {
	margin-bottom:3px;
	}
hr {
	color: #999999;
	}
select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
input {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
textarea {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}	
/* Definiendo IDs */
	
#main_table {
	width: 90%;
}
	
/* Definiendo LINKS */

a:hover {
  	text-decoration: underline;
	}
a:link {
	text-decoration: none;
	}	
a:visited {
	text-decoration: none;
	}
	
a.rojo:hover {
	color: #8A020A;
  	text-decoration: underline;
	}
a.rojo:link {
	color: #8A020A;		
	text-decoration: none;
	}	
a.rojo:visited {
	color: #8A020A;		
	text-decoration: none;
	}

a.blanco:hover {
	color: #ffffff;
  	text-decoration: underline;
	}
a.blanco:link {
	color: #ffffff;		
	text-decoration: none;
	}	
a.blanco:visited {
	color: #ffffff;		
	text-decoration: none;
	}

a.link_rojo:hover {
	color: #990000;
  	text-decoration: underline;
	}
a.link_rojo:link {
	color: #990000;		
	text-decoration: none;
	}	
a.link_rojo:visited {
	color: #990000;		
	text-decoration: none;
	}
	
td a:hover {
	color:#282828;
	}
td a:link  {
	color:#282828;
	}
td a:visited  {
	color:#282828;
	}
	
li a:hover {
	color:#282828;
	}
li a:link  {
	color:#282828;
	}
li a:visited  {
	color:#282828;
	}
	
/* Definiendo Clases - General */

.bienvenida {
	color: #484848;
	margin: 4px;
	}
.just {
	text-align: justify;
	}
.rojo {
	color: #8A020A;	
	font-weight: bold;
	}
.blanco {
	color: #ffffff;
	}
.layer {
	position: absolute;
	background: #000000;
	visibility: hidden;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #ffffff;
	}
.sec {
	background-color: #FFFFFF;
	background-image:  url("../imgs/tabla_fondo.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;		
	font-size: 13px;
	color: #A00A0C;
	text-align:left;
	padding: 15px 10px 10px 10px;
	}
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;		
	font-size: 11px;
	color: #A00A0C;
	line-height:30px;
	}
.subtitulo_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;		
	font-size: 11px;
	color: #A00A0C;
	}
.contenido {
	font-size:11px;
	text-align:justify;
	padding: 5px 10px 20px 10px;
}
.footer {
	text-align:center;
	color:#FFFFFF;
	line-height:15px;
	}
.nota_roja {
	text-align:center;
	FONT-WEIGHT:bold;
	COLOR:red;
	}
	
/* Definiendo Clases - Modulos de Busqueda de Hoteles - Listado */

.titulocadenahotel {
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:underline;
	line-height:20px;
	}
	
/* Definiendo Clases - Modulos Descripcion: Hoteles - Regiones - Excursiones */

.tabladesc {
	text-align:justify;
	vertical-align:top;
	padding:0px 10px 0px 10px;
	}
.titulodesc {
	color:#8A020A;
	font-size:14px;
	line-height:30px;
	}
.listadesc {
	color:#00FF00;
	}
.descriptivo {
	vertical-align:top;
	width:731px;
	}
.img {
	border:0px;
	height:auto;
	width:200px;
	}
.imgpad {
	vertical-align:top;
	padding:10px 0px 10px 20px;
	}
.imgdesc {
	font-size:8px;
	text-align:right;
	line-height:20px;
	}