@charset "utf-8";
/* CSS Document */

body {
	background-color: #AFAFAF;
	margin:0px;
}
.fondo {
	background-image: url(imgs/general/deg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.linea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADADAD;
}
.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#636363;
	line-height: 16px;
}
.textoBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#636363;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
}
.textoForm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#636363;
	line-height: 16px;
}
.espacio {
	font-size: 6px;
}
.chico {
	font-size: 9px;
}
.tituloLugares {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:bold;
}
.textoBoldRojo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#353535;
	line-height: 16px;
	font-weight: bold;
}
.textopie {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height: 16px;
}
.textoContacto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#636363;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
}

