﻿body 
{
    margin: 0px;
    background-color:#000;
}
p.texto
{
    font-family:Trebuchet MS;
    font-size:12px;
    color:#cbcbcb;
    text-align:justify;
}
h1
{
    font-family: Trebuchet MS;
    font-size: 20px;
    color: #666633;
    text-align: left;
    font-style: italic;
    margin: 6px 0 6px 0;
}
h2
{
    font-family: Trebuchet MS;
    font-size: 20px;
    color: #006699;
    text-align: left;
    font-style: italic;
    margin: 6px 0 6px 0;
}
h3
{
    font-family: Trebuchet MS;
    font-size: 16px;
    color: #666633;
    text-align: left;
    font-style: italic;
    margin: 6px 0 6px 0;
}
a
{
    color:#00aaff;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
li
{
    list-style-type: none;
    font-family: Trebuchet MS;
    font-size:14px;
    margin:2px 0 2px 0;
}
ul
{
    margin:0px;
}
p.espaciado
{
    margin:15px 0 10px 0;
}
td.footer-bg
{
    background-image: url(imagenes/footer-bg.jpg);
    background-repeat:repeat-x;
    background-position:top;
    background-color:#000;
    vertical-align:top;
}
#footer p
{
    font-family:Trebuchet MS;
    font-size:10px;
    color:#000;
    text-align:left;
    margin: 5px;
}
#footer a
{
    color:#000;
    text-decoration:none;
}
#footer a:hover
{
    color:#fff;
    text-decoration:underline;
}