
html, body {
        margin: 0;
        padding: 0;
        font: 100% Verdana, serif;
        color: #333333#000;
        background: #ccc;
}

h1 {
    color: #C00;
        text-shadow: #000 1px 1px 2px;
    }

#contenedor {
        width:956px;
        height:540px;
        margin:10px auto;
        position:relative;
}

#contenido {
        border: 0px dashed #F00;
        background-color: #FFF;
        width: 956px;
        height: 540px;
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 5px 5px 5px 5px;
        overflow: auto;
        z-index: 2;
}

/* invisible para IE 5 \*/
#contenedor {
        position:absolute;
        margin:-269px 0 0 -478px;
        left:50%;
        top:50%;
        z-index: 1;
}
/* fin hack */

.Estilo1 {font-size: 10%}
.Estilo5 {
        font-size: 12px;
}

