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

.cargando {
	width: 150px;
	text-align: center;
	margin-top: 125px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
}
#mapa {
	height: 300px;
	width: 350px;
	border: 1px solid #CCC;
	overflow: hidden;
}
.tituloSeccion {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 6px;
}
.descripcion {
	padding: 6px;
}
.separadorH {
	height: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
.descripcionInmueble {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9CC;
	margin-left: 5px;
	padding-left: 4px;
	padding-right: 10px;
}
.precio {
	font-size: 16px;
	font-weight: bold;
	color: #D42E12;
}
.arbolDireccion {
	padding: 5px;
	margin-top: 10px;
}
.publicidadSuperior {
	border: 1px solid #CCC;
	width: 776px;
}
.logoUsuario {

}
.localizacionMapa {
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	text-align: right;
}
.listaServicios {
	padding-left: 50px;
}
.listaServicios li {
	padding-bottom: 4px;
}
.tituloDestacado {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:16px;
}
.tituloDestacado a {	
	text-decoration: none;
	color: #F6BE21;
}
.tituloDestacado a:hover {
	text-decoration: underline;
}
.filaPrecio {
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
.imagenAnuncios {
	background-color: #CCC;
	padding: 2px;
	border: 1px solid #999;
	margin-right: 5px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgVinculo {
	margin-right: 4px;
}
.agrandarMapa {
	padding: 4px;
	text-align: right;
}
