@charset "UTF-8";
/* CSS Document */

.noticiaTitulo
{
	font-size:			24px;
	font-weight:		bold;
	text-align:			center;
}

.noticiaTitulo a, a:hover
{
	color:				#CC0000;
	text-decoration:	none;
}

.noticiaMeta
{
	font-size:			10px;
	color:				#666666;
	text-transform:		uppercase;
	margin-top:			4px;
	margin-bottom:		2px;
}

.noticiaAdjuntos
{
	border:				#990000 1px solid;
	
	margin:				20px 0px 0px 0px;
	padding:			10px 10px 15px 10px;
	
	font-weight:		bold;
	color:				#000000;
	text-align:			justify;
	
	width:				300px;
}

.noticiaAdjuntos a
{
	color:				#000000;
	text-decoration:	none;
}

.noticiaAdjuntos a:hover
{
	text-decoration:	underline;
	color:				#CC0000;
}

.noticiaAdjunta2
{
	padding-left: 		28px;
	padding-top:		5px;
	padding-bottom:		5px;
	
	margin-top:			4px;
	margin-bottom: 		2px;
	
	background:url(/img/archivo.gif) center left no-repeat;
}

.feedicon
{
	position:			absolute;
	right:				215px;
}