/* CSS Document 
Hola de estilos para adventureshouse.com
*/
.textoespaciado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}
.titulo1 {
	font-family: Arial Narrow;
	font-weight:Bold;
	font-size:24px;
	color: #C8C597;
}
.titulo2 {
	font-family: Arial Narrow;
	font-weight:Bold;
	font-size:19px;
	color: #C8C597;
}

.text_14_azul {
	font-family: Arial;
	font-weight: bold;
	font-size:14px;
	color: #1A2C8A;
}
.text_14_claro {
	font-family: Arial;
	font-weight: normal;
	font-size:14px;
	color: #E1E9F4;
}
.text_14_claro_b {
	font-family: Arial;
	font-weight: bold;
	font-size:14px;
	color: #E1E9F4;
}

.text_12_claro {
	font-family: Arial;
	font-weight: normal;
	font-size:12px;
	color: #E1E9F4;
}
.text_12_claro_it {
	font-family: Arial;
	font-style: italic;
	font-size:12px;
	color: #E1E9F4;
}

.textblack {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;

}
.textwhite {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#F9FAFF;
}

.chianti22azul {
	font-family: Chianti Win95BT;
	font-weight: bold;
	font-size:22px;
	color:#4C80CE;
}
.chianti22claro {
	font-family: Chianti Win95BT;
	font-weight: bold;
	font-size:22px;
	color:#E1E9F4;
}

.text_it_16{
	font-family:Tahoma;
	font-style: italic;
	font-weight:bold;
	font-size:16px;
	color:#F9FAFF;
}

.text_14_rojo {
	font-family: Arial;
	font-weight: normal;
	font-size:14px;
	color:red;


