body {
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	text-align: center;
}
.cuerpo {
	background-image: url(parking.jpg);
	background-repeat: no-repeat;
	width: 548px;
	padding-top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 25px;
}
.datos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 300px;
	background-image: url(fondo_datos.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	line-height: 18px;
	margin-top: 30px;
}
.datos a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.datos a:hover {
	text-decoration: underline;
}
.avante {
	margin-top: 70px;
}

.datosGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.datosDestacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2D407B;
	font-weight: bold;
	line-height: 25px;
}
