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

#noticia-destacada {
	width: 300px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	overflow: hidden;
}
#destacada-fondo-imagen {
	background-image: url(../img/noticias/noticia-destacada-fondo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 300px;
	overflow: hidden;
}
#destacada-imagen {
	background-image: url(../img/noticia-destacada-fondo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
	width: 280px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
        position: relative;  
}
#destacada-imagen img{
    position: absolute;
    width: 280px;  
    clip: rect(-50px 330px 130px 0px); 
}
#destacada-texto {
	width: 280px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
        text-align: justify;
}
#listado-noticias {
	float: left;
	width: 640px;
	overflow: hidden;
	background-image: url(../img/fondo-listado-noticia.png);
	background-repeat: repeat-y;
	padding: 5px;
	margin-bottom: 10px;
}
#navegador-paginas {
	width: 630px;
	overflow: hidden;
	padding: 5px;
	height: 30px;
	float: left;
}
#boton-paginas {
	float: left;
	height: 15px;
	width: 22px;
	margin-right: 5px;
	margin-left: 0px;
	overflow: hidden;
	background-color: #E9F1F3;
	border: thin solid #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align:center;
}
#botones-grandes {
	height: 15px;
	width: 70px;
	overflow: hidden;
	float: left;
	border: thin solid #FFF;
	text-align:center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #E9F1F3;
	margin-right: 5px;
}



#seguir-leyendo {
	width: 126px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 31px;
}
#otras-noticias {
	width: 126px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 31px;
	padding-left: 23px;
}

.li-otras-noticias {
	background-image: url(../img/li-otras-noticias.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 14px;
	margin-right: 2px;
	margin-bottom: 17px;
	margin-left: 5px;
	padding-left: 23px;
	font-weight: bold;
	overflow: hidden;
}
.li-otras-noticiasb {
	background-image: url(../img/li-otras-noticiasb.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 14px;
	margin-right: 2px;
	margin-bottom: 17px;
	margin-left: 5px;
	padding-left: 23px;
	font-weight: bold;
	overflow: hidden;
}
