/* ESTILOS PARA LA PÁGINA DE ENLACES */

.h3contenido{
	font-weight:bold !important;
	color:#333 !important;
	margin-top:18px !important;
	font-size:13px !important;
	border-bottom:1px dashed #CCCCCC !important;
}


.cuadroenlace{
	display:block;
	padding-left:30px;
	margin-bottom:12px;
	background:url(../img/list_icon_1.gif) no-repeat;
}
.cuadroenlace .titulo{
	font-weight:bold;
}
.cuadroenlace a{
	color:#CC0000;
	font-weight:normal;
}

