.container{
    width: 700px;
}

#cerebro{
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
    left: 210px;
    color: rgba(255, 255, 255, 0);
    border: none;
    background-color: rgba(255, 255, 255, 0);
   border-radius:30px;
  
}
#piel{
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    left: 210px;
    height: 60px;
    color: rgba(255, 255, 255, 0);
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius:30px;
}
#higado_ri{
    position: relative;
    margin-top: 15px;
    margin-bottom: 0px;
    left: 210px;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius:30px;
}
#corazon{
    position: relative;
    margin-top: px;
    margin-bottom: 20px;
    left: 210px;
    height: 30px;
    color: rgba(255, 255, 255, 0);
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius:30px;
}
#higado{
    position: relative;
    margin-top: px;
    margin-bottom: 10px;
    left: 210px;
    height: 30px;
    color: rgba(255, 255, 255, 0);
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius:30px;
}
#intestinos{
    position: relative;
    margin-top: -15px;
    margin-bottom: 10px;
    left: 210px;
    height: 20px;
    color: rgba(255, 255, 255, 0);
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius:30px;
}
#estomago{
    position: relative;
    margin-top: -15px;
    margin-bottom: 20px;
    left: 210px;
    height: 30px;
    color: rgba(255, 255, 255, 0);
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius:30px;
}
#huesos{
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
    left: 30px;
    height: 500px;
    width: 40%;
    color: rgba(255, 255, 255, 0);
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius:50px;
}
.imagen{
    position: relative;
    top: 40px;
    left: 1%;
}
.Cerrar{
    border: none;
    background-color: #ad0a0a;
    padding: 8px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}
.titulo{
    /*color: #2e2c61;*/
    color: #00a8ec;
    font-size: 50px;
    text-align: center;
    margin-top: 10px;
}
.texto{
    color: #ffffff;
    font-size: 20px;
}
.boton_cerrar{
    border: none;
    color: white;
    background-color: #2e2c61;
    padding: 10px;
    border-radius: 10px;
}
.mostrarTexto{
    display: grid;
    align-items: center;
}
.imagen_cuerpo{
    background-image: url(images/cuerpo.png);
    height: 900px;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.textoInfo{
    color: #2e2c61;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
/*Modo responsive*/
@media only screen and (max-width: 800px){
    .divContenido{
        background-color: rgb(82, 146, 205);
        position: absolute;
        border: none;
        padding: 20px;
        border-radius: 50px;
        left: 0%;
        width: 100% !important;
        top: 220%;
    }
    .imagen{
        width: 100%;
    }
    .imagen_cuerpo{
        margin-bottom: -300px;
    }
    #cerebro{
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        left: 100px;
        box-shadow: rgb(30 26 157 / 0%) -1px 1px 16px 7px !important;
    }
    #piel{
        position: relative;
        margin-top: 5px;
        margin-bottom: 0px;
        left: 110px;
        height: 35px;
        box-shadow: rgb(30 26 157 / 0%) -1px 1px 16px 7px !important;
    }
    #higado_ri{
        position: relative;
        margin-top: 15px;
        margin-bottom: 1px;
        left: 100px;
        height: 40px;
        box-shadow: rgb(30 26 157 / 0%) -1px 1px 16px 7px !important;
    }
    #corazon{
        position: relative;
        margin-top: -30px;
        margin-bottom: 2px;
        left: 100px;
        height: 30px;
        box-shadow: rgb(30 26 157 / 0%) -1px 1px 16px 7px !important;
    }
    #higado{
        position: relative;
        margin-bottom: 1px;
        left: 100px;
        height: 30px;
        box-shadow: rgb(30 26 157 / 0%) -1px 1px 16px 7px !important;
    }
    #intestinos{
        position: relative;
        margin-top: -15px;
        margin-bottom: 10px;
        left: 100px;
        height: 20px;
        box-shadow: rgb(30 26 157 / 0%) -1px 1px 16px 7px !important;
    }
    #estomago{
        position: relative;
        margin-top: -15px;
        margin-bottom: 0px;
        left: 100px;
        height: 30px;
        box-shadow: rgb(30 26 157 / 0%) -1px 1px 16px 7px !important;
    }
    #huesos{

        position: relative;
        margin-top: 0px;
        margin-bottom: 20px;
        left: 6px;
        height: 100px;
        width: 100%;
        box-shadow: rgb(30 26 157 / 0%) -1px 1px 16px 7px !important;
    }
    
    
 
}



