/* Estilo genericos y fuentes de la web */ 


/* CONTENIDO ARTICULOS Y NOTICIAS  */ 

.titulo
{
	font                : 19px arial, verdana, tahoma, sans-serif; color: #000000;
	font-weight         : bold; 
	text-decoration     : none;
	background-color 	: ;
}

.subtitulo
{
	font                : 15px arial, verdana, tahoma, sans-serif;
    color       		: #000000;
	font-weight         : bold; 
	text-decoration     : none;
	background-color 	: ;
}

.texto_contenido
{
	font                : 12px arial, verdana, tahoma, sans-serif;
    color       		: #000000; 
	text-decoration     : none;
	background-color 	: ; }
	

.titulo_previo
{
	font                : 12px arial, verdana, tahoma, sans-serif; color: #000000;
	font-weight         : bold; 
	text-decoration     : none;
	background-color 	: ;
}
	.titulo_previo a:link {color       : #990000 ; font-weight: none; text-decoration: underline} 
	.titulo_previo a:visited {color    : #990000 ; font-weight: none; text-decoration: underline}  
	.titulo_previo a:hover {color      : #009900 ; font-weight: bold; text-decoration: underline}   
	.titulo_previo a:active {color     : #0066FF ; font-weight: none; text-decoration: underline} 
	
.copete_previo
{
	font                : 12px arial, verdana, tahoma, sans-serif; color: #000000;
	font-weight         : none; 
	text-decoration     : none; }

}


