@charset "utf-8";
body {
    margin: 0px auto;
    width: 100%;
	background-color:#add8e6;
}
header {
	width: 100%;
	top: 0px;
	left: 0px;
	/*padding-left: 10%;
	padding-right: 10%;*/
	text-align: center;
/*	background-color: #273476;*/
}
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 img {
    width: 20vw;
}
.cabe1 nav {
    text-align: left;
    list-style: disc;
}
.cabe1 nav a  {
	font-size: 1rem;
    color: #000000;
}


.webs0 {
    display: grid;
	column-gap: 1rem;
	grid-auto-rows: 22rem;
	grid-template-columns: repeat(auto-fill,minmax(20rem,1fr));
}
.otro {
	grid-column: span 2;
}
.webs0 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);
}
.webs0 div:hover p {
	display: block;
}
.webs0 div h2 {
    color: #0f161c;
    font-style: oblique;
    font-weight: lighter;
}
.webs0 div p {
    display: none;
}
.webs0 h2 a {
    text-decoration: none;
}

/*.webs0 {
    display: flex;
    margin-left: 10vw;
    margin-right: 10vw;
    flex-wrap: wrap;
    justify-content: space-between;
}
.webs0 div {
    min-width: 30vw;
	border-left: thin solid #0C4789;
}
.webs0 div h3 {
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: left;
    border-bottom: thin solid #0C4789;
    background-color: #E0F1EF;
}
.webs0 div p {
    padding-left: 2rem;

}*/

.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;
}


/*p {
	color: indianred;
	text-indent: 30px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 18px 
}*/


/*h2 {
	width: 400px;
	border: 15px solid #705656;
	padding: 50px;
	margin: 20px;
}*/

/*


#004173
#0979b0
#0cb7f2
#7cdaf9
#b6ffff
#000000
#0f161c
#152532
#193449
#1a4461
#1a557a
#156795
#0979b0
#ffffff
#e3ebf4
#c6d7e8
#a9c3dd
#8cb0d2
#6c9dc6
#498bbb
#0979b0



*/
