@charset "utf-8";
.header {
    width: 1200px;
    height: 100px;
}
.textoheader {
    color: #000000;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    clear: right;
    float: left;
    font-style: normal;
    font-size: 3em;
    padding-left: 200px;
    padding-top: 20px;
}
.contenido {
    width: 1200px;
    height: 1100px;
    background-color: #F2F91C;
}

.logomenu {
    clear: right;
    width: 90px;
    height: 90px;
    float: left;
}
