{ margin-top: 50px;}
html { align-content: center;
}
body {
    background 
    font-family: Optima;
    max-width: 960px;
    margin: auto;
}

.contenedor {     
    max-width: 100%;
    min-height: 500px;
    margin:0%;
    position: relative;
}
header {
    background: #3cac9f;
    width: 960px;
    height: 280px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}
img { width: 250px;
      height:250px;
      object-position: center;
      margin-left:20%;
   
   }

.nombre{
    background: none;
    margin-top: 1%;
    color: #555555;
    text-align: center;
    font-family: Audiowide;
    font-size: 35px;
   
}
.vn08{
    text-align: right;
    float: right;
    padding-bottom: -30%;
    color:#555555; 
    font-family: Audiowide;
    font-weight: bold;
    font-size: 4rem;
    margin-top: 0%;
}


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: bisque;
    text-decoration: none;
    padding:15px 25px;
    font-size: 1rem;
}

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

.tps{
    background: rgba(245, 37, 37, 0.69);
}
main { margin-top: 2px;
}

.cuerpo { background: #9ccbc5;
    width: 960px;
    height: 700px;
    float: none;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
}
.columna1{
    width: 300px;
    float: left;
    padding-left: 5%;
    margin-left: 10%;
    padding-top: 5%;
}

.columna2{
    width: 300px;
    float: right;
    margin-right: 10%;
    padding-top: 10%;
}
.separador{
    clear: both;
}

footer{
    text-align: center;
    padding: 10px;
    background: #3cac9f;
    width: 940px;
    height: auto;
    align-content: center;

}

