/* CSS Document */
.noticia_cont {
	background-color: #FFFFFF;
	margin: 2px;
	border-bottom:1px solid #DF007F;
}
.noticia_fecha {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
.noticia_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
}
.noticia_titulo:hover {
	font-family: Arial, Helvetica, sans-serif;
}
.noticia_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.noticia_subtitulo_hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.noticia_entradilla{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.noticia_texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-align:justify;
}
.noticiaN_cont {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-top:10px;
	width:700px;
}
.noticiasNheader{
	border-bottom:1px dashed #DF007F;	
}