/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.txtIdiomas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3A638B;
}
.txtIdiomas a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3A638B;
	text-decoration: none;
}
.txtIdiomas a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3A638B;
	text-decoration: none;
}
.txtIdiomas a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.titVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #69933E;
	line-height: 125%;
}
.titVerde2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #69933E;
	line-height: 125%;
}
.txtCorrido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 120%;
}
.txtCorridoB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	line-height: 120%;
}
.txtCorrido a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}
.txtCorrido a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}
.txtCorrido a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FA8436;
	text-decoration: none;
}
.txtCorrido_activo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FA8436;
}
.txtCorrido2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 120%;
}
.txtCorrido2A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 120%;
}
.txtCorrido2A a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.txtCorrido2A a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.txtCorrido2A a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.txtAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D4D7C;
	font-weight: bold;
}
.titAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1D4D7C;
	font-weight: bold;
}
.titNaranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D56A23;
	font-weight: bold;
}
.txtPie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.txtPie a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtPie a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtPie a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.bgPie {
	background-image: url(images/cajaHome_sombrainf.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgHabitaciones {
	background-image: url(images/separador_habitaciones.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.bgSlide {
	background-image: url(images/reflejo_slideshow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.cuadroServicios {
	border: 1px solid #F2E6DD;
	background-color: #FFF2E9;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.cuadroHabitaciones {
	border: 1px solid #F2E6DD;
	background-color: #FFF2E9;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bgLocalizacion {
	background-image: url(images/reflejo_localizacion.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgContactenos {
	background-image: url(images/reflejo_contactenos.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.cuadroContacto {
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E9ED;
	border-right-color: #E6E9ED;
	border-bottom-color: #E6E9ED;
}