/* Noticias */
#noticias
{
	margin-top:0px;
	padding: 10px 10px 10px 171px;
	background-color:#ECE7E4 !important;
	clear: both;
}
.noticiaimg
{
	float:left;
	clear: right;
	margin-right: 5px;
}
.noticia
{
	margin: 5px 0px 0px 0px;
	color: #000000;
}
.noticia strong
{
	color:#837F7E;
	font-size:10px;
	font-weight:normal;
}
.noticia h1
{
	color:#7C5E56;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
.noticia a
{
	color:#CD2E33;
	font-weight: bold;
}
.noticia .contenido
{
	position:relative;
}

/* Noticia ficha */
.noticiaficha
{
	min-height: 150px;
	position: relative;
}
.noticiaficha .fecha
{
	color:#837F7E;
	font-size:10px;
	font-weight:normal;
}
.noticiaficha h1
{
	color:#7C5E56;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.navegador
{
	float:left;
	text-align: center;
	margin: 10px 15px 10px 0px;
	height: 50px;
	width: 100%;
}
.navegador .boton
{
	float: left;
	width: 33%;
	height: 50px;
}
.navegador .botonleft
{
	float: left;
	text-align: left;
	width: 33%;
	height: 50px;
}
.navegador .botonright
{
	float: left;
	text-align: right;
	width: 33%;
	height: 50px;
}


