/* 
	Developed by:
	Prood.com
*/


body {
	background: #A9C215 url(/images/fondo/verde.jpg) top left repeat-x;
}

a:link, a:visited {
	color: #008030;
}
a:hover, a:active {
	color: #008030;
}

/*-- LAYOUT --*/

#header #fondo {
	background: #A9C215 url(/images/header/natura.jpg) top left no-repeat;
}
	
/* MENU 2 - pertenece al menu de servicios */
#menu2 {
	background:  url("/images/fondo/natura_menu.jpg") top left repeat-x;
	}

/*-- CONFIGURACION de los DIVs de ESTRUCTURA --*/
	
/* MENU 2 */	
#nav a.selected {
	background-position: 0 -228px;
	}


/*-- Estilo para el contenido --*/

#menuLat ul li a {
	color:#A9C215;
	border: 1px solid #A9C215;
}
#menuLat ul li a:hover {
	color:#008030;
	border-color: #008030;
}
#contenido h2 {
	color: #008030;
	border-bottom: 5px solid #008030;
}

#contenido {
	background: #fff url(/images/fondo/natura_logo.gif) top right no-repeat;
}

#txt .noticiasFecha {
	font-size:10px;
	color:#999;
	margin: 0;
	padding: 0;
}

#txt h3 {
	color: #008030;
}

/* Estilo para dejar el menu activo */
#nav #gd-natura a { background-position: 0 -228px; }
#menuLat #gd-natura-Lat a {	color:#fff;	text-decoration:none; background-color:#008030;	font-weight: bold; border-color: #008030; border-width: 1px 1px 1px 1px; border-style: solid; }

