/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body{
    font-family: 'Open Sans', sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Author's form styles
   ========================================================================== */

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
    text-align: center;
}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.input-lg {
    height: 35px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-control-static {
    margin-bottom: 0;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}

/* ==========================================================================
   Author's alerts styles
   ========================================================================== */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert {
    font-size: 14px;
    border-radius: 0;
}
.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

/* ==========================================================================
   Author's slider
   ========================================================================== */
.slider-wrapper{
    margin: 20px auto;
    position: relative;
    background-color: #ecebeb;
}
#slider {
    position: relative;
    overflow: hidden;

}

#slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#slider li {
    text-align: center;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#slider img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}

.button-prev,
.button-next {
    position: absolute;
    top: 900px;

    margin-top: -15px;
    width: 45px;
    height: 45px;

    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;

    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
}

.button-prev {
    left: 175px;
}

.button-next {
    right: 670px;
}



/* ==========================================================================
   Author's modal styles
   ========================================================================== */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: none;
}
.overlay-bg {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 11;
}

/* ==========================================================================
   Author's button styles
   ========================================================================== */
.btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ==========================================================================
   Author's grid system
   ========================================================================== */
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/* Set the width of the grid */
.frame {
    margin: 0 auto
}

/* Attribute selector */
[class*='bit-'] {
    float: left;
    padding: 0.3em;
}

/* Floats last ".bit-" to the right */
[class*='bit-']:last-of-type {
    float: right
}

/* Clearfix */
.frame:after {
    content: "";
    display: table;
    clear: both
}

/* Main Widths */
.bit-1  { width: 100% }
.bit-2  { width: 50% }
.bit-3  { width: 33.33% }
.bit-4  { width: 25% }
.bit-5  { width: 20% }
.bit-6  { width: 16.6666666667% }
.bit-7  { width: 14.2857142857% }
.bit-8  { width: 12.5% }
.bit-9  { width: 11.1111111111% }
.bit-10 { width: 10% }
.bit-11 { width: 9.09090909091% }
.bit-12 { width: 8.33% }
.bit-13 { width: 75% }
.bit-14 { width: 65% }
.bit-15 { width: 60% }
.bit-16 { width: 40% }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

img.loading{
    display: none;

    margin: 10px auto;
    text-align: center;
}

.wrapper{
    width: 980px;
    margin: 0 auto;
}


header{

}

    header .main .contact-form button[type=submit]{
        width: 100%;
        font-size: 34px;
        text-transform: uppercase;
        color: #6e4d06;
        background: #ffc600;
        background: -moz-linear-gradient(#ffc600);
        background: -webkit-gradient(#ffc600);
        background: -webkit-linear-gradient(#ffc600);
        background: -o-linear-gradient(#ffc600);
        background: -ms-linear-gradient(#ffc600);
        background: linear-gradient(#ffc600);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ffc600', endColorstr='ffc600',GradientType=0 );
        font-family: 'Dosis',serif;
        font-weight: bold;
        border: 0px solid #ffc600;
        -moz-box-shadow:
            0px 1px 3px rgba(000,000,000,0),
            inset 0px -3px 0px rgba(110,77,6,0.6);
        -webkit-box-shadow:
            0px 1px 3px rgba(000,000,000,0),
            inset 0px -3px 0px rgba(110,77,6,0.6);
        box-shadow:
            0px 1px 3px rgba(000,000,000,0),
            inset 0px -3px 0px rgba(110,77,6,0.6);
    }

    header .main .contact-form button[type=submit]:hover{
        -moz-box-shadow:
            0px 1px 3px rgba(000,000,000,0),
            inset 0px 0px 0px rgba(110,77,6,0.6);
        -webkit-box-shadow:
            0px 1px 3px rgba(000,000,000,0),
            inset 0px 0px 0px rgba(110,77,6,0.6);
        box-shadow:
            0px 1px 3px rgba(000,000,000,0),
            inset 0px 0px 0px rgba(110,77,6,0.6);
    }


.fb, .twitter{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0 rgba(10, 10, 10, 0.15);
    opacity: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.fb{
    margin-right: 10px;
    margin-top: -10px;

}

.twitter{
    margin-right: 25px;
    margin-top: -10px;
}

.fb:hover, .twitter:hover{
    box-shadow: 0px 0px 0px 5px rgba(10, 10, 10, 0.15);
    opacity: .85;
}

.bg{
    background: url("../img/bg-header.jpg");
    padding: 5px 0 15px 0;
}

    .bg .wrapper .bit-2{
        z-index:99999;
        position: relative;
    }

    .bg .wrapper .bit-2 h3{
        font-family: 'Dosis', sans-serif;
        color: #fff;
        font-size: 34px;
        font-weight: bold;
        margin-top: 50px;
    }

    .bg .wrapper .bit-2 h2{
        font-family: 'Dosis', sans-serif;
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        margin-top: 0;
    }


    .bg .wrapper .bit-2 .p-sub{
        font-size: 22px;
        color: #FFC600;
        margin-top: 35px;
        margin-bottom: 50px;
    }

    .bg .wrapper .bit-2 .p-sub-sub{
        background: url("../img/fecha.png") no-repeat;
        font-size: 15px;
        color: #FFF;
        padding-top: 50px;
        font-style: italic;
        font-weight: bold;
        height: 100px;
        width: 470px;
        padding-left: 20px;
        text-transform: uppercase;
    }

    .bg .wrapper .bit-2 .contact-form{
        background-color: rgba(56,169,255,0.7);
        padding: 5px 30px;
        border-radius: 10px;
        width: 450px;
        margin-top: 10px;

    }
    .bg .wrapper .bit-2 .contact-form h2{
        font-size: 32px;
        text-align: center;
        background: #003587;
        padding: 20px 0px;
        margin: -5px -30px;
        border-radius: 10px 10px 0 0;
    }
    .bg .wrapper .bit-2 .contact-form h5{
        font-size: 17px;
        color: #fff;
    }


#seccion-01 .wrapper h2{
    text-align: center;
    font-family: 'dosis', bold;
    font-size: 36px;
    color: #003485;
   font-weight: bold;
}

    #seccion-01 .wrapper .bit-16 img{
        margin-top: 30px;
    }

    #seccion-01 .wrapper .bit-15{
        font-size: 14px;
    }

    #seccion-01 .wrapper .bit-15 p{
        font-size: 14px;
        line-height: 20px;
    }

#seccion-01 .wrapper .bit-15 ul li{
    margin-bottom: 6px;
}

div#seccion-01 {
    padding: 10px 0 20px 0;
}

    #seccion-01 .wrapper .bit-15 ul li i{
        color: #82c000;
    }

    #seccion-01 .wrapper .bit-15 h3{
        font-family: 'dosis', bold;
        font-size: 30px;
        color: #008ac9;
        font-weight: 600;
    }

    #seccion-01 .wrapper  .bit-15 ul{
        list-style: none;
        margin-left: -40px;
    }

.pq-contacom{
    background: url("../img/porque_contacom.jpg");
    margin-left: -5px;
}

    #seccion-02 .wrapper .frame {
        padding: 30px 0;
        -webkit-transition: all 550ms ease-in-out;
        -moz-transition: all 550ms ease-in-out;
        -o-transition: all 550ms ease-in-out;
        -ms-transition: all 550ms ease-in-out;
        transition: all 550ms ease-in-out;
    }

    #seccion-02 .wrapper .frame:hover{
        background-color: rgba(78,68,60,0.5);
    }

    #seccion-02 .wrapper h2{
        text-align: center;
        color: #fff;
        font-family: 'dosis', bold;
        font-weight: bold;
        font-size: 36px;
    }

    #seccion-02 .wrapper p{
        text-align: center;
        color: #fff;
    }

.funcionalidad{
    background: url("../img/funcionalidad.jpg");
    padding: 20px 0;
}

    #seccion-03 .wrapper h2{
        text-align: center;
        color: #fff;
        font-family: 'dosis', bold;
        font-weight: bold;
        font-size: 36px;
    }

    #seccion-03 .wrapper .bit-2{
        padding: 20px 18px;
        height: 270px;
        -webkit-transition: all 550ms ease-in-out;
        -moz-transition: all 550ms ease-in-out;
        -o-transition: all 550ms ease-in-out;
        -ms-transition: all 550ms ease-in-out;
        transition: all 550ms ease-in-out;
    }
    #seccion-03 .wrapper .bit-2:hover{
        background: rgba(0,0,0,0.4);
    }

    #seccion-03 .wrapper  p{
        text-align: center;
        color: #fff;
        font-size: 14px;
    }

    #seccion-03 .wrapper .bit-2 ul{
        list-style: none;
        color: #fff;
        font-size: 14px;
        margin-left: -30px;
    }

    #seccion-03 .wrapper .bit-2 ul li i{
        color: #82c000;
    }


.servicios{
    background: #30789b;
}

    #seccion-04 .wrapper h2{
        text-align: center;
        color: #82c000;
        font-family: 'dosis', bold;
        font-weight: bold;
        font-size: 36px;
    }

    #seccion-04 .wrapper  p{
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

/* seccion 045*/

    #seccion-045 .wrapper .bit-2 img{
        margin-top: 30px;
    }

    #seccion-045 .wrapper .bit-2 #slider {
        max-width: 450px;
        overflow: hidden;
        margin: 40px auto;

    }

    #seccion-045 .wrapper .bit-2 #slider p{
        text-align: left;
        font-size: 16px;
        font-style: italic;
    }
    #seccion-045 .wrapper .bit-2 #slider p span{
        font-style: italic;
        color: #008ac9;
    }



.optaron{
    background: url("../img/optaron.jpg");
    padding:20px 0 ;
}

    #seccion-05 .wrapper h2{
        text-align: center;
        color:#fff;
        font-family: 'dosis', bold;
        font-weight: bold;
        font-size: 36px;
    }

    #seccion-05 .wrapper  p{
        text-align: center;
        color: #fff;
        font-size: 14px;
    }

    #seccion-05 .wrapper .frame .bit-1{
        text-align: center;
    }

    #seccion-05 .wrapper  #slider2 {
        max-width: 950px;
        overflow: hidden;
        margin: 40px auto;
        text-align: center;
        -webkit-transition: all 550ms ease-in-out;
        -moz-transition: all 550ms ease-in-out;
        -o-transition: all 550ms ease-in-out;
        -ms-transition: all 550ms ease-in-out;
        transition: all 550ms ease-in-out;
        margin-left: 50px;
    }

#seccion-05 .wrapper #slider2 ul{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#seccion-05 .wrapper #slider2 li {
    width: 950px;
    float: left;
    padding: 0;
    text-align: left;
    position: relative;
}



    #seccion-05 .wrapper  #slider2 img{
        margin: 0 20px;
        -webkit-transition: all 550ms ease-in-out;
        -moz-transition: all 550ms ease-in-out;
        -o-transition: all 550ms ease-in-out;
        -ms-transition: all 550ms ease-in-out;
        transition: all 550ms ease-in-out;
    }
    #seccion-05 .wrapper  #slider2 img:hover{
        opacity: 0.7;
    }


#seccion-06{
    text-align: center;
    padding: 30px 0;
}

    #seccion-06 .wrapper .button-container a{
        width: 90%;
        font-size: 40px;
    }

footer h2{
    font-family: 'dosis', bold;
    font-size: 30px;
}

footer p a{
    color: #ffffff;
}

#asociados img {
    margin: 20px 15px 10px 15px;
}

footer{
    background-color: #005583;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

/* BOTONES*/

.btn-verde{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #ffffff;
    padding: 10px 30px;
    background: -moz-linear-gradient(
        top,
        #83c000 0%,
        #83c000);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#83c000),
        to(#83c000));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #000000;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px -4px 0px rgba(101,148,0,0.6);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px -4px 0px rgba(101,148,0,0.6);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px -4px 0px rgba(101,148,0,0.6);
    text-shadow:
        0px 0px 0px rgba(000,000,000,1),
        0px 1px 0px rgba(255,255,255,0.2);
    text-decoration: none;
}

.btn-verde:hover{
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 0px rgba(110,77,6,0.6);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 0px rgba(110,77,6,0.6);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 0px rgba(110,77,6,0.6);
}


.btn-rojo{
    font-family: 'dosis', bold;
    font-weight: bold;
    font-size: 26px;
    color: #FFF;
    padding: 10px 30px;
    background: -moz-linear-gradient(
        top,
        #ed4444 0%,
        #ed4444);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ED4444),
        to(#ED4444));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    border: 0px solid #000;
    text-decoration: none;
    border-bottom: 6px solid #911C1C;
}

.btn-rojo:hover{
     background: -moz-linear-gradient(
         top,
         #C02D11 0%,
         #C02D11);
     background: -webkit-gradient(
         linear, left top, left bottom,
         from(#C02D11),
         to(#C02D11));
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 0px rgba(110,77,6,0.6);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 0px rgba(110,77,6,0.6);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0),
        inset 0px 0px 0px rgba(110,77,6,0.6);
}


/* Modificaciones */

span.cargo{
    font-size: 10px;
    color: #f6f6f6;
}