.ventana{
    background-color: #efefef;
    border-right-color: #b7babc;
    border-left-color: #b7babc;
    border-bottom-color: #b7babc;
    border-top-color: #b7babc;
}
.filaImpar{
    background-color: #c9def1;
}
body{    
    background-image: url(../imagenes/fondo.gif);
    background-attachment: fixed;
    background-repeat: repeat-x;
}
.botonMenu:hover{
    color: #d2ccb7;
}
.tituloVentana{
    background-image: url(../imagenes/barraGris1.png);
    color: #000000;
    background-repeat: repeat-x;
    background-attachment: scroll;
    border-bottom-color: #b7babc;
}
.contenidoVentana{
    background-color: #ffffff;
    border-right-color: #b7babc;
    border-left-color: #b7babc;
    border-bottom-color: #b7babc;
    border-top-color: #b7babc;
}
#cabecera{
    height: 200px;
}
#menu{
    background-color: #8f8556;
    background-image: url(../imagenes/barraVerdosa.png);
    background-attachment: scroll;
    background-repeat: repeat-x;
    color: #ffffff;
}
#mensaje{
    background-color: #5b8f56;
    background-image: url(../imagenes/barraVerde.png);
    background-attachment: scroll;
    background-repeat: repeat-x;
    color: #ffffff;
}
#barraLateral{
    border-right-color: olive;
    border-left-color: olive;
    border-bottom-color: olive;
    border-top-color: olive;
}
#pieDePagina{
    color: #0e370e;
}
a.linkMenu{
    color: white;
}
a.linkContenidoVentana{
    color: blue;
}
a.linkContenidoTitulares{
    color: blue;
}