@charset "utf-8";

@import url(fuentes/stylesheet.css);
    

html{
	height: 100vh;
	font-size: 90%;
	font-family: sans-serif;
    background-image: url(imagenes/diagonal_pin_stripes_background_blue_on_white_by_aleumdaunchanyeol-d651p60.png);
background-color: rgba(33, 183, 232, 0.2);}

body{
    width: 100%;
	margin: 0;
	padding: 0;
    line-height: 1.3rem;
}
*{ 
    font-family: 'Fira Sans', sans-serif;
   }

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

#pagina{
	padding:0;
	margin: 0;
	padding: 1rem;}

h1{
    font-size: 1.6rem;
    color: #2d6b80;
    line-height: 1.3em;
}

h2{
    font-size: 1.2rem;
    color: #2d6b80;}

header{
    margin-top: 0.6em;
    text-align: center;
background-image: none;}


header div{
	margin: 0 0 0 0;
	padding: 1em 0 1em 0;
	text-align: center;
    height: 4rem;
background-image: none;}

header div a{
	height: 100%;
	line-height: 3rem;
	display: block;
	text-align: center;
background-image: none;}

header div a img{
	line-height: 5rem;
	height: 100%;
background-image: none;}

header ul li{
	margin: 0.1em 0 0.1em 0;
background-image: none;}

header ul li a{
	display: block;
	font-size: 1.2rem;
	width: 100%;
	height: 2.4em;
	line-height: 2.8rem;
	text-align: center;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: rgb(22, 114, 144);
background-image: none;}

header ul li a:hover{
	background-color: rgba(25, 137, 173, 0.87);
	color: white;
background-image: none;}

section a {
    text-decoration: none;
    color: black;
    }

section a:hover {
    text-decoration: none;
    color: rgb(25, 137, 173, 0.87);
    }

#Titulo principal div{
    font-size: 1.2rem;
    color: #2d6b80;
}

#Alumnos{
    margin: 3rem 0 0 0;
    font-style: bold;}

#Alumnos div{
    font-style: bold;}

footer{
	margin: 3rem 0 0 0;
    font-size: 0.9rem;
    color: #000000;
    font-style: italic;}

img {
    max-width: 100%; 
    height: auto;
}

#panel{
    background-color: #2d6b80;
    padding: 0.5rem;
    margin: 11px;
    
}

#promocional{
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.3em;
}

@media screen and (600px){

#menu {
    list-style: none;
    display: flex;
    flex-flow: row;
}
    
    #menu li{
        width: 30%;
    }
   
    #menu li a {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(0,0,0,0.3);
    border-top: none;
    border-bottom: none;
    display: block;
    color: floralwhite;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 20px;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    transition: .7s all;
    margin-top: -1em;
}