/* CSS Document */

#mapa{
	height: 300px;
	width: 100%;
	background-color: #CCCCCC;
}.datos_apartamento {
	color: #669900;
	font-size: 18px;
	text-align: left;
	padding-top: 50px;
}
.datos_apartamento a {
	color: #669900;
	text-decoration: none;
}
.datos_apartamento a:hover {
	color: #000000;
}
.ver_mapa {
	font-size: 11px;
	color: #669900;
	text-align: right;
}
.ver_mapa a {
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}
.ver_mapa a:hover {
	color: #000000;
	text-decoration: none;
}
