/* Mostrar Web */

div#contenido_cuerpo{
	padding: 10px 15px;
}

div#contenido_cuerpo table {
	margin: 0;
}

div#contenido_cuerpo table table{
	margin: 0;
}

#contenido_cuerpo td.col_a{
	font-weight: bold;
	font-size: 17px;
}

#contenido_cuerpo td.primera{
	border: 2px solid #24556F;
	border-bottom: 0;
	border-right: 0;
	padding: 0 15px;
}

#contenido_cuerpo td.central{
	border-left: 2px solid #24556F;
	border-top: 1px dashed #24556F;
	padding: 10px 15px;
}

#contenido_cuerpo td.ultima{
	border: 2px solid #24556F;
	border-top: 1px dashed #24556F;
	border-right: 0;
	padding: 0 15px;
}

#contenido_cuerpo td.col_b_primero{
	border: 2px solid #24556F;
	border-bottom: 0;
	border-left: 1px solid #24556F;
	padding: 5px 10px;
}

#contenido_cuerpo td.col_b_segundo{
	border: 2px solid #24556F;
	border-top: 1px dashed #24556F;
	border-bottom: 1px dashed #24556F;
	border-left: 1px solid #24556F;
	padding: 5px 10px;
	text-align: justify;
}

#contenido_cuerpo td.col_b_segundo a{
	font-size: 13px;
	font-family: tahoma, sans-serif;
	color: #444;
}


#contenido_cuerpo td#ultimo_td{
	border: 2px solid #24556F;
	border-top: 0;
	padding: 5px 10px;
	text-align: right;
	border-left: 1px solid #24556F;
}

#contenido_cuerpo td.col_b_segundo p{
	text-align: justify;
	font-size: 13px;
	text-indent: 15px;
	color: #555;
}

#contenido_cuerpo td.col_b_segundo p:first-letter {
	font-weight:bold;
	color: #333;
	font-size: 15px;
}

#bl_google{
	margin: 10px 0 0 0;
}