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



#header .info .menu { width:637px; height:42px; position: relative; z-index:300;  }
#header .info .menu p {margin-top: 5px; font-size: 18px; font-weight: bold;   color:#6cb1d0; text-align: center; }

#header .info .menu .btn-inicio 		{ width:134px; height:42px; float: left; background: url("../img/template/bg/bg-btn-inicio.png") no-repeat center top;   }
#header .info .menu .btn-inicio:hover p 		{ color:#02334D;    }

#header .info .menu .btn-empresa 		{ width:149px; height:42px; float: left;  margin-left: 10px;  background: url("../img/template/bg/bg-btn-empresa.png") no-repeat center top;  }
#header .info .menu .btn-empresa:hover p 		{ color:#02334D;    }


#header .info .menu .btn-productos 		{ width:173px; height:42px; float: left;   margin-left: 10px; background: url("../img/template/bg/bg-btn-productos.png") no-repeat center top;   }
#header .info .menu .btn-productos:hover p 		{ color:#02334D;    }


#header .info .menu .btn-contacto 		{ width:151px; height:42px; float: left;  margin-left: 10px;  background: url("../img/template/bg/bg-btn-contacto.png") no-repeat center top;   }
#header .info .menu .btn-contacto:hover p 		{ color:#02334D;    }



body#index .menu .btn-inicio p { color:#02324F;   }
body#empresa .menu .btn-empresa p { color:#02324F;   }
body#productos .menu .btn-productos p { color:#02324F;   }
body#contacto .menu .btn-contacto p { color:#02324F;   }




/* BUTTON PRODUCT SUBMENU */


#header .info .menu .submenu a:link p { text-decoration: none; color:#FFF;  }
#header .info .menu .submenu a:visited p { text-decoration: none; color:#FFF;  }
#header .info .menu .submenu a:active p { text-decoration: none; color:#FFF;  }
#header .info .menu .submenu a:hover p { text-decoration: underline; color:#76c1e4;  }



.submenu { width:167px; height:200px; position:absolute; z-index:-1; display: none;   background: url("../img/template/bg/bg-submenu.png") no-repeat top left; margin-top:-2px; padding-top:30px;   }


.submenu p { padding-bottom:4px; width:167px; font-size:16px; font-weight:bold;  color:#FFF; line-height:0; }

  
.btn-productos:hover .submenu { display : block;  color:#FFF;}






