body {
    background: #fae4ca;
    margin: 0;
}
.contenedor {
    max-width: 940px;
    height: 100%;
    margin: 0 auto;
}
#headerdiv {
    width: 100%;
    height: 260px;
    background: #58c4bb;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    text-align: center;
}

.contenedor2 {
    max-width: 940px;
    margin: 0 auto;
}
header {
    width: 100%;
    height: 580px;
    background: #58c4bb;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    text-align: center;
}
nav {
    width: 100%;
    height: 100px;
    margin: -40px 0 -25px 0;
    text-align: center;
}
main {
    width: 100%;
    height: 500px;
}
footer {
    width: 100%;
    height: 90px;
    background: #259c92;
    border-radius: 30px;
    margin: 15% 0 0 0;
    float:left;
}
section {
    width: 100%;
    height: 660px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0px 3px 1px #d6aa76;
}
aside {
    width: 100%;
    height: 150px;
    background: #040404;
    margin: 10px 0 0 0;
    border-radius: 10px;
}
aside article {
    width: 100px;
    height: 100px;
    background: #ed145b;
    margin: 10px 10px 10px 10px;
    float: right
}

/* estilos de texto */
.textoasidec {
    width: 90%;
    height: 90%;
    padding: 40px;
}
.textoasidec_plan {
    width: 90%;
    height: 90%;
    padding: 40px;
}
.textoaside1 {
    font-family: DINCond-Light;
    font-size: 2em;
}
.textoaside2 {
    font-family: Helvetica, Arial, "DINbek-Medium";
    color:#ed145b;
    font-size: 1em;
}
.textoaside3 {
    font-family: Helvetica, Arial, "DINBek-Regular";
    font-size: 1em;
}
.textofooter {
    font-family: DINCond-Light;
    font-size: 120%;
    text-align: center;
    color: #FFF;
}
h1 {
    background:#ee2566;
    width:30%;
    height: 20px;
    color: #fff;
    padding: 3px;
    font-family: Helvetica, Arial, "DINbek-Medium";
    font-size: 0.9em;
    text-align: center;
    border-radius: 12px;
}
h2 {
    background:#fff;
    width:30%;
    height: 10px;
    color: #000;
    font-family: Helvetica, Arial, "DINBek-Regular";
    font-size: 0.8em;
    text-align: center;
}
/* fin estilos de texto */

/* estilos de imagen*/
.logovn10 {
    float: left;
    margin: 5px 0 0 5px;
}
.logodgpc {
    float:right;
    margin: 5px 5px 0 0;
}
/* fin estilos de imagen */

/* estilo de botones */
.boton {
    border: 4px solid #ed145b;
    width: 96px;
    height: 96px;
    background: #ed145b;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: DINCond-Light;
    font-size: 150%;
    line-height : 100px;
    margin: 1%;
    color:#fae4ca;
}

.boton:hover {
    background-color:#fae4ca;
    border: 4px solid #ed145b;
    color: #ed145b;
    width: 96px;
    height: 96px;
}

.boton:active {
    position:relative;
    top:1px;
}
/* fin estilo de botones */

/* para embeber fuentes */
@font-face{
    src: url(DINCond-Light.otf);
    font-family: DINCond-Light;
}
@font-face{
    src: url(DINBek-Regular.ttf);
    font-family: DINBek-Regular;
}
@font-face{
    src: url(DINbek-Medium.ttf);
    font-family: DINbek-Medium;
}
/* fin para embeber fuentes */

@media screen and (max-width:768px){
    aside {
        display: none;
    }
    section {
        width:100%;
        height: 180%;
    }
    .textoasidec{
        width:100%;
        height: 100%;
    }
    
    nav {
        width: 100%;
        height: 100%;
        margin: -40px 0 -45px 0;
    }
    footer {
        font-size: 90%;
        width: 100%;
        height: 100%;
        border-radius: 0%;
        margin: 360px 0 0 0;
        padding: 2%;
    }        
    section {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 1px #d6aa76;
    }
    .logovn10 {
    display: none;
    }
    .logodgpc {
    display: none;
    }
}
    