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



/* MENU */



#menu {   height: 90px;   font-size: 15px;  margin-left: 110px; margin-top: 16px; font-weight: bold;  }


#nav {  }



#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;



}


#nav li a {


margin-left: 22px;
 padding-top: 4px;
 padding-bottom: 4px;
    float: left;
    color:#FFF;
    text-align: center;




}


#nav li a p {

 padding-left: 10px;
 padding-right: 10px;




}



#nav a:hover, body#index #tIndex a, body#nosotros #tNosotros a, body#servicios #tServicios a, body#productos #tProductos a,  body#contacto #tContacto a  { color:#FFF; background: #b2252b; -webkit-bordevr-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  }
