﻿.color2 {
    color: #323C3C;
}

.tabletextcolor {
    color: #154147;
}

.filcaption {
    font-size: x-large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #922337;
    font-weight: bolder;
}

.lartextbox {
    border-radius: 4px;
    height: 2rem;
    font-size: 1.5rem;
}

    .lartextbox:hover {
        background-color: rgb(241, 255, 124);
        border-color: rgba(24, 243, 41, 0.5);
    }
.filtext { /*texto de los filtros*/
    font-family: sans-serif;
    font-size: large;
    color: #696868;
}

.hidden {
    display: none;
}

.larlabel{
     font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color:#61614e;
}
.lblarge {
    font-family: sans-serif;
    font-size: x-large;
    font-weight: 600;
}

.lbnormal {
    font-family: sans-serif;
    font-size: large;
}

.lbsmall {
    font-family: sans-serif;
    font-size: small;
}

.lbmedium {
    font-family: sans-serif;
    font-size: medium;
}

.filact {
    color: #425ADB;
    font-family: monospace;
    font-size: x-large;
    font-weight: 700;
}

.btn {
    text-decoration: none;
    display: inline-block;
    color: #666;
    background-color: #E9F5F7;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px solid cadetblue;
    border-bottom-width: 3px;
    border-radius: 10px;
}

    .btn:hover {
        background-color: #e3e3e3;
        border-color: rgba(0,0,0,0.5);
    }

    .btn:active {
        background-color: #CCC;
        border-color: rgba(0,0,0,0.9);
    }
    /* blue button */
    .btn.btn-blue {
        background-color: #699DB6;
        border-color: rgba(0,0,0,0.3);
        text-shadow: 0 1px 0 rgba(0,0,0,0.5);
        color: #FFF;
    }

        .btn.btn-blue:hover {
            background-color: #4F87A2;
            border-color: rgba(0,0,0,0.5);
        }

        .btn.btn-blue:active {
            background-color: #3C677B;
            border-color: rgba(0,0,0,0.9);
        }
    /* red button */
    .btn.btn-red {
        background-color: #E48681;
        border-color: rgba(0,0,0,0.3);
        text-shadow: 0 1px 0 rgba(0,0,0,0.5);
        color: #FFF;
    }

        .btn.btn-red:hover {
            background-color: #DA4F49;
            border-color: rgba(0,0,0,0.5);
        }

        .btn.btn-red:active {
            background-color: #B32C24;
            border-color: rgba(0,0,0,0.9);
        }
