@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: 1.5rem;}
h2{font-size: 1rem}
h3{font-size: 0.8rem}

* {
    margin: 0;
    padding: 0;
}
.contenedor {     
    max-width: 100%;
    min-height: 500px;
    margin:auto;
    position: relative;
}

header{
        width: 100%;
        background: url(imagenes/mifoto.jpg);
        height: 400px;
        box-sizing: border-box;
        text-align: right;
        padding-right: 5%;
        padding-top: 4%;
}

.foot{color: white;}

.minombre{
    background: none;
    margin-top: -80px;
    color: black;
    text-align: left;
    padding-left: 24%;
    font-family: Audiowide;
    font-weight: bold;
    font-size: 40px;
}
    
.vn08{
    text-align: right;
    text-decoration: none;
    color:#d1d1d1; 
    font-family: Audiowide;
    font-weight: bold;
    font-size: 6rem;
}

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

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

header nav ul li a {
    margin-top: 0px;
	display: inline-block;
    color: rgba(255, 255, 93, 0.97);
    text-decoration: none;
    padding:15px 25px;
    background: #000000;
    font-size: 1rem;
}

nav ul li a:hover{
    background: rgba(255, 255, 93, 0.79);
    color: #000000;
    font-weight: bold;
}

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

/*body{
    background: bisque;
    font-family: Didact Gothic;
    height: auto;
    text-align: center;
}*/

section{
    width: 100%;
    height: 320px;
    background: #d6d6d6;
    font-family: Didact+Gothic;
    /*height: 305px;*/
    min-height: inherit;
    margin-top: 30px;
}

.columna1{
    padding-top: 2%;
    width: 40%;
    float: left;
    padding-left: 10%;
}

.columna2{
    padding-top:2%;
    width: 40%;
    float: right;
    padding-right: 10%;
}

.separador{
    clear: both;
}

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

