#contenedor{
    position:absolute;
    top:0; 
    left:0;
    width:100%;
    z-index: 1;
}
.centrado{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.centrado p{
    color: rgb(0, 0, 0);
    font-size: 1.2em;
    font-family: "Parkinsans", serif;
}
.fotogr{
    width: 100%;
}/*este estilo modifica el div fotogr*/
.fotogr img{
    width: 100%;
}/*este estilo modifica la foto dentro de fotogr*/
#titulo{
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 2;
}
#titulo h1{
    color: #f5f5f5;
    font-size: 3vw;
    font-style: normal;
    text-shadow: 2px 2px 2px #030044;
}


nav{
    width: 100%;
    background-color:#031740;
    height: 60px;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 3;
    padding-top: 10px;
}  
nav img{
    float: left;
    margin-top: -20px;
}
nav a{
    text-decoration: none;
    color: #f5f5f5;
    margin-left: 80px;
}
#centrar_menu{
    width: 1000px;
    margin: 0 auto;
    font-style: normal;
    font-size: 1.3em;
    
}
html{
    scroll-behavior: smooth;
}
footer{
    width: 100%;
    height: 130px;
    background-color: #031740;
    text-align: center;
    padding-top: 30px;
}
footer span{
    color: #f5f5f5;
    font-size: 1.5em;
    font-style: normal;
}
.fotoypie{
    width: 100%;
}
.fotoypie img{
    width: 100%;
}
.pie{
    width: 100%;
    height: 30px;
    background-color: #480000;
    padding-top: 5px;
    margin-top: -5px;
}
.pie span{
    color: #f5f5f5;
    font-size: 1em;
    margin-left: 10px;
}
#fotocelular{
    display: none;
}
/*Aqui empiezan mis estilos de celular*/
@media only screen and (max-width: 600px) {
 nav{
    display:none;
 }
#fotocelular{ display:block;
}
#fotocomputador{ display:none;
}
#titulo{
    position: absolute;
    top: 5%;
    left: 15%;
    z-index: 2;
}
#titulo h1{
    color: #1e3a5f;
    font-size: 2em;
    font-style: normal;
    text-shadow: 2px 2px 2px #ffffff;
}
p{
    margin-left: 10px;
    margin-right: 10px;
}
h2{
    margin-left: 10px;
    margin-right: 10px;
}
  }

