.estilo1{
font-weight: bold;
position:absolute;
width:90%; 
top:28;
z-index:20
}

.estilo1:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.estilo1 ul{
/*border: 1px solid #555555;*/
width: 100%;
background: url(chromebg.gif) center center repeat-x; 
padding: 5px 0;
margin: 0;
text-align: center;
}

.estilo1 ul li{
display: inline;
padding-right:1px;
padding-left:1px;
font-size:30px;
}

.estilo1 ul li a{
color: #888888;
padding: 0px 5px;
margin: 0px;
text-decoration: none;
/*border-right: 1px solid #333333;*/
}

.estilo1 ul li a:hover, .estilo1 ul li a.selected{
background-color:#222222;
}
.estilo1 ul li a img{
border:none}


