*{box-sizing:border-box;}
body {font-family: Arial, Helvetica, sans-serif;}
h3 {text-align:left ;font-family: 'Chalkboard';color: #010101; ;}
header{
    background-color: #fff87f;
    padding: 30px;
    text-align:center;
    font-size: 35px;
    color: rgb(255, 0, 0);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
main{
    display:-webkit-flex; 
    display: flex;
    width: 100%;
}
nav{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: .5;
    background-color: #d88da6;
    padding: 30px;
}
ul#temas{
    list-style-type: none;
    padding: 20px;
    text-decoration-line: none;
    font-family: Helvetica Neue;
    color: #000000;
}
li.opcion{
    padding-bottom: 25px;
    font-size: large;
    font-weight: bold;
}
figure{
    width: 150px;
    max-height: 100px;
    float: left;
}
img#logo{
    width: 170px;
    max-height: 170px;
    padding-bottom: 30px;
    margin-left: 40px;
}
img#center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    max-height: auto;
    width: 500px;
}
section{
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    background-color: #eaf2e3;
    padding:10px;
    padding-right: 40px;
    padding-left: 40px;
}
article{
    text-align: justify;
    font-family: 'verdana';
    margin-left: 2%;
    margin-right: 2%;
    padding: 10px;
    padding-right: 40px;
    padding-left: 40px;
}
footer{
    background-color: rgb(142, 162, 176);
    padding: 10px;
    text-align: center;
    color: snow;
}
a:link{
    color: rgb(0, 1, 2);
    text-decoration-line:none ;
}
a:visited{
    color: rgb(5, 5, 5);
    text-decoration-line: none;
}
a:hover{
    color: rgb(255, 0, 0);
    text-decoration-line:none ;
}
a:active{
    color: rgb(255, 132, 0);
    text-decoration-line: none;
}

#anima {height:600px;
    width:1000px;
    height: 600px;
    border:none;
    padding:0px;}

@media(max-width:800px) {
    main{
        -webkit-flex-direction: column;
        flex-direction: column;
    }}

