P   {
 font-size : 11pt;
 font-family : arial,helvetica;
 font-weight : normal;
}

H1  {
 font-size : 20pt;
 font-family : verdana,arial;
}

TD  {
 font-size : 11pt;
 font-family : arial,helvetica;
 font-weight : normal;
}

BODY  {
 font-size : 11pt;
 font-family : arial,helvetica;
 font-weight : normal;
}

}
#container
{
    MARGIN: 0px auto;
    WIDTH: 100%;
    TEXT-ALIGN: left
}
#cabecera
{
    FONT-SIZE: medium;
    COLOR: red;
    FONT-FAMILY: Arial
}
#menu
{
    FLOAT: right;
    OVERFLOW: auto;
    WIDTH: 44%;
    HEIGHT: 450px;
    BACKGROUND-COLOR: white
}
#contenido
{
    FONT-SIZE: 10pt;
    FLOAT: left;
    MARGIN: 0px auto;
    WIDTH: 49%;
    FONT-FAMILY: Arial;
    HEIGHT: 450px
}
#pie
{
    CLEAR: both;
    COLOR: #ffffff;
    BACKGROUND-COLOR: white
}