/*************************************************************************** 
*  Author   www.ContenidosBinarios.com                                     *
*  Module   enlaces.mod                                                    *
***************************************************************************/ 

.enlace_titular {
	font-size:13px;
	font-weight: bold;
	color:#009900;
}

.enlace_titular a {
	font-size:13px;
	font-weight: bold;
	color:#009900;	
}


.enlace_titular a:hover {
	background: #009900;
	font-size:13px;
	font-weight: bold;	
	text-decoration: none;
	color: #FFFFFF;
}


.enlace_texto {
	font-size:11px;
	color:#009900;
}

.enlace_texto a {
	font-size:11px;
	color:#009900;	
}


.enlace_texto a:hover {
	background: #009900;
	font-size:11px;
	text-decoration: none;
	color: #FFFFFF;
}





.enlace_resumen {
	font-size:13px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
}