@charset "utf-8";
/* CSS Document */





/* CSS MENU MAIN */


#header .logoMenu .menu { width:790px; height:110px;    float: left; padding-top: 20px;   }
#header .logoMenu .menu .separator { width:1px; height:60px;  background:#E7E7E7;  float: left; margin-top: 20px;   }
#header .logoMenu .menu p {margin-top: 35px; font-size: 18px; font-weight: bold;   color:#5d5e63; text-align: center; }

#header .logoMenu .menu .btn-inicio 		{ width:147px; height:110px; float: left;   }
#header .logoMenu .menu .btn-inicio:hover p 		{ color:#66AE3E;    }

#header .logoMenu .menu .btn-empresa 		{ width:147px; height:110px; float: left;   }
#header .logoMenu .menu .btn-empresa:hover p 		{ color:#66AE3E;    }

#header .logoMenu .menu .btn-productos 		{ width:167px; height:110px; float: left;   }
#header .logoMenu .menu .btn-productos:hover p 		{ color:#66AE3E;    }

#header .logoMenu .menu .btn-promociones 	{ width:177px; height:110px; float: left;   }
#header .logoMenu .menu .btn-promociones:hover p 		{ color:#66AE3E;    }

#header .logoMenu .menu .btn-contacto 		{ width:147px; height:110px; float: left;   }
#header .logoMenu .menu .btn-contacto:hover p 		{ color:#66AE3E;    }



body#index .menu .btn-inicio p { color:#66AE3E;   }
body#index .menu .btn-inicio {  background: url("../img/icons/icon-active-menu.png") no-repeat; background-position: 50px 94px;   }

body#empresa .menu .btn-empresa p { color:#66AE3E;   }
body#empresa .menu .btn-empresa {  background: url("../img/icons/icon-active-menu.png") no-repeat; background-position: 50px 94px;   }

body#productos .menu .btn-productos p { color:#66AE3E;   }
body#productos .menu .btn-productos {  background: url("../img/icons/icon-active-menu.png") no-repeat; background-position: 60px 94px;   }

body#promociones .menu .btn-promociones p { color:#66AE3E;   }
body#promociones .menu .btn-promociones {  background: url("../img/icons/icon-active-menu.png") no-repeat; background-position: 70px 94px;   }

body#contacto .menu .btn-contacto p { color:#66AE3E;   }
body#contacto .menu .btn-contacto {  background: url("../img/icons/icon-active-menu.png") no-repeat; background-position: 50px 94px;   }







/* CSS MENU TOP */



#header .top .menu { width:670px;     padding-left: 230px;   position: absolute; z-index: 200; margin-top: 60px;  }
#header .top .menu .separator { width:1px; height:20px;  float: left; margin-top: 36px;   background:#658939; }
#header .top .menu p {margin-top: 35px; font-size: 12px; font-weight: bold;   color:#3f6c08; text-align: center; }



#header .top .menu .btn-articulos 		{ width:140px; height:90px; float: left;   }
#header .top .menu .btn-articulos:hover p 		{ color:#66AE3E;    }

#header .top .menu .btn-noticias 		{ width:140px; height:90px; float: left;   }
#header .top .menu .btn-noticias:hover p 		{ color:#66AE3E;    }

#header .top .menu .btn-eventos 		{ width:140px; height:90px; float: left;   }
#header .top .menu .btn-eventos:hover p 		{ color:#66AE3E;    }

#header .top .menu .btn-aviso 		{ width:220px; height:90px; float: left;   }
#header .top .menu .btn-aviso:hover p 		{ color:#66AE3E;    }




body#articulos .menu .btn-articulos p { color:#66AE3E;   }
body#articulos .menu .btn-articulos {  background: url("../img/icons/line-active-small.png") no-repeat; background-position: 32px 56px;   }


body#noticias .menu .btn-noticias p { color:#66AE3E;   }
body#noticias .menu .btn-noticias {  background: url("../img/icons/line-active-small.png") no-repeat; background-position: 32px 56px;   }


body#eventos .menu .btn-eventos p { color:#66AE3E;   }
body#eventos .menu .btn-eventos {  background: url("../img/icons/line-active-small.png") no-repeat; background-position: 32px 56px;   }


body#aviso .menu .btn-aviso p { color:#66AE3E;   }
body#aviso .menu .btn-aviso {  background: url("../img/icons/line-active-big.png") no-repeat; background-position: 40px 56px;   }



















