/*
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/05/2016, 17:41:06
    Author     : Jonathan
*/
.borde-top-celeste{
    border-top: 3px #00a4db solid ;
}

.borde-top-naranja{
    border-top: 3px #f69220 solid ;
}

.borde-top-rojo-grueso{
    border-top: 40px #e13628 solid ;
}

.borde-top-rojo{
    border-top: 3px #e13628 solid ;
}

.principal.borde-top-azul{
    border-top: 3px #165a9d solid ;
}

.borde-top-azul-grueso{
    border-top: 40px #165a9d solid ;
}
.borde-top-rojo-grueso{
    border-top: 40px #e13628 solid ;
}

/*
.borde-top-azul .panel-heading h4{
    color: #1c8bb1;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
}
*/
.borde-top-gris{
    border-top: 3px #333333 solid ;
}

.borde-top-gris-grueso{
    border-top: 3px #333333 solid ;
}

.borde-top-verde{
    border-top: 3px #007943 solid ;
}
.borde-top-verde-grueso{
    border-top: 3px #85b341 solid ;
}



.categoria-azul{
    color: #165a9d; 
    font-weight: bold;
    font-size: 20px;
    margin-left: 17px;
}
.categoria-azul-titulo a{

    font-weight: bold;
    font-size: 16px;

}

.borde-top-celeste{
    border-top: 3px #1d86c8 solid ;
}
.categoria-celeste{
    color: #1d86c8; 
    font-weight: bold;
    font-size: 20px;
    margin-left: 17px;
}
.categoria-celeste-titulo a{

    font-weight: bold;
    font-size: 16px;

}
.categoria-naranja{
    color: #f69220;
    font-weight: bold;
    font-size: 20px;
    margin-left: 17px;
}

.categoria-naranja-titulo a{

    font-weight: bold;
    font-size: 16px;
}

.categoria-verde{
    color: #007943;
    font-weight: bold;
    font-size: 20px;
    margin-left: 17px;
}
.categoria-verde-titulo a{
    color: #007943;
    font-weight: normal;
    font-size: 16px;
}

.datosUtiles{
    list-style: none;
    font-size: 16px;
    color: #333;
    padding: 0;
    padding-left: 40px;
}
.datosUtiles li a{
    color: #e13628;
}
.datosUtiles li:before {
    color: #e13628;
}
.datosUtiles a{
    color: #333;
}
.datosUtiles a:hover{
    color: #e13628;
}

ul.datosUtiles li{
    margin-bottom: 7px
}
.principal ul.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    color:#FFF;
    background: #333;
}
.principal.form-control:focus{
    border-color: #333;
}
.principal.form-control:focus{
    border: rgb(226, 54, 2);
}
.buscadorPricipal.form-control:focus{
    border-color: gray;
}
.buscador{
    width: 80%;
}


