/* Novedades */
#novedades
{
	position: relative;
	float: left;
	width: 225px;
}
.novedadimg
{
	float:left;
	margin-right: 5px;
}
.noticia
{
	margin-bottom: 15px;
	color: #ffffff;
	float: left;
}
.leermas
{
	float: right;
	margin-right: 10px;
}
.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;
}

