@charset "utf-8";
/* CSS Document */
body {margin: 0 auto;}
header {background-image: url("../img/1-8949d3e8.jpeg"); background-repeat: no-repeat; background-size: cover; width: 100%; height: 240px;text-align: center;}
header img {width: 180px;float: left; }
.menu1 {display: flex; margin-left: 80%; color: aliceblue;list-style-type:none;}
.menu1 a {color: aliceblue;}
.menu1 li {padding: 0 6%;font-size: 1.3em;}
h1 {color: aliceblue; text-transform: uppercase;margin-top: 2%;font-size: 4em;font-style: italic;}
button {background-color: blue;width: 150px; height: 40px;}
a {color: aliceblue;}
h2 {text-transform: uppercase; text-align: center;font-size: 3em;}
.historia img {width: 450px;float: left;margin-left: 3%;}
.historia p {text-align: justify;padding: 0.5% 5% 0 35%;font-size: 1.5em;}
.actualidad img {width: 450px;float: left;margin: 50px 20px 50px 50px;}
.actualidad p {text-align: justify;padding: 6% 5% 0 35%;font-size: 1.5em;margin-top: 50px;}
h3 {text-transform: uppercase; text-align: center;font-size: 3em;margin-top: 5%;}
.cuerpo2 {width: 100%; float: left;margin-top: 5%;}
.cuerpo2 img {width: 600px; height: 500px;}
.col1 {width: 30%;float: left; margin-left: 3%;}
.col2 {width: 30%;float: left; margin: 0 3%}
.col3 {width: 30%;float: left;}
footer {text-align: center;margin-top: 2%; color:blueviolet;background-color: aquamarine;}
