/* CSS Document */

.noticia 
{
	padding-left: 2px;
	padding-right: 2px;
	text-align: justify;
	font-size: 14;
	font-family: "Times New Roman", Times, serif;
}
.antetitulo 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-weight: bold;
}
.titular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.referenciarticulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.autor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
}
.lineainferiornegra {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.lineainferiorroja {

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DE2118;
}
a.referenciarticulo:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.enlaceDoc{
	text-decoration:underline;
	font-weight:bold;
	color:#000;	
}

.enlaceDoc:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#cc3333;	
}

