.menu2 {
font-family: verdana, arial, sans-serif; 
width:997px;
height:40px;
margin:0 auto; 
position:relative;
z-index:90;
padding-left:15px;
padding-right:0px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0; width:990px !important;
text-align:center;
}
body .inicio li{ border-left:none}
.menu2 ul li { float:left; display:inline}
.menu2 ul table {border-collapse:collapse; margin:-1px -50px; font-size:1em;  }
/* float the list so that the items are in a line */
.menu2 ul li a{
padding-top:2px;
float:left;  
}
.menu2 ul li a{ padding-top:5px; height:40px;}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:auto; 
height:40px; 
color:#fff; 
line-height:30px; 
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
padding-right:15px;
padding-left:15px;
border-left:1px solid #498d4c;

}


/* make the dropdown ul invisible */
.menu2 ul li ul {
position:absolute; left:-9999px; height:0;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li a:hover,
.menu2 ul li:hover a {
color:#FC0; 
background: #4f9766 ;
height:40px;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul :hover ul {
top:40px; 
left:0;
height:auto;
text-align:left;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu2 ul :hover ul li {
background:#eee; 
color:#000;
padding:10px;
width:931px !important;
border:20px solid #096d9f;
height:150px;
}
/*float the image left with padding and no border */
.menu2 ul :hover ul li img {
float:left; 
padding:10px 10px 10px 0; 
border:0;
}
/* style the paragraph font height */
.menu2 ul :hover ul li p {
font-size:0.9em;
line-height:1.8em;
}
/* style the background and foreground color of the submenu links */
.menu2 ul :hover ul li a {
display:inline;
background:#eee;
color:#1d6ddf;
text-decoration:none;
border:0;
line-height:1.8em;
font-size:14px

}
/* style the background and forground colors of the links on hover */
.menu2 ul :hover ul li a:hover {
text-decoration:underline; 
color: #900;
}
.menu2 ul :hover ul li p { font-size:18px; color: #999}