@charset "utf-8";
/* CSS Document */
/*stilo header h1 y h2*/
header {height: 120px; background-color: #ffffc2;text-align: center;box-shadow: 0px 1px black; padding-top: 20px;}
h1, h2 {line-height: 1;margin: 0;}
h1{font-size: 60px;}
.h1 {color: #FF6200;font-size: 60px;}
h2 {color: blue;font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";margin-top: 0px;font-size: 37px;}
/* estilo h3, imagenes y parrafo */
h3 {color: #ff6200;text-align: center;font-size: 2.3em;}
img {width: 500px;height:300px;padding: 0px 20px;}
.imagenes {display: flex; justify-content: center;}
.p1 {text-align: justify;padding: 0px 152px;color: #858584;}
/* estilo parrafo curso de equitación*/
.p2 {text-align: justify;padding: 0px 152px;}
.img3 {width: 200px;height: 150px;padding: 30px 0px;}
/* estilo footer*/
footer {height: 80px; background-color: #ff6200;padding-top: 5px;margin: 20px 0px;}
.f1 {color: white;text-align: center;}
.f2 {text-align: center;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}



