@charset "utf-8";
body {
    margin: 0px auto;
    width: 100%;
	background-color:#add8e6;
}
header {
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}
header a {

    font-weight: bolder;
    font-size: 2rem;
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
		
}
.cabe0 {
    background-color: #273476;
    color: #FFFFFF;
    padding-bottom: 4px;
    text-align: center;
}
.cabe0 h4 {
    font-weight: bolder;
    font-size: 2rem;
}
.cabe0 p {
	color: white;
}
.cabe0 a {
    color: #FFFFFF;
}

.cabe1 {
    display: flex;
	/*Aquí probar opciones*/
	justify-content:center;
    vertical-align: middle;
}
.cabe1 div  {
    width: 20vw;
    font-family: 'Saira Stencil One', cursive;
    font-size: 2.6rem;
    font-weight: 800;
    padding-top: 40px;
    line-height: 90%;
}
.cabe1 nav {
    text-align: left;
    list-style: disc;
}
.cabe1 a  {
	font-size: 1rem;
    color: #000000;
}


.botones0 {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
    padding-left: 5%;
    padding-right: 5%;
}
.botones0 div {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 12px;
    border: thick groove #CDDDEF;
    margin-bottom: 10px;
	background: radial-gradient(#ffffff,#0979b0);
}
.botones0 div:hover p {
	display: block;
}
.botones0 div h2 {
    color: #0f161c;
    font-style: oblique;
    font-weight: lighter;
}
.botones0 div p {
    display: none;
}
.botones0 h2 a {
    text-decoration: none;
}


.linea {
    width: 100%;
    background-image: repeating-linear-gradient(90deg,rgba(218,249,248,1.00) 0%,rgba(12,98,206,0.87) 100%);
    text-align: center;
    font-weight: bolder;
}
