/* 
 * 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: 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;
}
	
/*</group>*/

/*<group=PIE>*/

#pie p {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 1.2em;
	padding-top: 6px;
}
	
/*</group>*/


/*<group=GUIA_TXT>*/

#guia_txt p {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
	padding-top: 6px;
}
	
/*</group>*/