﻿body {
}


.iconos {
    width: 15px;
    height: 15px;
   
    background-position: center;
}


.iconos2 {
    background-repeat: no-repeat,repeat;
    background-position: center;
    height: 24px;
    width: 35px;
    background-size: 20px;
    background-color: whitesmoke;
}


.btn-custom {
    background-color: whitesmoke;
    color: #006838;
    border-color: #58884d;
    background-repeat: no-repeat,repeat;
    background-position: center;
}

    .btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open .dropdown-toggle.btn-custom {
        background-color: #D3D3D3;
        color: #FFF;
        border-color: #006838;
    }



/*    
.myhover {
    background-color: red;}
    
a:hover {
    background-color: yellow;}

.btn-ttc,
.btn-ttc:hover {
  background-color: #007da7;  
    } 

*/
