@charset "utf-8";

/* reglasgenerales */

*{
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    font-family:sans-serif;
}
body { background: #5eecff; }

ul { list-style: none; margin: 0; padding: 0; }

img { 
    /* para que la medida de la foto se amolde a la caja que la contiene */
    width: 100%;
    /* para que la altura acompañe a la proporción del ancho */
    height: auto;
}

a { text-decoration: none; color: }

nav {padding: 1em 0; background: #008698 ; border-radius: 30px}

.menu ul {display: flex; justify-content: space-around;flex-wrap: wrap;}

.menu a {color: white; text-decoration: none;}

#equipo { list-style: none; background-color: #ffffff; display:block ; text-align: center; margin: o,5em; padding: 1em; }

#equipo img { height: 25%; width: 25%;   display: block; margin: auto; }

#datosacademico p {display: block;
    text-align: center;
    margin: auto;}

#datosacademico h5, h4 {display: block;
    text-align: center;
    margin: auto; padding: 1em; }
.logo { height: 30%; width: 30%;max-height: 4em ;display: block; margin: auto; }



/* MAPA */

.bocetos img {margin: auto;}

.bocetos img {
   margin-left: 3em;
    margin-right: 3em;
   max-width: 20em;
   min-width: 50en;
  margin:auto;
}

#tema {background: white;margin: auto}
.bocetos {background: white;margin: auto;}

 h3 {
    text-align: center;
    margin: auto;}
#tema h1 {
    text-align: center;
    margin: auto;}
/* PLAN */

.plan {background: white; padding: 1em;}
.web {background: white; padding: }
.web h2 {display: block;
    text-align: center;
    margin: auto;}
.web li{display: block;
    text-align: center;
    margin: auto;}

.target {padding: 1em;background: white;}
.target h4 {background: white; display: block;
    text-align: center;
    margin: auto; color: brown;}

.target {padding: 1em;background: white;}
.target h4 {background: white; display: block;
    text-align: center;
    margin: auto; color: brown;}

.target img { width: 300px; display: flex; margin: auto;}

