/*
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 : 16/07/2019, 05:02:51 PM
    Author     : jacaicedo
*/

a{
    color: #3D682C;
}

label{
    font-weight: 500;
}

small{
    font-size: 18px;
} 

.btn-default {
    color: #003e60;
}

.imgEnlace{
    width: 35%;
    margin-right: 6%;
}

.tdTabla{
    width: 8%;
}

.tdNichos{
    text-align: left;
    width: 41%;
}

.imgTablaNicho{
    width: 100%;
}

.dataTables_filter {
    display: none;
}

.pAviso{
    font-size: 12px;
    text-align: left;
}

.imgDer{
    width: 48%;
    float: left;
}

.imgIzq{
    width: 48%;
    float: right;
}

.sCount{
    background-color: #f1efef;
    font-size: 21px;
}

.imgEnlaceCount{
    width: 40%;
    margin-bottom: 5%;
}

.dBusca{
    font-size: 30px;
    background-color: #5FA831;
    color: #f1efef;
    padding-top: 5px;
}


#divNicho{
    text-align: -webkit-center;
}

#scroll{
    height:183px;
    width:100%;
    overflow-y:scroll;
    overflow-x:hidden;
}

#scrollReglas{
    height:364px;
    width:100%;
    overflow-y:scroll;
    overflow-x:hidden;
}

#dReglas{
    text-align: left;
}