/*Color del cuadro de encima del menú, donde se pone la direccion y datos del hotel (1) */
.Info {
	background-color: #CFCFC0;
}
/*Color del menú Cuadros y Letra (2) */
.menuColor {
	background-color: #150953;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
/*Color del cuadro donde está el contenido de la web (3) */
.text {
	background-color: #ECE9D8;
}
/*Color del cuadro donde está el motor de reservas y letra que va dentro (4) */
.reservas {
	background-color: #CFCFC0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
/*Color del cuadro donde está el banner de captación (5) */
.Captacion {
	background-color: #150953;
}
/*Color de fondo de la web */
body {
	background-color: #ECE9D8
}
/* Tipos de letra comunes */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.negritablanco18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.textogeneralarialnormal12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.arial11normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.arial10normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
