body
{
    background-color:c0c0c0;
    background-image: url("/images/bg.gif");
    PADDING-BOTTOM: 20px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 10px;
    MARGIN: 0px;
    text-align: center;
    font-family: verdana;
    font-size: 10pt;
}


#contenido
{
    width:800px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:white;
   border: 3px silver outset; 
    padding: 50px;
    text-align: left; 

}


table.listado
{
    border: 1px silver dotted;

}

.listado th

{
    border: 1px silver outset; 
    background-color:#c0c0aa;
    font-size: 10pt;

}

.listado th a:visited

{
    color:#000000;
    text-decoration: none;
}

.listado th a:link

{
    color:#000000;
    text-decoration: none;
}

.listado th a:hover

{
    color:#ffffff;
    text-decoration: underline;
}


.par td 
{
    text-align:justify;
    background-color:#f0f0f0;
    font-size: 10pt;
    padding:3px;
}

.inpar td 
{
    text-align:justify;
    background-color:#ffffff;
    font-size: 10pt;
    padding:3px;
}


.titulo
{
    text-align:center;
    width: 50%;
    color: #000000;
    background-color: #c0c0aa;
    font-size: 15pt;
    font-family: tahoma;
    border-top: 2px #000000 solid ;
    border-bottom: 2px #000000 solid ;
    padding:3px;
}


.texto
{
    text-align:justify;
    color: #2f2222;
    font-size: 11pt;
    font-family: verdana;
    padding:2px;
    margin-right:60px;
}


