@charset "utf-8";
/* Autor : Francisco Javier López Guerra */
/* Fecha : 13/07/2011 */


/* CSS de la pagina Web del Portal Web de la CNSP*/
/* ESTRUCTURA (LAYOUT) */
/* DEFINICION DE LA ESTRUCTURA BÁSICA DE LA PÁGINA, POSICIONAMIENTO Y MARGENES DE LOS BLOQUES PRINCIPALES */


/* Eliminamos los posibles margenes exteriores de la Web */

#contenedor { 
	width: 90%;  /* esto creará un contenedor con el 95% del ancho del navegador */
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con el ancho) centran la página */
	text-align: left; /* esto anula text-align: center en el elemento body. */
}

#fondo{	padding:0 2%; margin:0 10px;}

#cabecera{ padding:0; width:100%; height:100px; margin-bottom:0.6em; overflow:hidden;}

#menuizquierda { float: left; padding: 0; width: 24%;}

#cuerpocontenidoportada{ width:100%; margin: 0; padding:0;}
#cuerpocontenido{ width:100%; margin: 0; padding:0;}

#destacados { float: left; padding: 0; width: 80%; background: url("../img/cierrecajas.png") no-repeat scroll center bottom transparent;}

#destacadosfijos1 { float: left; padding: 0; width: 25%; margin-right: 2.5%;}
#destacadosfijos2 { float: left; padding: 0; width: 25%; margin-right: 2.5%;}
#destacadosfijos3 { float: left; padding: 0; width: 25%;}

/*.contenidogeneral { float: right; padding: 0 0 0 2%; width: 74%;}*/
.contenidogeneral { float: left; padding: 0 2%; width: 72%;}

#camps { float: left; padding:0; width: 18%; margin-left: 2%;}

#pie { margin: 2em 0 0 0; padding:0;} 

#pie #enlaces { float: right; margin:1em 0 1em 0;}

#pie #enlaces a{text-decoration:none;}

#pie #enlaces a:hover{text-decoration:underline;}