/*	General	*/
body { background-color: #d3cabc; }
div#cabecera { background-image: url(/images/cabecera.jpg); height: 133px; width: 768px; }
a:hover { color: #b56b29; }

/*	Ciudades	*/
div#titulo { background: #b56b29 url(/images/cubito.gif) no-repeat; }
div#ciudad_principal { background-color: #d1ae8f; }
div#ciudades { background-color: #d1ae8f; background-image: url(/images/fondo_listado.jpg); }

/*	Hoteles	*/
table.hotel td.titulo { background: #b56b29/* url(/images/cubito.gif) no-repeat*/; }
table.hotel td.estrellas { background-color: #b56b29; }
table.hotel td.introduccion { background-color: #d1ae8f; }
table.hotel td.direccion { background-color: #d1ae8f; }
table.hotel td.reservar { background-color: #d1ae8f; }
table.hotel td.ver_ficha { background-color: #d1ae8f; }
table.hotel td.fondo_lista { background: #d1ae8f url(/images/fondo_tabla_listado.jpg) repeat-x; }

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