
/* Listado de Webs */
div#contenido_cuerpo{
	padding: 0 15px 20px 15px;
}

div#cab_listado_web{
	text-align: center;
}
div#cab_listado_web h1{
	margin: 0;
	padding: 0 0 5px 0;
	color: #24556F;
	text-decoration: none;
}

#cab_listado_web h2{
	background: #24556F;
	color: #FFF;
}

div#exp_directorio{
	text-align: justify;
	padding: 0 80px;
}

#banner_google_en_texto{
	text-align: center;
}

div#exp_directorio span{
	font-size: 13px;
	font-family: tahoma, sans-serif;
	padding-left: 25px;
	color: #222;
	font-weight: bold;
}

div#exp_directorio p{
	text-align: justify;
	font-size: 13px;
	text-indent: 25px;
	color: #555;
}

div#exp_directorio p:first-letter {
	font-weight:bold;
	color: #333;
	font-size: 15px;
}

div#exp_directorio p b{
	font-weight: normal;
}

div#contenido_cuerpo div#blq_vinculos{
	margin: 3px 0;
}

div#contenido_cuerpo table{
	margin: 0 0 15px 0;
}

#contenido_cuerpo h2{
	padding: 5px 0;
	font-size: 15px;
}

#contenido_cuerpo .col_a {
	width: 20%;
	padding: 5px 5px;
	border-right: 1px solid #24556F;
	border-bottom: 1px dashed #24556F;
	font-weight: bold;
	font-size: 15px;
	font-family: tahoma, sans-serif;
}

#contenido_cuerpo .col_b {
	width: 80%;
	padding: 5px 10px;
	border-bottom: 1px dashed #24556F;
}

#contenido_cuerpo .col_b_larga{
	width: 80%;
	padding: 5px 10px;
	text-align: justify;
	border-bottom: 1px dashed #24556F;
	font-size: 13px;
}

#contenido_cuerpo .fila_ultima_a{
	border-bottom: 0;
}

#contenido_cuerpo .fila_ultima_b{
	text-align: right;
	border-bottom: 0;
}

div#contenido_cuerpo .fila_par {
	background: #FFF;
	border: 1px solid #0B425F;
	padding: 0 5px;
}

div#contenido_cuerpo .fila_impar {
	background: #CEDADF;
	border: 1px solid #0B425F;
	padding: 0 5px;

}

div#contenido_cuerpo .col_b_larga p{
	text-align: justify;
	font-size: 13px;
	text-indent: 10px;
	color: #555;
}

div#contenido_cuerpo .col_b_larga p:first-letter {
	font-weight:bold;
	color: #333;
	font-size: 15px;
}