
/**
 *  Desarrollador: 
 *  Fecha de creación: 09/06/2021 14:40
 *  Desarrollado por: Softmor
 *  Software de Morelos SA.DE.CV 
 *  Sitio web: https://softmor.com
 *  Facebook:  https://www.facebook.com/softmor/
 *  Instagram: http://instagram.com/softmormx
 *  Twitter: https://twitter.com/softmormx
 */

 .cursor{
    cursor: pointer;
    width: 200px;
    height:200px;
    object-fit: cover;
}
.imgen-responsive{
    width: 250px;
    height:250px;
    object-fit: cover;
}
.checkeable input {
    display: none;
}
.checkeable input:checked  + img {
    border: 2px solid blue;
}

