@charset "utf-8";
/* CSS Document */
html {
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
}
#contenedor
{
	width:780px;
	margin:auto;
}
#encabezado
{
	width:780px;
	padding-top:8px;
}

#menuPrincipal
{width:100%;}
#slogan
{background-color:#B0C632;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
letter-spacing:3px;
padding:3px 0 3px 0;
text-align:center}
#portada
{width:100%;
margin-top:5px;
margin-bottom:5px;}
#contenido
{width:100%;}
#publicaciones
{
	width:760px;
}
#piePagina
{width:100%;}

/*Esto es para los sectores de biblioteca, noticias y mapas*/
#sectorBiblioteca
{
	width:195px;
	margin-left: 5px;
}
#sectorNoticias
{
	width:380px;

}
#sectorMapas
{
	margin-left:5px;
	width:195px;
}
#sectorMapasInterno
{
}


#piePagina
{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px;
}
.imgNoticia {
	margin: 5px;
	/*border: 1px dotted #339900;*/
	padding: 5px;
	float: left;
}

