html {
    color:blueviolet;
    background-color:cornflowerblue;
}

body {

    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: 800px;
    font-family: "Roboto", sans-serif;
    font-size: 14pt;
    line-height: 1.5em;
    color:darkblue;
    background-color:deepskyblue;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);

}

.logo img {float: left; margin-left: 10%; width:10%; margin:0 auto; }

.dgpc img {float: right; margin-right: 10%; width:10%; margin:0 auto; }

.botonera 
        {list-style:none;  
        display:inline-block; 
        padding:1.5% 5%;  
        color:black;
        background-color:blue; 
        margin:1% 1%; 
        font-family:  "Roboto", sans-serif;
        font-size: 12pt;
        letter-spacing: 0.10em;
}

a {color: white}
a {text-decoration: none}
a:hover {color:#935987}
a:active {color:#999999}


footer {
font-family: "Roboto", sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    background-color: floralwhite;
    text-align: center;}




