/* BASES GENERALES */
* {
	margin: 0;
   padding: 0;
   border: none;
	font-size: 1em;
}
body {
   font: 62.5% Verdana, Arial, sans-serif;
	background-color: #A2AF8B;
}

a {
	text-decoration: none;
	outline: none;
	color: #66A91D;
}
a:hover {
	color: #999;
}
a img {
	border: 0;
}

ul {
	list-style: none;
}


/* ESTRUCTURA GENERAL */
#contenedor {
	width: 749px;
	margin: auto;
	background: #FFF;
	overflow: hidden;
	padding-bottom: 6px;
}
#encabezado {
	width: 749px;
	margin: 0 auto;
	background: url(../images/contenido/encabezado.jpg) no-repeat;
	height: 157px;
	position: relative;
}
#encabezado h1 a {
	display: block;
	width: 735px;
	height: 120px;
	top: 35px;
	left: 5px;
	position: absolute;
	overflow: hidden;
	text-indent: -999em;
}
#encabezado p {
	display: block;
	height: 0;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}


/*NAVEGACION*/
#navegacion {
	width: 737px;
	margin: 0 auto 1px auto;
	background-image: url(../images/botonera/navegacion.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 40px;
}
#navegacion h2 {
	height: 0;
	overflow: hidden;
}
#navegacion li {	
	float: left;
}
#navegacion li a {
	display: block;
	height: 40px; 
	background: url(../images/botonera/navegacion.gif) no-repeat;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}

* html>body #navegacion li a {
   letter-spacing: -999em;	
}
#navegacion li.inicio a {
	width: 43px;	
	background-position: 0 0;
}

#navegacion li.promociona a {
/*	width: 114px;*/
	width: 130px;	
	background-position: -43px 0;	
}
#navegacion li.sumate a {
/*	width: 108px;*/
	width: 124px;
/*	background-position: -157px 0;*/
	background-position: -173px 0;	
}
#navegacion li.compromisos a {
/*	width: 115px;*/
	width: 131px;
/*	background-position: -265px 0;*/
	background-position: -297px 0;	
}
#navegacion li.info a {
/*	width: 119px;*/
	width: 135px;
/*	background-position: -380px 0;*/
	background-position: -428px 0;	
}
#navegacion li.organizaciones a {
/*	width: 157px;*/
	width: 174px;
/*	background-position: -499px 0;*/
	background-position: -563px 0;	
}
/*#navegacion li.unite a {
	width: 81px;
	background-position: -656px 0;
}*/

#navegacion li:hover a, #navegacion li.over a, #navegacion li a.active {
	background: none;
}



/*PIE*/
#pie {
	width: 737px;
	height: 92px;
	margin: 0 auto;
	position: relative;
	clear: both;
	padding: 5px 0 0 0;
	background: url(../images/contenido/pie.jpg) no-repeat;
}
#pie h2 a#greenpeace {
	width: 160px;
	height: 45px;
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	left: 285px;
	bottom: 5px;
}
#pie h2 a#gaia {
	width: 48px;
	height: 55px;
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	left: 390px;
	bottom: 1px;
}
#pie h2 a#verde {
	width: 48px;
	height: 55px;
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	left: 468px;
	bottom: 1px;
}
#pie ul.menu1 {
	width: 520px;
	margin: 0 auto;
}
#pie ul.menu2 {
	width: 490px;
	margin: 0 auto;
	clear: both;
}
#pie li {
	float: left;
	color: #FFF;
}
#pie li a, #pie li a:visited {
	color: #FFF;
	font-size: 1em;
	text-align: center;	
	margin: 0 4px 0 7px;	
}
#pie li a:hover {
	color: #414042;
}
