/*	General	*/
body { background: #ffffff url(/images/fondo_cabecera.png) no-repeat center top;  }
div#cabecera { background-image: url(/images/cabecera.jpg); height: 183px; width: 768px; }
a:hover { color: #03418d; }

/*	Ciudades	*/
div#titulo { background: #3587eb url(/images/fondo_titulo.png) no-repeat; }
div#ciudad_principal { background: #3587eb url(/images/fondo_ciudad_principal.png) no-repeat;  }
div#ciudades { background-color: #f3f9ff; background-image: url(/images/fondo_listado.jpg); }

/*	Hoteles	*/
table.hotel td.titulo { background: #3587eb; }
table.hotel td.estrellas { background-color: #3587eb; width: 100px; }
table.hotel td.introduccion { background-color: #f4f9ff; }
table.hotel td.reservar { background-color: #f4f9ff; }
table.hotel td.direccion { background-color: #f4f9ff; width: 344px;}
table.hotel td.ver_ficha { background-color: #f4f9ff; width:100px; }
table.hotel td.fondo_lista { background: #f4f9ff url(/images/fondo_tabla_listado.jpg) repeat-x; }

/*	Hotel	*/
div#ficha { background: #cbe2ff url(/images/fondo_listado.jpg) repeat-x; }
div#titulo_hotel { background-color: #3587eb; }
div#nombre_hotel { background: #b56b29 url(/images/cubito.gif) no-repeat; }
div#estrellas { background-color: #b56b29; }
/*div#introduccion { background-color: #f4f9ff; }*/
div#opciones ul li a { background-color: #3587eb;}
