/* CSS Document */

.contenedor_noticias{
	width: 90%;
	border: solid 1px #C8D7ED;
	margin: 0 auto 0 auto;
}
.noticias_breve{
	border-bottom: 1px dotted #CCCCCC;
	width: 99%;
	margin: 0 auto 0 auto;
}
.titulo { 
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.titulo:hover{
	color: #FF9900;
}
.noticia{
	padding: 10px 10px 10px 10px;
}
.noticia_fecha{
	margin-bottom: 10px;
}
.noticia_titulo{
	font-weight: bold;
	color: #0046AE;
	margin-bottom: 10px;
}
.noticia_breve{
	font-weight: bold;
	color: #5F5F5F;
}
.noticia_mas{
	text-align: right;
	margin: 5px auto 5px auto;
	width: 90%;
}