#noticias {
	
}

/* ///////////////////// historico noticias n*/

#historico {
	height: 50px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 15px;
}

#historico a {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #00195A;
	
}
#historico a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #DE6F01;
}

.titulos {
	text-align: right;
	font-size:12px;
	margin: 5px 0 5px 0;
	color: #DE6F01;
	font-weight:bold;
	background-color:#EFEFEF;
}	
/* ///////////////////// fin*/

/* ///////////////////// noticias*/

.bloque-noticia {
	padding: 5px 0;
}

.titulos-noticias {
	font-size:14px;
	margin: 5px 0 5px 0;
	padding: 5px;
	font-weight:bold;
	background-color:#EFEFEF;
	border-top: 1px solid  #DE6F01;
}

.fecha-noticia {
	font-size: 10px;
}

.enlaces {
	font-size:12px;
	margin-top:10px;
	font-weight:bold;
	padding: 5px;
	background-color:#EFEFEF;
}

.enlaces a {

}

.enlaces a:hover {
	color: #DE6F01;
}


/* ///////////////////// noticias*/