
@charset "utf-8";
/*  * Estudio Pica: diseño + desarrollo client-side * */

/* GENERALES */body {
	font: 11px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
}a {
	color: #113665;
}a:hover {
	text-decoration: none;
}a:active {}h1 {}h2 {}p {}

/*<group=CONTENIDO PRINCIPAL>*/

#columna_ancha {
	color: #091b32;
	font-size: 10px;
}

#listado_resultados_destacados li.resultado p.resultado_titulo a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#listado_resultados_destacados li.resultado p.resultado_descripcion {
	font-size: 12px;
}

#listado_resultados_destacados li.resultado p.resultado_domicilio {
	font-size: 12px;
}



#listado_resultados_destacados li.resultado p.resultado_titulo a:hover {
	text-decoration: underline;
}

#listado_resultados_destacados li.resultado p.resultado_telefono {
	font-weight: bold;
	font-size: 12px;
}

#listado_resultados li.resultado p.resultado_titulo a {
	font-weight: bold;
	text-decoration: none;
}

#listado_resultados li.resultado p.resultado_titulo a:hover {
	text-decoration: underline;
}

#listado_resultados li.resultado p.resultado_telefono {
	font-weight: bold;
}

#listado_resultados_residenciales li.resultado p.resultado_titulo a, #listado_resultados_residenciales2 li.resultado p.resultado_titulo a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#listado_resultados_residenciales li.resultado p.resultado_titulo a:hover, #listado_resultados_residenciales2 li.resultado p.resultado_titulo a:hover {
	text-decoration: underline;
}

#listado_resultados_residenciales li.resultado p.resultado_telefono, #listado_resultados_residenciales2 li.resultado p.resultado_telefono {
	font-weight: bold;
	font-size: 12px;
}
	
/*</group>*/

/*<group=PIE>*/

#pie p {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 1.2em;
	padding-top: 6px;
}
	
/*</group>*/