/* Documento CSS */
/* Estilos sitio, Ciudad Vieja Hostel */


.fondoSitio {
	background-image: url(../images/fon_sitio.gif);
}
.fondo {
	background-color: #CC3300;
}
.fondo2 {
	background-color: #000000;
}
.borde {
	border: solid 2px; border-color: #CC3300;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEDEDE;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 8px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
