body {
    background: url("fondo.jpg");
    margin: 0px;
    color: #991a35;
}

IMG {
    border: 0px;
}

TABLE.estructura {
    width: 100%;
}

TD.bordeSup {
    height: 25px;
    background: url("bordeSup.png") repeat-x bottom;
}

TD.bordeInf {
    height: 40px;
    background: url("bordeInf.png") repeat-x top;
}

TD.bordeInf2 {
    height: 25px;
    background: url("bordeInf.png") repeat-x top;
}

TD.titulo {
    height: 125px;
    background: #FFFFFF;
}

TD.cuadros {
    height: 130px;
}

TD.iconos {
    height: 50px;
}

TABLE.contenido {
    width: 900px;
}

TD.cuadro {
    width: 225px;
    text-align: center;
}

TD.icono {
    width: 60px;
    text-align: center;
}

TD.menu {
    width: 250px;
}

TD.cuerpo {
    width: 650px;
}
