*{
    margin:0px;
    padding:0px;
    font-family: sans-serif;
}

body{
    width: 100%;
    height: 100%;
    background-color: black;
}


div#pagina{
    width: 60%;
    margin:auto;
    margin-top: 0px;
    background-color: black;
}
    
    div#encabezado{
        text-align: center;
        border-bottom-color: rgb(0,0,0);
        border-bottom-style:dotted;
        border-bottom-width: 5px;
        border-bottom-color: white;
        padding-left: 30%;
        padding-right: 30%;
        padding-top: 8%;
        padding-bottom: 5%;
    }
    h1{
        font-family: "droid serif";
        font-weight: 900;
        font-size: 70px;
        color: white;
    }
    h3{
        width: 100%;
        font-family: "indie flower";
        color: white;
        font-size: 120%;
        
    }
    h4{
        color: white;
        font-family: sans-serif;
        font-size: 10px;
        font-variant: normal;
        font-weight: 100;
        margin-top: 5px;
    }
    #botonera ul{
        width:auto;
        height:55px;
        position: relative;
        
    }
    #botonera ul li{
        width:30%;
        list-style: none;
        margin-top: 2%;
        margin-bottom: 2%;
        text-align: center;
        border-radius: 10px;
        margin-right: 2%;
        margin-left: 1%;
        float: left;
        
    }
    #botonera ul li a{
        color: white;
        font-family: "ubuntu";
        font-size: 20px;
        text-decoration: none;

    }
    
    section{
        width: 100%;
        position: relative;
        margin-top: 5%;
    }
    section p{
        font-family: sans-serif;
        color: white;
        text-align: center;
        font-size: 10px;
    }

    article{
        width: 50%;
        float: left;
    }
    article p{
        font-family: sans-serif;
        color: white;
        text-align: left;
        font-size: 10px;
    }

    aside{
        width: 45%;
        height: auto;
        float: right;
        padding: 5px;
    }

    h2{
        color: black;
        font-size: 15px;
        font-family: "ubuntu";
        font-weight: 500;
        background-color: white;
        padding: 5px;
        border-radius: 10px;
        text-align: center
            
    }
    h5{
        color: white;
        font-size: 10px;
        float: left;
        text-decoration: underline
            
    }
    h6{
        color: white;
        font-size: 10px;
        font-weight: 100;
        float: left;
        margin-left: 10%;
    }
    aside p{
        color: white;
        font-size: 10px;
        float:left;
        margin-left: 15%;
        
    }

footer{
    font-family: sans-serif;
    color: white;
    text-align: center;
    margin-top: 10%;
        
}
section div#mapa{
    background-color: white;
    border-radius: 15px;
    height: 200px;
}
    

div#sitio{
    background-color: white;
    width: 100%;
    height: auto;
    border-radius: 15px;
    
}

div#sitio img{
    width: 50%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 25%;
    margin-right: 25%;

}
span.rotuloindividual{
    font-family: "ubuntu";
    font-weight: 800;
    font-size: 15px;
}
span.bold{
    font-weight: bolder;
}
div#maquetacionjpg a p{
    font-family: "droid serif";
    font-size: 15px;
    color: #c400ff;
    text-decoration: none;
    margin-top: 5%;

    
    
}