@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{
    font-size: 2.5rem;
    color: #fff6a2;
    text-shadow: 1px 1px 1px black;
    padding: 1%;
}

h3{
    text-align: left;
    color: #F60C86;
    text-shadow: 1px 1px 1px rgba(255, 246, 162, 0.9);
}

.listado p{
    list-style:none;
    margin-top: 0%;
    margin-bottom: -0.05rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255, 246, 162, 0.9);
}





.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;
}




.enc{
    background-image: url(../img/0patio2.jpg);
    background-size:cover;
    max-width: 100%;
    padding: 10%;
}

.encabezado{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: flex-end;
    
    padding-bottom: 2%;
    padding-top: 2%;
    background-color: rgba(17, 203, 215, 0.3);

}

.encabezado li{
    list-style: none;
}

.encabezado li a{
    text-decoration: none;
    color: deeppink;
    text-shadow: 2px 1px 1px rgba(255, 246, 162, 0.9);
    font-size: 1.5rem;
    font-weight: 600;
    padding: 5%;
    margin: 5%;
    
}

.encabezado li a:hover{
    color:#FFF6A2;
    text-shadow: 1px 1px 1px black;
    max-width: 100%;
}

img{
    max-width: 65%; 
    border-radius: 10%;
}





.editors{
    background-image: url(../img/0taller2.jpg);
    background-size:cover;
    background-attachment:fixed;
    max-width: 100%;
    padding: 10%; 
}

.tit-editors{
    background-color: rgba(246, 12, 134, 0.4);
    margin: 0%;
    margin-top: 2%;
    padding: 1%;
}
.editors a{
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff6a2;
    text-shadow: 2px 2px 1px black;
}

.editors a:hover{
    color: #9feed1;
    text-shadow: 3px 3px 1px #f60c86;
}

.editors-descrip{
    background-color: rgba(17, 203, 215, 0.5);
    padding: 2%;
    margin: 0%;
}

.editors p{
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(255, 246, 162, 0.9);
}




.datos{
    background-image: url(../img/0fotoantigua2.jpg);
    background-position: center;
    background-size:cover;
    max-width: 100%;
    padding: 10%;
}

.datos-academicos{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: baseline;
	align-content: stretch;
    
    max-width: 90%;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: rgba(17, 203, 215, 0.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;
}