@charset="utf-8";

.cajaprin{
	width: 100%;
	height: 800px;
	background-color:#EBDB57;
	text-align: center;
}

.parte1{
	width: 100%;
	height: 10%;
	background-color:#05006E;
}
.parte1_1{
	width: 20%;
	height: 100%;
	background-color:#05006E;
	float: left;
}
.parte1_1_1{
	width: 18%;
	height: 100%;
	float: left;
	background-color:#05006E;
	float: left;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex; 
}
.parte1_1_1 a:hover{
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}
.parte1_1_1 a{
	display: block;
	color: #EEF155;
    background-color:#05006E;
    font-size: 80%;
    font-family: arial;
}
.parte1_2{
	width: 59%;
	height: 100%;
	background-color:#05006E;
	float: left;
	margin-left:1%; 
}
.menus{
	width: 17%;
	height: 60%;
	float: left;
	background-color:#05006E;
	margin-left: 2.5%;
	margin-top: 2.5%;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 100%;
	display: flex; 
}
.menus a:hover{
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}
.menus a{
	display: block;
	text-decoration: none;
	color: #ffffff;
    background-color:#05006E;
    font-size: 130%;
}
.comunicacion{
	width: 100%;
	height: 10px;
	background-color:#EBDB57;
}
.parte3{
	width: 100%;
	height: 75%;
	background-color:#05006E;
	margin-top: 20px;
}

.parte4{
	width: 100%;
	height: 10%;
	background-color:#05006E;
}
.parte5{
	width: 100%;
	height: 2%;
	background-color:#EBDB57;
	font-size: 65%;
}