body   {
        margin:0px; 
	    padding:0px;
	    }

div#contenido {
		position: relative;
		min-width:768px;
		max-width:768px;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
		}
		
div#logo {

		}
		
div#nav {
        left:0px; top:94px;
        position:absolute;
        margin-right:0;
        margin-top:0;
        width: 180px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        padding: .5em 0 0 .2em;
        font-size: .8em
        }
        
div#nav ul {
        border:0;
        margin:12px 20px 12px 1.25em;
        padding:0;
        list-style-type:none;
        }
        
div#nav li {
        border-bottom:2px dotted #069;
        margin:0;
        padding:.3em 0;
        text-indent:.5em
        }
        
div#nav li:first-child {
        border-top:2px dotted #069;
        }
        
div#nav a {
        text-decoration:none;
        color: #069;
        }
div#nav a:hover {
        color: #F33;
        }

div#grafico {    
		position: absolute;
		left:180px; top:94px;
        background:#edefea;
        margin-right:180px;
        margin-top:0;
        width:588px;
        height:auto;
        }
        
* html div#nav ul {
        border-top:2px dotted #069;
        }

#tabla {
        font-family: Arial, Helvetica, sans-serif;
        font-size: .7em
        }
#tabla#titulos {
        font-size: .9em;
        text-align: center;
        color: white;
        background: #8eb7e5;
        
        }
        
#tabla#anios {
        font-size: .9em;
        text-align: center;
        }   

#tabla#datos {
        text-align: right;
        }