@charset "utf-8";

html{
    height: 100%;
}

/*encabezado */

header ul {
    padding-top: 5px;
    list-style-type: none;
    text-align: center;
	

}

header li {
    font-family: Playfair Display, serif;
    font-weight: 400;
    text-align: center;
    color: #c0ddf7;
    font-size: 10pt;
}

header nav {
    display:inline-block;
    text-decoration: none;
    color: #ddffec;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 12pt;
}

/*body*/

body{
    background-color:#6aa5a3;
}

h1 {
    text-align: center;   
    font-family: sans-serif;
    font-weight: 700;
    color: #ddffec;
    font-size: 50pt;
    font-style:normal;
    line-height: 10px;
    margin-top: 25px;
    padding-top: 0px;
}

h2 {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 15pt;
    color: #515b65;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 10px;
}

.perfiles {
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20pt;
    color: #ddffec;
    text-decoration: none;
}

.imagenalumno1{
    width: 5em;
    height: 5em;
}
.imagenalumno3{
    width: 5em;
    height: 5em;
}
.imagenalumno4{
    width: 5em;
    height: 5em;
}

#nombre {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #57595a;
    margin-top: -24px;
    line-height: 12px;
}

a:hover, a:hover, a:hover, a {
    text-decoration:inherit;
    color: inherit;
}

.bocetos_grupal {
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20pt;
    color: #ddffec;
    text-decoration: none;
}



main div img {
     max-width: 8em;
}

main h3{
    color: #ddffec;
    text-align: left;
    font-family: sans-serif;   
}

main p{
    text-align: left;
    color: #57595a;
    font-family: sans-serif; 
}

.fichapersona {
     max-width: 40em;
}

aside ul li{
    list-style: none;
    font-size: 10pt;
    font-family: sans-serif;
    padding: 5px
}

.infofacu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100px;
    text-align: left;
    align-content: center;
    font-family: Playfair Display, serif;
    font-weight: 400;
    color: #4c7499;
    font-size: 10pt;
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 10px;
}

/*barra de menu*/

.menu {
    display: inline-block;
    font-family: sans-serif;
    color: white;
    font-size: 0.8em;
    margin: 0 2.5em 0.5em 0;

}

.datosrotulo {
	box-sizing: content-box;
	margin-top: 10em;
	text-align: center;
	font-family: sans-serif;
	color:#43474b;
	}

nav ul li a:hover {
    color: #0a0a0a;

}

/*footer*/

footer {
    color: #43474b;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 8pt;
    text-align: center;
    margin-top: 10px;
    padding: 25px;
}