@import url(https://fonts.googleapis.com/css?family=Audiowide);
@import url(https://fonts.googleapis.com/css?family=Antic+Didone);
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);
/* exporto fuente para el vn08 */

html{font-size: 16px}

h1{font-size: 3rem}
h2{font-size: 2rem}
h3{font-size: 1rem}

* {
    margin: 0;
    padding: 0;
}

header{
        background: #c1c1c1;
        width: 100%;
        height: 200px;
        text-align: left;
        padding: 5px;
        box-sizing: border-box;
    /*para no acumular anchos*/
}

header nav ul {
    text-decoration: none;
    text-align: center;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
	display: inline-block;
    background: #000000;
    color: #fff;
    text-decoration: none;
    padding:15px 25px;
    font-size: 1rem;
}

nav ul li a:hover{
    background: #c6c6c6;
    color: #000000;
    font-weight: bold;
}

.titulo{
    color: #000000;
    text-decoration:none;
    font-family: Audiowide;
    font-weight: bold;
    font-size: 7rem;
    margin: 1%;
    padding: 2%;
}
.negrita{font-weight: bold;}

.tps{
    background: rgba(245, 37, 37, 0.69);
}

body{
    background: #b2c9ff;
    font-family: Didact Gothic;
    text-align: center;
}

main{
padding: 2%;background: white;}

section{
    background: rgba(93, 185, 86, 0.33);
    font-family: Didact+Gothic;
    height: 400px;
    padding-top: 5%;
    text-decoration: none;
    list-style: none;
}

footer{
    text-align: center;
    padding: 2%;
    background: #c1c1c1;
}
