/* CSS Document */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight:normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E50083;
	font-weight: normal;
}
.noticia_cont {
	background-color: #FFFFFF;
	margin: 2px;
	border-bottom:1px solid #DF007F;
}
.noticia_fecha {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#999;
}
.noticia_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding-bottom:20px;
}
.noticia_titulo:hover {
	font-family: Arial, Helvetica, sans-serif;
}
.noticia_antetitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999;
}

.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;
	text-align:left;
}
.noticia_relT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE0280;
	padding-bottom:6px;
}
.adjunto{
	padding-bottom:6px;
}
.adjunto A{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	padding-bottom:6px;
}
.noticia_texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-align:justify;
}
.noticia_piei{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	text-align:center;
}

