@charset "ISO-8859-1";
@import url(960.css);
#cabecera {
	background-image: url(imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	height: 440px;
	margin-top: 30px;
}
#cabecera_tienda {
	background-image: url(imagenes/cabecera_tienda.jpg);
	background-repeat: no-repeat;
	height: 440px;
	margin-top: 30px;
}
#cabecera_rte {
	background-image: url(imagenes/cabecera_rte.jpg);
	background-repeat: no-repeat;
	height: 440px;
	margin-top: 30px;
}
#cabecera_hostal {
	background-image: url(imagenes/cabecera_hostal.jpg);
	background-repeat: no-repeat;
	height: 440px;
	margin-top: 30px;
}
#cabecera_contacto {
	background-image: url(imagenes/cabecera_contacto.jpg);
	background-repeat: no-repeat;
	height: 440px;
	margin-top: 30px;
}
#cabecera_entorno {
	background-image: url(imagenes/cabecera_entorno.jpg);
	background-repeat: no-repeat;
	height: 440px;
	margin-top: 30px;
}
#cabecera_reservas {
	background-image: url(imagenes/cabecera_reservas.jpg);
	background-repeat: no-repeat;
	height: 440px;
	margin-top: 30px;
}
#cabecera_enlaces {
	background-image: url(imagenes/cabecera_enlaces.jpg);
	background-repeat: no-repeat;
	height: 440px;
	margin-top: 30px;
}

#menu {
	color: #5C5950;
	background-color: #E3D6A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#pagina {
	color: #F4F0E4;
	background-image: url(imagenes/fondopagina.jpg);
}
#pie {
	color: #601D04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
body {
	background-image: url(imagenes/fondo1.jpg);
	background-color: #2B1603;
	margin-top: 0px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #958D7B;
	text-decoration: none;
}
a:hover {
	color: #6A6B27;
	text-decoration: underline;
}
a:focus{
 	outline:1px dotted
}
.imagen_borde_foto {
	margin: 5px;
	border: 4px solid #FFFFFF;
}
.titulo_20 {
	color: #993300;
	font-size: 20px;
	font-family: "Century Gothic";
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 10px;
}
.titulin {
	color: #27282B;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.texto {
	color: #601D04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.texto_blanco_gr {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.borde_tabla {
	margin: 7px;
	border: 1px dotted #DDD7C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
}
.texto_blanco {
	color: #FFFFFF;
	font-size: 11px;
}
