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

.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
}
.texto_resaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #c9282d;
}
.see_more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f0474d;
	font-weight: normal;
	text-decoration: none;
}
a.see_more:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	font-weight: normal;
	text-decoration: none;
	}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #abaaaa;
}
.texto_normal_resaltado2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #959595;
}
.link_line{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c9282d;
	font-weight: normal;
	text-decoration: underline;
}
a.link_line:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4e4e;
	font-weight: normal;
	text-decoration: underline;
	}
.tit_noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.subtit_noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C9282D;
}
.texto_contacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
