*{
margin: 0;
padding: 0;
/* box-sizing: border-box; */
}
body{
    background-size: cover;
}

#contenedor{
    width: 1300px;
    height: 1000px;
    background-color: white;
    margin: 0.5em auto; 
}
#header{
    height: 10%;
    background-image: url("../imagenes/img_cienaga.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
}
#header img{
    width: 10%;
    height: 80%;
    float: left;
    margin-left: 40px;
    margin-top: 16px;
    border-radius: 10px;
    /* display: block; */
}

.menu{
    /*background: rgb(218, 160, 160);*/
    padding: 5px 15px;
    text-align: left;
    float: right;
    list-style: none;
    margin-top: 40px;
}
.menu li{
    list-style: none;
    padding: 10px;
    font: bold 14px verdana;
    /*display: inline-block;*/
    float: right;
}
#introduccion{
    height: 12%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
}
.contenido{
    /* height: 70%; */
    background-color: #F5FFFA;
    /* margin: 50px auto; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.hijo{
    width: 600px;
    height: 420px;
    /* color: rgb(27, 6, 77); */
    margin: 30px;
    padding: 20px;
    text-align: center;
    /* background-color: mediumblue;  */
    border: 1px solid #C0C0C0;
   flex: 1 1 auto;

}
.imagen1{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: all 0.5s linear;
}
.hijo img:hover{
    transform: scale(0.9);
    border-radius: 25px;
}
.btnAcceso{
    width: 90%;
    font-size: 15px;
    color: mintcream;
    border-color: #81921d;
    background-color: #92C02C;
    border-radius: 20px;
    /* box-sizing: border-box; */
    display:inline-block;
    float: none;
    line-height: 25px;
  
    z-index: auto;
    margin: 10px 20px;
    /* color: #ffffff;
    fill: #ffffff; */
}
.btnAcceso:hover{
    background-color:  #FFA500;
}

.footer{
    height: 35px;
    text-align: center;
    background-color: #92C02C;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #585858;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    padding-top: 15px;

}

a{
    text-decoration: none;
}
li:hover a{
    color: black;
}

h1{
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 5px;
    color:#154360;
    margin-left: 20px;
    margin-bottom: 10px;
}
h1:hover{
    color:#0000CD;
}
h2{
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 5px;
    color:#154360;
    margin-left: 20px;
    margin-bottom: 10px;
}
p{
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    color: #808B96;
    text-align: justify;
}
p:hover{
    color:#154360;
}