body {
background-image: url(imagenes/nina_ordenando.JPG) ;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #464646;


}


section{
    margin-top: 14%;
    overflow: hidden;
    
    }
#cartel{
    
    width: 40%;
    background-color: #231f20;
    text-align: center;
    color: #ffffff;
    border: solid ;
    border-width:thick;
    border-color: #ffffff;
    padding: 2em 1em 2em 1em;
    float: left;
    margin: 0% 2% 0% 2%;
    min-height: 465px;
    
}
#cartel img{
    border: solid ;
    border-width:medium;
    border-color: #ffffff;
    margin: 1em;
}
h3{
    margin-bottom: .4em;
    margin-top: .5em;
}
.icon-add{
    font-size: 2.5em;
    
    
  
}
.inicial{
    float: left;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-weight: bolder;
    width:33%;
    margin-left: 10%;
   
    border: solid #231f20; 
    
}
.inicial div{
    display: inline-block;
    padding: 10% 15% 10% 10%;
    margin-top: %
}
.inicial div, .activ:hover{
    cursor: hand;
    cursor: pointer;
}

.final{
    width: 49%;
    float: left;
}
.activ{
    float: right;
    padding: .1%;
    text-align: center;
     border: solid ;
    border-width:thick;
    border-color: #ffffff;
    background-color:#231f20;
    color: #ffffff;
    margin-left: 5px;
    margin-bottom: 5px;
    

}
.smallactiv .texto{
    display: none;
    
}
.bigactiv{

    width: 92%;
}
.smallactiv{
    display: inline-block;
    width: 46%;
    max-height: 300px;
    min-height: 250px;
}
.bigactiv .texto{
    display: inline-block;
    margin-top: 1em;
     
}
.bigactiv span{
    display: none;
}

@media (max-width: 700px){
    .smallactiv{
        width: 80%;
    }
  
    
}