body {
    margin:0px;
    padding:0px;
    font-family: Times New Roman;
    font-size: 14px;
    margin-left:5px;
    color: #333;
}
#contenido
{
    width: 660px;
    text-align: justify;
    margin-top: 15px;
}
#contenido h1
{
    font-family: Arial;
    font-size: 14px;
    color: Black;
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
    margin-left: 20px;
    margin-top: 10px;
    background-image:none;
}
#contenido h2
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
    margin-left: 20px;
    margin-top: 10px;
    text-decoration: underline;
}
h1 {
    font-family: Arial;
    font-size: 15px;
    color: Black;
    padding: 0px;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-top: 10px;
    background-image:url(../IMG/CSS/backgrounds/H1.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 600px;
}
h1 i
{
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
}
select
{
    font-family: arial;
    font-size:10px;
}
table.clase1
{
    width: 100%;
}
table.clase1 td
{
    border: 1px solid black;
    font-size: 12px;
    font-family: arial;    
}
table.clase1 th
{
    border: 1px solid black;
    font-size: 12px;
    background-color: #eee;
    text-align: left;
    font-family: arial;    
}
table.clase1 thead th
{
    border: 1px solid black;
    background-color: #ccc;
    font-family: arial;
    font-size: 12px;     
}
table.clase1 tfoot td
{
    border:0px solid black;
    font-size:10px;
}
