    @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700');

.vn23{max-width: 100%; margin: auto;}


body {
    background: #FFF6A2;
    font-family: 'Josefin Sans', sans-serif;
    max-width:  100%;
    text-align: center;
    margin: 2%;
}

h1{
    background-color: rgba(246, 12, 134, 0.4);
    font-size: 3rem;
    color: #fff6a2;
    text-shadow: 2px 2px 2px black;
    padding: 1%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0%;
}




.miperfil{
    border-bottom: 0.3rem solid #11cbd7;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 20%;
}

.miperfil:hover{
    border-bottom: none;
}





.academico{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1%;
}

header img{ 
    max-width: 100%; 
    height: 3rem;
    border-radius: 0%;
    margin-right: 2rem;
}

header {
    background-image: url(../img/0techo.jpg);
    background-size:cover;
    max-width: 100%;
    min-height: 5rem;
    padding: 1%;
 }

nav ul li {
    list-style: none;
    display:inline-block;
    padding: 1%; 
    text-align: left;
}

nav ul li:hover{
    background:rgba(159, 238, 209, 0.7);
    border-radius: 10%;
    max-width: 80rem;
}

nav ul li a {
    text-decoration: none;
    color:deeppink;
    text-shadow: 1px 1px 1px white;
    font-weight: 700;  
    font-size: 1.5rem;
}

nav ul li a:hover{
    color:#FFF6A2;
    text-shadow: 1px 1px 1px black;
    max-width: 80rem;
    border-bottom: 0.2rem solid #f60c86;
}

nav ul li p {
    color:deeppink;
    text-shadow: 1px 1px 1px white;
    font-weight: 600;  
    font-size: 1.5rem;
}



.propuesta img{
    max-width: 80%;
    height: auto;
    border-radius: 5%;
    background-color: rgba(17, 203, 215, 0.8);
    padding-bottom: 2%;
}

.mapa{
    background-image: url(../img/desk.jpg);
    background-size:cover;    
    background-attachment:fixed;
    background-position: center;
    
}

.download{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    max-width: 100%;
}

.download article{
    max-width: 100%;
    padding-bottom: 2%;
    padding-left: 5%;
    padding-right: 5%;
}





footer{
    align-content: center;
    background: #9feed1; 
    max-width: 100%;
    color:deeppink;
    font-weight: 600; 
    font-size: 1.005rem;
    text-align: center;
    padding: 2%;
    text-shadow: 1px 1px 0px white;
}