body {
        font-family: verdana, sans-serif;
        font-size: 11px;
        background: #eeeeee;
		text-align:center; 
}

h4 {
        font-size: 100%;
        color: #999;
        margin: 0;
}
.Estilo2 {color: #333333}

.container {
width:950px;
padding: 8px;
border: 1px solid #ccc;
background: #fff;
position:absolute;
left:50%;
margin-left:-470px;
margin-top:0px;
  
       	
}

/* rounded */

#nav {        
		margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 4px 4px 5px;
        text-decoration: none;
        color: #990000;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(Rounded.gif) no-repeat bottom center;
}

