@charset "UTF-8";
/* CSS Document */

body{background-color: #11115e;
background-image: url(../image/fondo.jpg); background-position: top; 
	background-repeat: no-repeat; 
	background-size: cover;
background-position: center center;
background-attachment: fixed;
}


section.header{
	margin: 0 auto;
	max-width: 95vw;
	height: auto;
	display: grid;
	grid-template-columns: auto auto auto;
}
.cab1
{
	display: none;
}
.cab2 img{
	max-width: 90vw;
}
.cab3
{
	display: none;
}
section.aguila
{background-image: url(../image/acuile.png);
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: top center;
	height: 40vh;
	 width: 95vw;
}

section.botonera
{margin: 0 auto;
	height: auto;
	background-color: #F9DA05;
	color: #18164d;
	opacity: .8;
	display: grid;
	grid-template-columns: auto auto auto;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: .8em;
	text-align: center;
	 width: 95vw;
}
section.botonera div img
{max-width: 30px;	
}
section.profes
{width: 100vw; height: auto; display: grid;
grid-template-columns: auto;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
color: #fff; font-size: 1.1em;
text-align: center;}
.prof1
{background-color: #0C83DF;}
.prof2{background-color: #151346;}
.prof3{background-color: #EC181B;}
.prof4{background-color: #ECB219; color: #17325E;}
.prof5{background-color: #42BA35;}
.prof6{background-color: #2C31E9;}
.prof7{background-color: #F07404;}
.prof8{background-color: #9BEC57;color: #17325E;}
.prof9{background-color: #5A10EF;}
.prof10{background-color: #C00D99;}
.prof{background-color: #fff;color: #151346;text-align: left; padding: 10px;text-decoration: none;}
.prof h6{font-size: 1.5em; color: #2683b8;}
.prof p1{font-size: 1em; color: #151346;text-align: left;}
.prof p{font-size: 1em; color: peru;text-align: left;}
section.footer
{font-size: .5em;font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; 
color: #fff; text-align: center;}
@media only screen and (max-width: 1024px) and (min-width: 768px)
{section.header
	{width: 100vw;}
	.cab1{display: none;}
	.cab1 imag 
	{height: 50px;}
	.cab2 img
	{max-width: 50vw;}
	.cab3{display: none;}
	.cab3 img{max-width: 25%;}
	section.aguila
	{height: 60vh;
		width: 130vw;}
section.botonera
	{height: auto;
	width: 130vw;
		grid-template-columns: auto auto auto auto auto auto;
	font-size: 1.5em;}
section.botonera div img
{max-width: 60px;}
	section.padlet{width: 180%;}
	.padlet-embed
	{width: 100%;}
	section.profes{min-width: 120vw; grid-template-columns: auto auto auto auto auto auto;}
	section.footer{font-size: 1em;}
}
@media screen and (min-width: 1025px)
{
	.cab1{display: contents;}
	.cab1 img
	{max-width: 100%;}
	.cab2 img
	{max-width: 50vw;}
	.cab3{display: contents;}
	.cab3 img
	{max-width: 100%;}
	section.aguila
	{height: 80vh;
		width: 100vw;}
section.padlet{width: 100%;}
	.padlet-embed
	{width: 100%;}
	section.botonera
	{grid-template-columns: auto auto auto auto auto auto;
	height: auto;
	font-size: 1.2em;}
	section.botonera div img
{max-width: 45px;}
	section.profes{grid-template-columns: auto auto auto auto auto auto;}
	section.footer{width: 100%;}
}