



.divizquierdo{

    background: url(IMG/bloque1.png) ;
    background-size: auto;
    background-repeat: no-repeat;
    height: 100vh;
    width: 50vw;
    margin: 0;
    background-position: center;
 
   
    

}

.divderecho{

    background: url(IMG/D.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
    width: 50vw;
    margin: 0vh;
    background-position: center;
    
   
    

   
}

.ancla{

    width: 40%;
    height: 20%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;

}
.ancla2{

    width: 10%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;


}

.colotex{

    color: #F44336;
}

    