body{
    margin:0px;
    background-color: #E0D8C9;
        background-image: url('../img/fondo.jpg');
        background-repeat:  repeat-x;
        background-position: center top;
}
.texto {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
    line-height:170%;
        color: #333333;
        font-weight:normal;
}

.titulos {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height:140%;
        color: #663300;
        font-weight:bold;
}

.fondo_tabla_principal {
    margin:0px;
    background-color: #F0EDE6;
        background-image: url('../img/fondo_tabla_principal.jpg');
        background-repeat:  repeat-x;
        background-position: center top;
}
.fondo_noticias {
    margin:0px;
    background-color: #E0D8C9;
        background-image: url('../img/fondo_noticias.jpg');
        background-repeat: no-repeat;
        background-position: bottom;
        }
.fondo_derecho {
    background-image: url('../img/fondo_derecha.png');
        background-repeat:  repeat-y;
        background-position: left;
}
.fondo_izquierda {
    background-image: url('../img/fondo_izquierda.png');
        background-repeat:  repeat-y;
        background-position: right;
}

.fondo_video {
    background-image: url('../img/fondo_video.gif');
        background-repeat:  no-repeat;
        background-position: center top;
}

a:link {
        text-decoration:none;
        color: #663300;
        font-weight:bold;
}
a:visited {
        text-decoration: none;
        color: #663300;
        font-weight:bold;
}
a:hover {
    text-decoration: underline;
        color: #663300;
        font-weight:bold;
}
a:active {
        text-decoration: none;
        color: #663300;
        font-weight:bold;
}