/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/02/2020, 09:40:48 PM
    Author     : Andres
*/
.contiguo{
    float:right;
}

.image-fondo{
    background-image: url(../img/logos/menu_a.png)
}

.margen{
    margin-top: 100px;
    visibility: visible;
    animation-name: fadeIn;
    padding-bottom: 100px;
}

.margen_top{
    margin-top: 20px;
}

.container-top{
    margin-left: 0px;
    margin-right: 0px;
}

.enlace{
    cursor: pointer;
}

.overflow-auto{
    overflow-y: scroll;
}

.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
}

.colorLogiYA{
    background-color: #7fe4ff;
}