body {
        background-color: #FFFFE7;
        font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
        font-size: 14px;
        text-align:center;
}
h1 {font-size:20px; font-weight:bold;}
h2 {font-size:18px; font-weight:bold;}
a {font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}

/*tr {background-color:#99FF00;}*/
table { font-size:14px;
        font-weight:normal;}

.grafico1 {
        height: 25px;
        /*border:1px solid #FF9900;*/
        background-color: #FF9900;
float:left;
}
.grafico2 {
        height: 25px;
        /*border:1px solid #0000FF;*/
        background-color: #0000FF;
float:left;
}
.grafico3 {
        height: 25px;
        /*border:1px solid #008000;*/
        background-color: #008000;
float:left;
}
.contenedor_graficos {
        width:80px;
        float:left;
line-height:25px;
}
.clear {
        clear:both;
}