@CHARSET "UTF-8";
html, body {
	font-family: arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff; 
	margin: 5px 0 0 0;
	height:auto;
}

#nombre_vehiculo{
	font-size:20px;
	color:#be2227;
}

#datos_basicos{
	margin-left:20px;
	width: 420px;
}

#precio{
	text-align:right;
	font-size:20px;
	color:#be2227;
}

#oficinas{
	margin-left:20px;
	font-size:12px;
}

.nombre_oficina{
	font-size:16px;
	color:#be2227;
	font-weight:bold;
}

#map{
	margin:15px auto 0 auto;
}

