/* =general ------------------------------------------- */
* {margin:0; padding:0}
body {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background:url(/img/all/maquetacion/fondo_menu.gif) repeat-y #F4F9E4;
}


ul{list-style:none;}
li{}
p{padding:8px 0; /*text-align:justify;*/}
a {text-decoration:none; color:#717171;}
/*--------------CONTENEDOR ---------------*/
#contenedor{
	/*width: 770px;*/
	width:770px;
	/*text-align:left*/
}

/*-------------------CABECERA ---------------------*/
#cabecera{ background:url(/img/all/maquetacion/fondo_rayado.gif) repeat; height:144px; width:773px;}
#cabecera img {float:left; margin:0; padding:0; border:none;}

/*-------------------MENU ---------------------*/
#menu{float:left; background:url(/img/es/menu_superior.gif) no-repeat #F4F9E4; width:202px; height:164px;}
#menu ul {margin:0 0 0 2px; padding:80px 0 0 0;}
#menu ul li{/*background:url(/img/all/maquetacion/bullet_menu.gif) 20px 0 no-repeat;*/padding:0 0 1px 0; margin-top:3px;}
#menu ul li a{display:block;  color:#666666; padding:0 0 0 45px; width:156px;  background:url(/img/all/maquetacion/bullet_menu.gif) 20px 0 no-repeat;}
* html body #menu ul li a{width:152px;}

#menu ul li a:hover{ color:#fff; background-color: #6C8231;}
#menu ul li a.sel{ color:#fff; background-color: #6C8231;}
/*#menu ul li:hover{background-color:#6C8231;}
/*#menu ul li.sel{background-color:#6C8231;}

/*----------------CONTENIDO-----------------------*/
#contenido {float:left; margin: 20px 0 0 20px; width:535px}
#contenido h1 {float:right; text-indent:-1000px; height:35px; width: 535px;}
#contenido h1.recetas{background:url(/img/es/h1_recetas.gif) right 0 no-repeat;}
#contenido h1.curiosidades{background:url(/img/es/h1_curiosidades.gif) right 0 no-repeat;}
#contenido h1.contacto{background:url(/img/es/h1_contacto.gif) right 0 no-repeat;}
#contenido h1.salud_nutricion{background:url(/img/es/h1_salud_nutricion.gif) right 0 no-repeat;}

/*-------------------Clases generales -----------------*/
.clearboth{clear:both;}
#contenido strong{color:#6A870D;}
img.menu_abajo{position:absolute; bottom:0px;left:0px;}
