.menuH{
	margin: 5px 10px 0 10px;
	background-color: #003399;
        height: 19px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 19px;
  position: absolute;
  z-index: 99;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0 10px 0 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 19px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 140px;
  list-style: none;
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 140px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  padding: 0 6px 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #003399;
  color: #FFFFFF;
  text-decoration: none;
  height: 19px !important;
  font-size:14px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #003399;
  color: #f75431;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  border: 1px solid #FFF;
  float: none;
  background: #003399;
  color: #FFFFFF;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #003399;
  color:#f75431;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}





body {
	padding: 0;
	margin: 0;
	background: #CCCCCC;
}

div#site{
	width:960px;
	font-family: "Trebuchet MS", Verdana;
	margin: 10px auto 10px auto;
	overflow: hidden;
}

img{
	border:none;
}

.recuadro{
	border:1px solid #999;
	margin-top:5px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #CCC;
}


/* EMPIEZAN BANNERS */
.banners{
	float:right;
	text-align:center;
	width:180px;
	padding:0;
	margin:0;
	overflow-x:hidden;
	overflow:hidden;
}

.banners_left{
	float:left;
	text-align:center;
	width:180px;
	padding:0;
	margin:0;
	overflow-x:hidden;
	overflow:hidden;
}


.banner{
	border:1px solid black;
	margin-top:7px;
	padding-right: 1px;
	padding-left: 1px;
}
/*ACABAN BANNERS */


/* EMPIEZA LOGO */
div#logo {
	width: 750px;
	height: 90px;
}

.menu {
	position: absolute;
	color:#000066;
	width: 300px;
	height: 50px;
	font-size:80%;
	text-align:right;
	margin-top: 15px;
	margin-left:450px;
}

.menu a {
	position: relative;
	text-decoration: none;
	color:#000066;
	margin-top: 10px;
}


.search {
	position: absolute;
	width: 300px;
	left: 0px;
	top: 30px;
}

.search span.text {
	display: none;
}

.search img {
	display: none;
}

.search input.text {
	position: relative;
	width: 130px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	height: 18px;
	border: 1px solid black;
}
/* ACABA LOGO */


/* EMPIEZA CAJA PRINCIPAL */

div#content{
	width:763px;
	background:url('./img/fondo.jpg');
	border: 3px solid #FFFFFF;
	padding-bottom:60px;
	float: left;	
}

div#content2{
	background:url('img/fondo_inicio.jpg');
	text-align:center;
	padding-top:5px;
	padding-bottom:15px;
	
}

/* RAYA DE ENCIMA DEL MENÚ */
hr.raya{
	margin: 10px 10px 0 10px;
	border: solid #003399;
	border-width: 2px 0 0 0;
}

/* TEXTO CENTRADO */
.centrado{
	text-align: center;
	padding: 0 30px 0 30px;
}

/* FRASE */
div#frase{
	float:left;
	font-family:Arial;
	margin-top:40px;
	font-size:115%;
	font-style:italic;
	color:#000066;
	text-align:center;
	margin-left:10px;
	width:355px;
}

/* TITULOS */
h1{
	font-weight:bold;
	font-family:Arial;
	margin: auto 15px auto 15px;
	font-size:130%;
	font-style:italic;
	color:#000066;
}

/* TEXTO */
.texto{
	font-family:Arial;
	text-decoration: none;
	margin: 5px auto 5px auto;
	color:#000066;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	padding: 0 30px 0 30px;
}



.texto a{
	text-decoration: none;
	font-weight: bold;
	color:#f75431;
}

.texto a:hover{
	text-decoration: underline;
	color:#f75431;

}

.texto p{
	text-indent: 0.20in;
}

.texto .centrado p{
	text-indent: 0.00in;
}

.texto hr{
	width: 90%;
}

.texto h1{
	font-weight:bold;
	font-family:Arial;
	margin: 25px auto 15px auto;
	font-size:12pt;
	color:#000066;
}

/* PARA PÁGINA DE INICIO */

.texto2{
	font-family:verdana;
	text-decoration: bold;
	margin: 5px auto 5px auto;
	color:#f75431;
	text-align: justify;
	font-size: 10px;
	line-height: 10px;
	padding: 0 30px 0 30px;
}

.texto2 a{
	text-decoration: none;
	color:#000000;
}

.texto2 a:hover{
	text-decoration: underline;
	color:#000066;

}

.texto2 p{
	text-indent: 0.10in;
}

.texto2 .centrado p{
	text-indent: 0.00in;
}

.texto2 hr{
	width: 80%;
}

.texto2 h1{
	font-weight:bold;
	font-family:Arial;
	margin: 25px auto 15px auto;
	font-size:12pt;
	color:#000066;
}

/* PLANTILLA DE CAJA */
.caja{
	font-size: 10px;
	width:360px;
	height:115px;
	background:url('./img/imagen_directorios.gif') no-repeat;
	padding-top:40px;
	
}

/* LINKS DE LAS CAJAS */
.linksmenu{
	width:120px;
	height:70px;
        margin: 0;
        padding: 0 0 0 200px;
        float: left;
}

a.linkmenu{
	font-weight:bold;
	text-decoration:none;
	color: #666666;
}

.bigbox{
    width: 200px !important;
}

.big{
    font-size: 2em;
    font-weight: bold;
}
.medium{
    font-size: 1.5em;
}

.small{
    font-size: 1.2em;
}

.info_right{
    width: 200px;
    float: right;
    padding: 10px;
}

a.linkmenu:hover{
	text-decoration:underline;
	color: #222222
}
/* ACABA CAJA PRINCIPAL*/

/* EMPIEZA EL PIE */
.pie{
	font-size:80%;
	font-family:Verdana,"Trebuchet MS";
	background:url('img/fondoback.jpg');
	width:763px;
	text-align:center;
	border-top:1px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	color:#000066;
}
.pie1{
	font-size:80%;
	font-family:Verdana,"Trebuchet MS";
	background:url('img/fondoback.jpg');
	width:763px;
	text-align:center;
	border-top:1px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	color:#000066;
}

div#peu{
	font-size:80%;
	font-family:Verdana,"Trebuchet MS";
	background:url('img/fondoback.jpg');
	width:763px;
	text-align:center;
	border-top:1px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	color:#000066;
}

div#peu a{
	text-decoration:none;
	color:#000066;
}

div#peu a:hover{
	text-decoration:underline;
	color:#000066;

}

/* ACABA EL PIE */


/* BR CLEANER */
.cleaner{clear:left;}

/* CAJAS DE EMPRESAS ASOCIADAS */

.izq{
width: 50%;
float:left;
padding-right: 20px;
}

/* PÁGINA INTERCAMBIO LINKS - IMÁGENES IZDA */
.img{
float: left;
margin-right: 10px;
}


/* ~~ this fixed width container surrounds all other divs~~ */
.container {
	width: 1130px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
}
.content {
	width:763px;
	background:url('./img/fondo.jpg');
	border: 3px solid #FFFFFF;
	padding-bottom:60px;
	float: left;	
	padding: 10px 0;
}
.sidebar2 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding: 10px 0;
}

/* style for results and paging */
.paging_pages {
	padding: 10px 0;
	font-size: 11px;
}
.paging_pages a {
	border:1px solid #039;
	color: #039;
	padding: 1px 3px;
	text-decoration: none;
        margin-right: 3px;
}
.paging_pages a:hover {
	border:1px solid #039;
	color: #fff;
	background: #039;
}
.paging_controls,
table.paging td.paging_controls {
	background:#eeeeee;
	padding: 5px;
	border: 1px solid #CBD6DE;
	font-size: 11px;
}
/* Listado de hoteles
--------------------------*/
.listado_hoteles { width: 705px; }
.listado_hoteles .fila_hotel {
  font-size: 12px;
  padding: 5px; background: #eee; border: 1px solid #ccc; margin-bottom: 5px;
}
.listado_hoteles .fila_hotel .foto {
  float: left; width: 115px;
}
.listado_hoteles .fila_hotel .detalles {
  float:right; width: 575px;
}
.listado_hoteles .fila_hotel .titulo {
  margin-bottom: 5px;
}

.listado_hoteles .fila_hotel .titulo a{
  font-size: 1.3em;

}
.listado_hoteles .fila_hotel .subtitulo {
    width: 420px;
}
.listado_hoteles .fila_hotel .ubicacion,
.listado_hoteles .fila_hotel .tipo,
.listado_hoteles .fila_hotel .estado,
.listado_hoteles .fila_hotel .precio {
  float: left;
/*  border: 1px solid red;*/
}
.listado_hoteles .fila_hotel .ubicacion { width: 150px; }
.listado_hoteles .fila_hotel .tipo { width: 100px; }
.listado_hoteles .fila_hotel .estado { width: 210px; }
.listado_hoteles .fila_hotel .precio { width: 110px; font-size: 1.6em; }
table.table_features tr td {
	padding:0;
}

.listado_hoteles .fila_hotel a {
  color: #000;
  text-decoration: none;
}
.listado_hoteles .fila_hotel a:hover {
  background: transparent;
  color: #BE0A2F;
  text-decoration: none;
}

