content {/* background-color: #0e6f19; */display: block;}              
section {
    background: white;
    border: 1px inset #eff1bd;
    width: 67.6%;
    /* display: block; */
    float: right;
    border-radius: 4px;
    padding: 0.5%;
  }
section h3 {
    font-size: 1.2em;
    margin: 7px;
    color: #0d4de3;
}

article {
padding: 5px;
background-color: white;
}


.img-inicio h4 {
    margin: 0;
    color: #0861eb;
    text-align: center;
}
.img-inicio {
    width: 47%;
    margin: 5px;
    float: left;
}
.img-inicio img {
    width: 100%;
    float: left;
    border: 1px inset gray;
    margin: 3%;
    height: 240px;
}
#redes-sociales {
    margin-right: 21%;
}
.enlaces-list2 {
}        
.enlaces-list2 h2{
		font-size: 1.3em;
		color: #fff;
}
.enlaces-list2 button {
            margin-right: 4px;
            border: 1px outset white;
            border-radius: 4px;
            padding: 1px 20px;
}  
.enlaces-list2 input { 
		  background-color: #f0f8ff;
		  border: 1px inset #b1cefb;
		  padding: 2px 12px;
		  color: red;
		  margin-right: 10px;
		  width: 90%;
		  margin-bottom: 4px;
}
       
.enlaces-list2 ul {
          list-style-type: oriya;
          padding: 4px 0 4px 4%;
          margin: 9px;
        }
.enlaces-list2 ul li {
		  float: left;
		  display: flex;
}       
.enlaces-list2 ul li a  {
          margin-right: 2%;
          text-decoration: none;
}
@media only screen and (max-width: 600px) {
    aside {
        float: none;
        width: 97.5%;
        background-color: #230bf6;
        display:none;
    }
        content {
            /* background-color: rgb(3, 145, 29); */
        }
        section {
        width: 92%;
        float: none;
        /* margin: 1%; */
        }

    }
  

