/**
1 - Google Fonts                :                   Line    46  -   48
2 - Global Properties           :                   Line    49  -   56
3 - Form Defaults               :                   Line    57  -   63
4 - Link Default Style          :                   Line    64  -   65
5 - Global Strcture Styling     :                   Line    67  -   71
6 - Default Title Styling       :                   Line    72  -   77
7 - Header Styling              :                   Line    78  -   83
8 - Content Styling             :                   Line    85  -   119
9 - 404 Styling                 :                   Line    121 -   199
10 - About Page Styling         :                   Line    200 -   204
11 - Contact                    :                   Line    206 -   219
12 - Author Page Styling        :                   Line    221 -   369
13 - Career List                :                   Line    372 -   377
14 - Footer                     :                   Line    380 -   456
15 - Grey Scale Logos           :                   Line    459 -   479
16 - Inner Page                 :                   Line    490 -   513
17 - Sidebar                    :                   Line    515 -   533
18 - Password Protected Page    :                   Line    535 -   539
19 - Testimonials               :                   Line    540 -   549
20 - Left Navigation            :                   Line    550 -   558
21 - Drop CAPS                  :                   Line    559 -   565
22 - Dividers                   :                   Line    569 -   577
23 - Blog Listing               :                   Line    585 -   592
24 - Blog Detail                :                   Line    594 -   596
25 - User Comments Structure    :                   Line    598 -   610
26 - Event Listing              :                   Line    612 -   629 
27 - Event Detail               :                   Line    631 -   638
28 - Social Icons OLD           :                   Line    639 -   645
29 - Home Main Slider           :                   Line    648 -   665
30 - HomePage Layout 2 + Slider ( Fullwidth);       Line    667 -   708
31 - HomePage Layout 3          :                   Line    711 -   736
32 - Animated Social Icons      :                   Line    738 -   782
33 - Updated About Us Version   :                   Line    784 -   796
34 - Priorties Section          :                   Line    797 -   810
35 - Bootstrap Responsive       :                   bootstrap.css
36 - circle-hover Effect        :                   circle-hover.css
37 - Elastic Slider Default     :                   elastislide.css
38 - Flex Slider Default        :                   flexslid.css
39 - IE 8 Fixes                 :                   ie_lt9.css
40 - Calander                   :                   jsDatePick_ltr.css
41 - Lightbox Default           :                   lightbox.min.css
42 - Color Switcher CSS         :                   switcher.css
43 - Tabs
**/


/** Font **/

@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Medula+One);
@import url(https://fonts.googleapis.com/css?family=Bitter);
@import url('circle-hover.css');
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@media print
{
.no-print, .no-print *
{
display: none !important;
}
}

/* Getting the new tags to behave */

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
    margin: 0;
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline
}


/* Global properties */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0
}

a.convocatorias,
a.convocatorias:hover {
    text-align: justify;
    text-decoration: none;
    outline: none;
    color: #666;
}

h2 span,
h3 span {
    font-family: 'Great Vibes', cursive;
}

h2 span {
    font-size: 36px;
}


/* form defaults */

input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    font-weight: normal;
    color: #393939;
    margin: 0;
    padding: 0;
}


/* Links defaults style */

a {
    text-decoration: none;
    outline: none;
}

input[type="submit"]:hover {
    transition: width 1s;
    -moz-transition: 1s;
    /* Firefox 4 */
    -webkit-transition: 1s;
    /* Safari and Chrome */
    -o-transition: 1s;
    /* Opera */
    text-decoration: underline;
}

a img:hover {
    opacity: 0.6;
    transition: width 1s;
    -moz-transition: 1s;
    /* Firefox 4 */
    -webkit-transition: 1s;
    /* Safari and Chrome */
    -o-transition: 1s;
    /* Opera */
}


/* Global Structure = */

.wrapper {
    max-width: 100%;
}

.inner-holder {
    max-width: 993px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.clear {
    clear: both;
}

.first {
    margin-left: 0 !important;
}

.m-bottom {
    margin-bottom: 0 !important;
}


/* ----------- MODAL OIC */

.overlay{
                position:fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.8);
                display: flex;
                justify-content: center;
                align-items: center;
                visibility: hidden;
                opacity: 0;
                transition: opacity 0.3s ease;
                z-index: 1000;
            }
            .overlay.active{
                visibility: visible;
                opacity: 1;
            }
            .popupoic{
                padding: 20px;
                text-align: center;
            }
            .popupoic img{
                height: 50%;
                max-width: 70%;
            }

/*----------- Start all Titles CSS -----------*/

.title {
    font: normal 24px/24px 'Medula One', cursive;
    margin: 0 0 10px;
    display: block;
    color: #515151;
    text-align: justify
}

.titleRelevante {
    font: normal 16px/18px 'Bitter', serif;
    margin: 0 0 10px;
    display: block;
    color: #352F2F;
    text-align: justify;
    font-weight: 600;
}

.titleEncuesta {
    font: normal 16px/18px 'Bitter', serif;
    margin: 0 0 10px;
    display: block;
    color: #000;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    background-color: #C3AE30;
}

.title2 {
    font: normal 28px/28px 'Great Vibes', cursive;
    margin: 0 0 10px;
    display: block;
    color: #780d16;
}

.title3 {
    font: normal 30px/30px 'Great Vibes', cursive;
    margin: 0 0 10px;
    display: block;
    color: #780d16;
}

.title4 {
    font-size: 18px;
    margin: 0;
    display: block;
    color: #fff;
    line-height: 20px;
}

.title5 {
    font-size: 20px;
    margin: 10px 0;
    display: block;
    color: #4a4949;
    line-height: 25px;
    padding-bottom: 5px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    font-family: 'Bitter', serif;
}

.line-height-30 {
    line-height: 30px
}

.title a {
    text-decoration: none;
    color: #515151
}

.title a:hover {
    text-decoration: none;
    color: #780d16
}

.titleRelevante a {
    text-decoration: none;
    color: #352F2F
}

.titleRelevante a:hover {
    text-decoration: none;
    color: #352F2F
}


/*----------- End all Titles CSS -----------*/


/*----------- Start Header CSS -----------*/

.verde {
    color: #429e42;
}

.amarillo {
    color: #CC0;
}

.rojo {
    color: #d23131;
}

.azul {
    color: #31afd3;
}

.gris {
    color: #999999;
}

.texto-dorado{
    color: #AB8B28;
}

.capitalize {
    text-transform: capitalize;
}

#header {
    /*background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.2);*/
    width: 100%;
    z-index: 999;
    position: relative;
    height: 310px;
    /* antes de banner acopio 310px*/
    /* border-bottom: 6px solid rgb(156, 26, 52); */
    /* border-bottom: 6px solid rgba(156, 26, 52, 0.4); */
}

#header:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}


/*#logo{ background:url(../images/logoF.png) no-repeat; margin:0px auto 15px auto; padding:0; text-indent: -9999px; width:1040px; height:200px;}*/

#logo {
    background: url(../images/logo.png) no-repeat;
    margin: 0px;
    padding: 0;
    text-indent: -9999px;
    /* width:1040px; */
    height: 280px;
    position: absolute;
}

#logoS {
    margin: 0px;
    padding: 0;
    /* width:1040px; */
    height: 150px;
    position: absolute;
}

#logoSmall {
    background: url(../images/logo170.png) no-repeat;
    margin: 0px;
    padding: 0;
    text-indent: -9999px;
    /* width:1040px; */
    height: 170px;
    position: absolute;
}

#logo2015 {
    background: url(../images/logo2015.png) no-repeat;
    margin: 0px 50px;
    padding: 0;
    text-indent: -9999px;
    /* width:1040px; */
    height: 280px;
    position: absolute;
}

#logo2015mono {
    background: url(../images/logo2015-mono.png) no-repeat;
    margin: 0px 50px;
    padding: 0;
    text-indent: -9999px;
    /* width:1040px; */
    height: 280px;
    position: absolute;
}

#parlamento {
    background: url(../images/banners/parlamentoAbierto.png) no-repeat;
    margin: 10px auto;
    padding: 0;
    text-indent: -9999px;
    width: 227px;
    height: 120px;
}

#logo2 {
    background: url(../images/logo2.png) no-repeat;
    margin: 10px auto;
    padding: 0;
    text-indent: -9999px;
    width: 188px;
    height: 186px;
}

#logo a {
    display: block;
    height: 100%;
}

#legislatura {
    float: right;
    padding: 0 50px 10px 0;
}
#buzon {
    float: right;
    padding: 0 50px 10px 0;
}


#buscadorHeader {
    float: right;
    padding: 160px 50px 10px 0;
}

#redes {
    float: right;
    padding: 0 50px 10px 0;
}

.nav-holder2 {
    margin-top: 0px;
}

.nav-holder3 {
    margin-top: 10px;
}

#nav {
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

.nav-holder {
    /* padding-top: 3px; */
    background: #5c5c5c;
}

.banner-bg {
    background: url("../images/headerBG-R.jpg") no-repeat center top;
    /*Imagen recinto*/
    position: relative;
    text-align: center;
}

.banner-bg2015 {
    background: url("../images/header68.jpg") no-repeat center top;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.banner-bgAcopio {
    background: url("../images/headerAcopio.jpg") no-repeat center top;
    /*Imagen recinto*/
    position: relative;
    text-align: center;
}

.banner-bg-cancer {
    background: url("../images/headerBG-cancer.jpg") no-repeat center top;
    position: relative;
    text-align: center;
}

.banner-bg-bandera {
    background: url("../images/headerBG-S.jpg") no-repeat center top;
    position: relative;
    text-align: center;
}

#banner {
    margin-top: 200px;
}

.banner-inner {
    width: 100%;
}

.inner-b {
    height: auto !important;
    margin-bottom: -109px !important;
}

.inner-b img {
    width: 100%;
}

.news-bar {
    background: #e3e3e3;
    padding: 15px 0;
}

.news-bar .testimonials {
    top: 10px;
    margin-left: 35px;
}

.news-bar .testimonials .flex-direction-nav {
    left: 0;
    top: 0;
    width: 57px;
}

.news-bar .testimonials .flexslider .slides li.slide-image .caption {
    background: transparent;
    border: 0;
    padding: 0;
}

.news-bar .testimonials .flexslider .slides li.slide-image .caption p {
    margin-top: -2px;
    padding: 0;
    color: #780d16;
    font-family: verdana;
    font-size: 12px;
    max-width: 100%;
}

.news-bar .caption p span {
    color: #343434;
    display: inline-block;
    margin-right: 20px;
    display: none;
}

.news-bar strong {
    color: #000;
    float: left;
    width: 13%;
}

.news-bar a {
    font-weight: bold;
    text-decoration: underline;
}

.news-bar .flex-direction-nav {
    display: none;
}

.news-bar .flexslider {
    width: 87%;
}


/*.news-bar .slides{margin-left: 20px;}*/

.news-bar .flex-direction-nav li .next {
    background: url(../images/next-btt1.png) no-repeat top left;
}

.news-bar .flex-direction-nav li .prev {
    background: url(../images/prev-btt1.png) no-repeat top left;
}

.news-bar .search_ico {
    margin-top: -8px;
    margin-left: -4px
}


/** Search form in News **/

.news-bar form {
    margin-bottom: 0;
}

.news-bar .row-fluid [class*="span"] {
    margin-bottom: 0;
}


/*----------- End Header CSS -----------*/


/*--------------------------------------------
Gallery
---------------------------------------------*/

div#gallery #slideshow_wrap {
    background: #fcfcfc;
    border: 1px solid #dbdbdb;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    width: 892px;
    /*width: 550px;*/
    -webkit-box-shadow: 0px 0px 3px #eee;
    -moz-box-shadow: 0px 0px 3px #eee;
    box-shadow: 0px 0px 3px #eee;
}

div#gallery #slideshow {
    position: relative;
    height: 480px;
}

div#gallery #slideshow img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

div#gallery #slideshow .nivo-caption h2 {
    color: #fff;
    padding-top: 5px;
}

div#gallery #slideshow .nivo-caption p {
    color: #fff;
    padding: 10px;
    margin: 0;
}

div#gallery #slideshow .nivo-controlNav {
    position: static;
    float: left;
    margin-top: 490px;
    margin-left: 0px;
}

div#gallery #slideshow .nivo-controlNav img {
    display: inline;
    /* Unhide the thumbnails */
    position: relative;
    margin: 0px 8px 0px 0px;
    width: 120px;
}

div#gallery #slideshow a.nivo-control {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

div#gallery #slideshow a.nivo-control.active {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

div#gallery ul.three_column,
div#gallery ul.four_column {
    list-style: none;
}

div#gallery ul.three_column li,
div#gallery ul.four_column li {
    float: left;
    margin: 0px 22px 22px 0px;
    background: #F5F5F5;
    border: 1px solid #dbdbdb;
    padding: 7px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 3px #eee;
    -moz-box-shadow: 0px 0px 3px #eee;
    box-shadow: 0px 0px 3px #eee;
    position: relative;
}

div#gallery ul.three_column li a,
div#gallery ul.four_column li a {
    display: block;
    position: relative;
}

div#gallery ul.three_column li.last,
div#gallery ul.four_column li.last {
    margin-right: 25px;
}

div#gallery ul.four_column li {
    margin: 0px 25px 25px 0px;
}

div#gallery ul.four_column li img {
    /*width: 190px;*/
    width: 190px;
}

div#gallery ul li div.hover {
    background: #333 url('../images/zoom.png') no-repeat center center;
    background: rgba(0, 0, 0, 0.6) url('../images/zoom.png') no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}


/* image preview estadisticas */

#screenshot {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}


/** SLIDER SIDEBAR **/

.slider_widget {
    /* border-bottom:2px solid #dcdcdc; */
    max-width: 100%;
    padding: 20px 0;
    overflow: hidden;
    list-style-type: none;
}

.slider_img_widget {
    margin: 10px auto;
}

.slider_widget:first-child {
    padding-top: 0;
}

.slider_widget h2 {
    font-size: 24px;
    margin: 0;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.slider_widget ul.latest_post img {
    float: left;
    height: 100px;
    margin-right: 5%;
    max-width: 40%;
}

.slider_widget ul a {
    color: #780d16;
}

.slider_widget ul.latest_post li {
    list-style: none;
    margin-bottom: 6px;
    overflow: hidden;
    background-color: #DBDBDB;
    padding: 10px;
}

.slider_widget ul.latest_post li:last-child {
    margin-bottom: 0 !important;
}

.slider_widget h3 {
    font-size: 16px;
    margin: 0;
    line-height: 18px;
    text-align: left;
}

.slider_widget ul {
    margin: 0;
    padding: 0;
}

.slider_widget ul.latest_post li span {
    max-width: 55%;
    float: left;
}

.slider_widget ul.latest_post li span a {
    color: #4a4a4a;
}

.slider_widget ul.latest_post li span a:hover {
    color: #f00;
    text-decoration: none;
}

.slider_widget .wimg {
    margin: 20px auto;
}

.slider_widget form {
    margin-bottom: 0;
}

.slider_widget .video_slider_widget {
    margin-top: 20px;
    display: block;
}

.tag_slider_widget {
    overflow: hidden;
}

.tag_slider_widget a {
    background: #d1d1d1;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    display: inline-block;
    margin: 0 0 10px;
}

.tag_slider_widget a.active,
.tag_slider_widget a:hover {
    background-color: #780d16;
    color: #fff;
}

.list_slider_widget li a span {
    width: 100px;
    float: right;
    text-align: center;
}


/*----------- Start Content CSS -----------*/

.content-holder {
    padding: 0 0 50px;
    border-bottom: 6px solid #780d16;
    color: #4a4a4a;
}

.content-holder2 {
    padding: 40px 0;
    background: #191919;
    color: #a1a1a1;
}

.content-holder3 {
    padding: 10px 0;
    background: #191919;
    color: #a1a1a1;
}

.content-holder4 {
    padding: 10px 0;
}

.content-holder.b-none {
    border: 0;
}

.tweets-bg {
    padding: 40px 0;
    background: #e3e3e3;
    color: #323232;
    text-align: center;
    border-bottom: 1px solid #c7c5c4;
}

.buscador-bg {
    background: #000;
    color: #FFFFFF;
    text-align: right;
    border-bottom: 6px solid #780d16;
}

.buscador-box {
    height: 100%;
    padding: 10px;
    margin: 0 auto;
    color: #fff;
}

.prox-sesion-bg {
    padding: 20px 0;
    background: #000;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 6px solid #780d16;
    margin-bottom: 20px;
}

.prox-sesion-box {
    height: 100%;
    padding: 10px;
    margin: 0 auto;
    color: #fff;
}

.prox-sesion-parrafo {
    width: 100%;
    font-size: 16px;
    text-align: center
}

.sesion-title2 {
    font-size: 22px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.sesion-title {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    color: #4a4949;
    line-height: 24px;
}

.mesa-title {
    font-family: Georgia;
    line-height: 24px;
    color: #4A4A4A;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.services .img {
    width: 100%;
    margin-bottom: 15px;
}

.services .imgsesion {
    width: 246px;
    height: 100px;
    display: inline-block;
    text-align: center;
}

.services a img {
    background: none;
}

.services p,
.services p a {
    margin-bottom: 10px;
    color: #868686;
}

.services p a:hover {
    color: #780d16;
    text-decoration: none;
}

.cap-holder {
    background: #fff;
    padding: 15px;
    border-bottom: 5px solid #e3e2e0;
}

.about-img {
    padding: 6px;
    background: #fff;
    border: 1px solid #f1efed;
    border-top: 0;
    float: left;
}

.about-sec p {
    color: #4a4a4a;
    line-height: 24px;
}

.about-list {
    margin: 0;
    list-style: none;
    padding: 0;
}


/*.about-list li{ background:url(../images/list-style.png) 0 5px no-repeat; margin-bottom:10px; padding-left:25px; float:left; width:100%;margin-left: 40px;}*/

.about-list li {
    background: url(../images/list-style.png) 0 5px no-repeat;
    margin-bottom: 10px;
    padding-left: 20px;
    float: left;
    width: 100%;
    margin-left: 10px;
}

.btn-holder {
    overflow: hidden;
    width: 100%;
}

a.btn-1 {
    float: left;
    padding: 15px 20px;
    background: #780d16;
    color: #fff;
    font: 16px/18px Georgia;
}

a.btn-1:hover {
    background: #6c0519;
    text-decoration: none;
    color: #fff;
}

a.btn-2 {
    float: left;
    padding: 15px 20px;
    background: #191919;
    color: #fff;
    font: 16px/18px Georgia;
}

a.btn-2:hover {
    background: #4a4a4a;
    text-decoration: none;
    color: #fff;
}

.blink {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
      visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
}

.cat-btn {
    border-radius: 2px;
    display: inline-block;
    font-family: roboto condensed;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 1;
    margin-bottom: 8px;
    color: #fff;
}

.cat-btn2 {
    border-radius: 2px;
    display: inline-block;
    font-family: roboto condensed;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 1;
    margin-bottom: 8px;
    color: #fff;
}

.cat-btn3 {
    border-radius: 2px;
    display: inline-block;
    font-family: roboto condensed;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 1;
    margin-bottom: 8px;
    color: #fff;
}

.bg-cat-1 {
    background-color: #996b04;
}

.bg-cat-2 {
    background-color: #9e646c;
}

.bg-cat-3 {
    background-color: #999;
}

.bg-cat-4 {
    background-color: #996b04;
}

.bg-cat-5 {
    background-color: #62c462;
}

.btn-sep {
    width: 78px;
    float: left;
    text-align: center;
    background: url(../images/sep-line.png) center no-repeat;
    line-height: 48px
}

.slid-holder {
    padding: 14px;
    background: #fff;
    border: 1px solid #e8e6e5;
    text-align: left;
    margin-bottom: 35px;
    min-height: 393px
}

.slid-holder2 {
    padding: 6px;
    background: #E4E4E4;
    border: 1px solid #e8e6e5;
    text-align: left;
    margin-bottom: 35px;
    /*min-height: 200px;*/
}

.slid-holder3 {
    padding: 7px;
    background: #996b04;
    border: 1px solid #996b04;
    text-align: left;
    margin-bottom: 15px;
    min-height: 230px;
}

.slid-holder4 {
    padding: 6px;
    background: #E4E4E4;
    border: 1px solid #e8e6e5;
    text-align: left;
    margin-bottom: 35px;
    min-height: 425px;
}

.slid-holder-banners {
    padding: 14px;
    background: #fff;
    border: 1px solid #e8e6e5;
    text-align: left;
}

.services .slid-holder-inner {
    margin: 0;
}

.slid-holder-inner {
    padding: 14px;
    background: #faf8f6;
    border: 1px solid #f1f1f1;
    margin: 0 0 14px;
    min-height: 360px
}

.slid-holder-inner2 {
    padding: 14px;
    background: #faf8f6;
    border: 1px solid #f1f1f1;
    margin: 0px;
    min-height: 280px
}

.slid-holder-inner3 {
    padding: 14px;
    background-color: rgb(0, 0, 0);
    border: 1px solid #f1f1f1;
    margin: 0px;
    min-height: 280px;
}

.slid-holder-inner4 {
    padding: 14px;
    background: #faf8f6;
    border: 1px solid #f1f1f1;
    margin: 0px;
    min-height: 150px
}

.slid-holder-inner5 {
    padding: 14px;
    background: #faf8f6;
    border: 1px solid #f1f1f1;
    margin: 0px;
    min-height: 465px;
}

.slid-holder-inner6 {
    padding: 14px;
    background: #faf8f6;
    border: 1px solid #f1f1f1;
    margin: 0px;
    min-height: 350px;
}

.slid-holder-inner7 {
    padding: 14px;
    background: #faf8f6;
    border: 1px solid #f1f1f1;
    margin: 0px;
    min-height: 370px;
}

.banners .slid-holder-inner-banner {
    margin: 0;
}

.slid-holder-banner {
    padding: 14px;
    background: #faf8f6;
    border: 1px solid #f1f1f1;
    margin: 0 0 14px;
    min-height: 360px
}

.slid-holder-inner3 p {
    color: #FFF;
    text-align: center;
}

.testimonials {
    position: relative;
}

.testimonials h3 {
    margin: 0 0 15px;
}

.testimonials .flexslider .slides li.slide-image .caption {
    padding: 0;
    border-left: 0 none;
    border-top: 5px solid #780d16;
    bottom: 0;
    left: 0;
    position: relative;
    width: 100%;
    background: #fff;
    color: #4a4a4a;
    font-size: 14px;
    font-family: Georgia;
}

.testimonials .flexslider .slides li.slide-image .caption p {
    padding: 20px;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
}

.testimonials .flex-control-nav {
    display: none;
}

.testimonials .flexslider .slides>li {
    height: auto !important;
}

.testimonials .flex-direction-nav {
    right: 0;
    top: -50px;
}

.happy_customers .slides li {
    text-indent: 22px;
}

.quotes {
    background: url("../images/quotes_2.png") no-repeat scroll left top transparent;
    display: block;
    height: 30px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 31px;
    z-index: 111;
}

.border-line {
    background: url(../images/border-bg3.png) repeat-x;
    height: 4px;
    display: block;
    margin-bottom: 22px;
    clear: both;
}

.border-line_2 {
    background: url(../images/border-line_2.jpg) repeat-x;
    height: 4px;
    display: block;
    margin-bottom: 22px;
    clear: both;
}

.border-line_3 {
    background: url(../images/border-line_3.jpg) repeat-x;
    height: 4px;
    display: block;
    margin-bottom: 22px;
    clear: both;
}

.border-line_4 {
    background: url(../images/border-line_4.jpg) repeat-x;
    height: 4px;
    display: block;
    margin-bottom: 22px;
    clear: both;
}

.star_2 {
    background: url(../images/star_2.jpg) no-repeat;
    width: 32px;
    height: 24px;
    display: inline-block;
    margin-top: -10px;
}

.inner_content .border-line {
    background: url(../images/border-bg_2.png) repeat-x;
    height: 4px;
    display: block;
    margin-bottom: 22px;
    clear: both;
}

.inner_content h2 {
    margin-bottom: 10px;
}

.heading-holder {
    text-align: center;
}

.heading-holder h2 {
    margin: 0 0 22px;
    color: #363636;
}

.heading-head h2 {
    margin: 0 0 22px;
    color: #990000;
}

.heading-sesion h2 {
    margin: 0;
    color: #fff;
}

.edo {
    background: url(../images/edo.png) no-repeat;
    width: 32px;
    height: 24px;
    display: inline-block;
    margin-top: -10px;
}

.star {
    background: url(../images/star.png) no-repeat;
    width: 32px;
    height: 24px;
    display: inline-block;
    margin-top: -10px;
}

.event-box {
    border-top: 2px solid #780d16;
    background: url(../images/box-bottom.jpg) no-repeat bottom #232323;
    padding-bottom: 7px;
}

.event-img {
    position: relative;
}

.event-img img {
    width: 100%;
}

.cap-holder2 {
    padding: 20px 13px 13px;
    text-align: center;
}

.cap-holder2 h4 {
    margin: 0 0 20px;
    border-bottom: 1px solid #313131;
    padding: 0 0 20px;
    font: normal 30px/30px 'Medula One', cursive;
    color: #fff;
}

.number {
    background: url(../images/sticker.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 66px;
    width: 66px;
    color: #fff;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    text-indent: -10px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.donate-box [class*="span"] {
    margin-bottom: 22px !important;
}

.donate-box [class*="sesion"] {
    margin-bottom: 22px !important;
}

a.donate-btn {
    float: left;
    padding: 12px 35px;
    background: #780d16;
    color: #fff;
    font: 30px/30px 'Medula One', cursive;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
    margin-top: 40px;
}

a.donate-btn:hover {
    background: #6c0519;
    text-decoration: none;
    color: #fff;
}

.circle-cap {
    margin: 25px 0 0;
}

.circle-cap h5 {
    margin: 0 0 25px;
    color: #1e1e1e;
    font: normal 30px/30px 'Medula One', cursive;
}

.circle-cap p {
    margin: 0;
    color: #2a2a2a;
    font: 12px/18px Georgia;
    font-style: italic;
}

.btn-bar {
    margin: 10px 0 0;
    padding: 30px 0 0;
    text-align: center;
}

.btn-bar a {
    padding: 10px 60px;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font: normal 30px/30px 'Medula One', cursive;
    color: #fff;
    margin: 0 10px;
}

.btn-bar a:hover {
    text-decoration: none;
    color: #fff;
}

.see-btn {
    background: #780d16;
}

.see-btn:hover {
    background: #6c0519;
}

.see-btn2 {
    background: #151515;
}

.see-btn2:hover {
    background: #4a4a4a;
}

.tweets {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tweets a:hover {
    color: #00627b;
}

.tweets-title {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    background: url(../images/tweets-icon.png) no-repeat top;
    padding-top: 65px;
}


/*----------- End Content CSS -----------*/


/*----------- Start 404 page CSS -----------*/

.container .page_404 {
    max-width: 600px;
    margin: 115px auto;
    text-align: center;
}

.container .page_404 h1 {
    font-size: 110px;
    line-height: 110px;
    margin-bottom: 0;
    color: #780d16;
}

.container .page_404 h1 span {
    clear: both;
    display: block;
    font-family: Georgia;
    font-size: 80px;
    line-height: 90px;
    padding-bottom: 20px;
}


/*----------- End 404 page CSS -----------*/


/*----------- Start About page CSS -----------*/

.about_list {
    list-style-type: none;
    margin: 20px 0 20px;
}

.span12.ch_Grid_box {
    height: 450px;
    /* Chrome Height Fix */
}

#team_social {
    list-style-type: none;
    margin-left: 0;
}

#team_social .ts {
    width: 25px;
    height: 28px;
    float: left;
    margin-right: 10px;
    text-indent: -500px;
    overflow: hidden;
}

#team_social a.facebook {
    background: url('../images/social_team.png') 0 0 no-repeat;
}

#team_social a.twitter {
    background: url('../images/social_team.png') -30px 0 no-repeat;
}

#team_social a.dribble {
    background: url('../images/social_team.png') -58px 0 no-repeat;
}

#team_social a.rss {
    background: url('../images/social_team.png') -88px 0 no-repeat;
}

#team_social a.facebook:hover {
    background: url('../images/social_team.png') 0 -45px no-repeat;
}

#team_social a.twitter:hover {
    background: url('../images/social_team.png') -30px -45px no-repeat;
}

#team_social a.dribble:hover {
    background: url('../images/social_team.png') -58px -45px no-repeat;
}

#team_social a.rss:hover {
    background: url('../images/social_team.png') -88px -45px no-repeat;
}


/*----------- End About page CSS -----------*/


/*----------- Start Author Page CSS --------------*/

.author-art.main {
    border: 1px solid #e5e5e5;
    background: #fff;
}

.author-inner {
    position: relative;
}

.author-inner img {
    width: 110px;
}

.author-inner.main {
    padding: 0 20px;
}

.author-art p {
    color: #666;
    font-size: 11px;
    margin: 0 0 15px;
    line-height: 20px;
}

.author-art p a {
    color: #2e2b30;
}

.art-link {
    color: #780d16;
    font-size: 14px;
    margin: 0 0 10px;
    display: block;
}

.art-link a {
    color: #780d16;
}

.art-link a:hover {
    text-decoration: underline;
}

.author-art {
    margin-bottom: 25px;
}

.author-art h3 a {
    color: #1e1e1e;
}

.art-bottom {
    overflow: hidden;
    padding: 10px;
    color: #4a4a4a;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    margin-top: 15px;
}

.tbs {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -60px;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
}

.tbs li {
    float: left;
    margin-left: 1px;
}

.tbs li a {
    color: #fff;
    font-weight: bold;
    padding: 12px 14px;
    display: block;
}

.tbs li a:hover {
    background: none;
    color: #27201c;
    text-decoration: none;
    background: #fff;
}

.author-art .title {
    font-size: 30px;
    font-size: 30px;
    font-weight: normal;
    line-height: 51px;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    display: block;
    background: #780d16;
    color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

#img_sesion {
    position: relative;
    display: inline-block;
    text-align: center;
}

.team-img {
    float: left;
    margin-right: 15px;
    border: 4px solid #e0dedc;
}

.gallery-button {
    position: absolute;
    bottom: 4px;
    right: 0px;
    width: 100px;
    height: 30px;
    border-radius: 2px;
    display: inline-block;
    font-family: roboto condensed;
    text-shadow: 1px 1px 10px rgba(150, 150, 150, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 1;
    margin-bottom: 8px;
    color: #fff;
    border: 4px solid #e0dedc;
}

.gallery-button2 {
    position: absolute;
    bottom: 20px;
    right: 16px;
    width: 100px;
    height: 30px;
    border-radius: 2px;
    display: inline-block;
    font-family: roboto condensed;
    text-shadow: 1px 1px 10px rgba(150, 150, 150, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 1;
    margin-bottom: 8px;
    color: #fff;
    border: 4px solid #e0dedc;
}

.map-border {
    margin: 0 0 40px;
    border: 4px solid #e0dedc;
}

.comments {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.comments li {
    overflow: hidden;
    margin-bottom: 10px;
}

.comments li p {
    line-height: 16px;
    margin: 0;
}

.comments li p a {
    color: #080606;
    font-size: 11px;
}

.comments-img {
    float: left;
    margin-right: 8px;
}

.comments li .team-img {
    width: 65px;
}

.comments li .author-name {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.side-gallery {
    margin: 0 0 20px -22px;
}

.side-gallery li {
    border: 4px solid #dad6cf;
    margin: 0 0 22px 22px;
}

.archives {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 22px;
}

.archives li {
    margin-bottom: 10px;
}

.archives li a {
    color: #666;
}

.num-post {
    float: right;
    color: #649300;
}


/*----------- End Author Page CSS --------------*/


/*----------- Contact CSS ---------*/

#contact_us input[type="text"] {
    padding: 5px 10px;
    width: 50%;
    height: auto;
}

#contact_us textarea {
    padding: 5px 10px;
    width: 100% !important;
    margin-bottom: 30px;
    height: auto;
}

.contact_sidebar {
    font-size: 14px;
    color: #232323;
}

.contact_sidebar a {
    font-weight: bold;
}


/*----------- End Contact CSS ---------*/


/* ---------- TABLES ------------------*/


/* Be aware that current implementation suits five columns only. 
If you need a different number, change the width parameter from 20% to *100% / number_of_columns*.*/


/* tabla a 5 columnas primer columna 42% y las demas 14.5*/

.table-scrolly {
    width: 100%;
}

.table-scrolly>thead,
.table-scrolly>tbody,
.table-scrolly>thead>tr,
.table-scrolly>tbody>tr,
.table-scrolly>thead>tr>th,
.table-scrolly>tbody>tr>td {
    display: block;
}

.table-scrolly>tbody>tr:after,
.table-scrolly>thead>tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-scrolly>tbody {
    overflow-y: auto;
    height: 300px;
}

.table-scrolly>tbody>tr>td,
.table-scrolly>thead>tr>td {
    white-space: nowrap;
}

.table-scrolly>thead>tr>th:first-child,
.table-scrolly>tfoot>tr>th:first-child,
.table-scrolly>tbody>tr>td:first-child {
    width: 42%;
}

.table-scrolly>thead>tr>th,
.table-scrolly>tbody>tr>td,
.table-scrolly>tfoot>tr>th {
    width: 14.5%;
    float: left;
}


/* tabla a dos columnas*/

.table-scrolly2 {
    width: 100%;
}

.table-scrolly2>thead,
.table-scrolly2>tbody,
.table-scrolly2>thead>tr,
.table-scrolly2>tbody>tr,
.table-scrolly2>thead>tr>th,
.table-scrolly2>tbody>tr>td {
    display: block;
}

.table-scrolly2>tbody>tr:after,
.table-scrolly2>thead>tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-scrolly2>tbody {
    overflow-y: auto;
    height: 300px;
}

.table-scrolly2>tbody>tr>td,
.table-scrolly2>thead>tr>td {
    white-space: nowrap;
}

.table-scrolly2>thead>tr>th:first-child,
.table-scrolly2>tfoot>tr>th:first-child,
.table-scrolly2>tbody>tr>td:first-child {
    width: 70%;
}

.table-scrolly2>thead>tr>th,
.table-scrolly2>tbody>tr>td,
.table-scrolly2>tfoot>tr>th {
    width: 30%;
    float: left;
}


/* ---------- /TABLES ------------------*/


/*----------- career-list-page -----------*/

.career-list {
    margin: 0 0 20px;
    padding: 15px;
    list-style: none;
    background: #780d16;
    color: #fff;
    font-size: 13px;
}

.career-list li {
    border-top: 1px solid #d1d1d1;
    padding: 10px 0;
}

.career-list li:first-child {
    border: 0;
}

.career-list li strong {
    float: left;
    margin-right: 5%;
    width: 25%;
}

.career-list li strong span {
    float: left;
}

.services-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    color: #3d3c3c;
}

.services-list li {
    margin-bottom: 5px;
}

.services-list li a {
    color: #3d3c3c;
}

.more-btn1 {
    color: #fff;
    background: #780d16;
    padding: 8px 15px;
    float: left;
    text-decoration: none;
    font-size: 16px;
}

.more-btn1:hover {
    color: #324a00;
}

.left-menu {
    background-color: #F1EDED;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.left-col-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.left-col-list.f-size {
    font-size: 18px;
}

.left-col-list li {
    border-top: 1px dotted #c5c5c5;
    margin: 1px 0;
    /*font-family: 'AgencyFB-Bold';*/
}

.left-col-list li a:hover {
    background: #649300;
    color: #fff;
    padding-left: 15px;
    text-decoration: none;
}

.left-col-list li:first-child {
    border: 0;
}

.left-col-list li a {
    color: #636363;
    display: block;
    padding: 10px 0;
}


/*----------- End career-list-page -----------*/


/*----------- Start Footer -----------*/

#footer {
    border-top: 1px solid #FFF;
    padding: 15px 0;
    text-align: center;
    color: #FFF;
    background-color: #000000;
}

#footer p {
    margin: 0;
}

#footer p a {
    color: #fff;
}

.footer-top {
    padding: 20px 0 40px;
    /* background: url(../images/footer-top.jpg) repeat-x top #191919; */
    color: #D7D7D7;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    background-color: #262525;
}

.footer-top h2 {
    color: #fff;
    margin: 0 0 20px;
    font-style: normal;
}

.footer-top .container-fluid {
    padding: 0;
}

.a-list {
    font-family: 'Lato', sans-serif;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
}

.a-list li {
    margin: 0 0 10px;
}

.a-list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.a-list li a:hover {
    color: #776706;
}

.a-list li span {
    font-size: 16px;
    display: inline-block;
    margin-right: 8px;
    padding-top: 10px;
}

.news-list {
    margin: 0;
    list-style: none;
}

.news-list li:first-child {
    margin: 0;
}

.news-list li {
    margin-left: 20px;
    float: left;
    margin-bottom: 20px;
}

.news-list li img {
    border: 4px solid #929292;
}

.news-list li:hover img {
    border: 4px solid #780d16;
}

.columna {
    border-left: 2px solid #776706;
    padding-left: 15px;
    height: 300px
}

.dorado {
    color: #ffffff;
}


/*----------- End Footer CSS -----------*/


/* GreyScale CSS**/

.clients-logos a img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.clients-logos a img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}


/** End of GrayScale **/


/** Inner PAGE **/

.banner-bg.h400 {
    height: 220px;
}

.inner_page input[type="submit"] {
    background: #996b04;
    padding: 10px 20px;
    color: #fff;
    border: 0;
    margin-top: -10px;
    display: inline-block;
    border: #996b04;
    height: auto;
}

.inner_page h4.subhead,
.title2 {
    font-family: 'Medula One', cursive;
    font-size: 27px;
}

.inner_page h4.subhead span {
    color: #780d16;
}

.content_wrapper {
    padding-top: 50px;
}

.text,
.inner_page .text,
.input-mini,
.input-medium,
.input-small,
.input-large,
.input-xlarge,
.input-xxlarge,
.input-full {
    background: #ebebeb;
    padding: 12px;
    font-size: 14px;
    color: #4b4b4b;
    border: 1px solid #dad9d7;
}

.input_select {
    background: #ebebeb;
    font-size: 14px;
    color: #4b4b4b;
    border: 1px solid #dad9d7;
    height: 42px;
    width: 100%
}

.inner_page input[type="text"] {
    background: #ebebeb;
    color: #4b4b4b;
    border: 1px solid #dad9d7;
    padding: 12px;
    font-size: 14px;
    /*width: 95%*/
}

.inner_page input .input-full2[type="text"] {
    background: #ebebeb;
    color: #4b4b4b;
    border: 1px solid #dad9d7;
    padding: 12px;
    font-size: 14px;
    /*width: 95%*/
}


/*.inner_page textarea{ background:#ebebeb; padding:10px 20px; color:#4b4b4b; border:1px solid #dad9d7; margin-bottom:10px; resize:none; width:95%;}*/

.inner_page p {
    color: #4a4a4a;
}

.inner_page .firma {
    color: #fff;
}

.inner_page .formlabel {
    color: #4a4a4a;
    padding: 5px 0px;
}

#footer .navegadores {
    color: #fff;
    font-size: 11px;
}

#footer .navegadores a:hover {
    text-decoration: underline;
}

#footer .navegadores a {
    color: #C3AF30;
}

.inner_page input.search_ico,
input.search_ico {
    background: url('../images/search_icon.png') top center no-repeat #ebebeb;
    width: 35px !important;
    height: 35px;
    text-indent: -5000px;
    overflow: hidden;
    border: 0;
}


/*.page_content img{ width:100%;}*/

.page_content .span9 img {
    margin-bottom: 10px;
}

.page_content .span9 img.icono {
    height: 16px;
    width: 16px;
    margin: 2px;
}

.page_content .span9 img.iconoPartido {
    height: 20px;
    width: 20px;
    margin: 2px;
}

.page_content img.iconoPartido2 {
    height: 50px;
    width: 50px;
    margin-right: 15px
}


/*.inner_page a:hover,.inner_page a:focus{ color:#670b1d;}*/

.inner_page .page_content {
    padding: 50px 0 0;
}

.inner_page .page_content span {
    color: #4a4949;
    font-weight: 700;
}

.inner_page .footer-top p {
    color: #fff;
}

.input-append {
    height: auto !important;
}

.input-prepend input[type="text"] {
    height: auto !important
}

.first {
    margin-left: 0;
}

.inner_page h3 {
    font: 18px/20px 'Bitter', serif;
    margin: 10px 0;
    font-weight: 900;
}

.inner_page h3 span {
    font-size: 30px;
}

.inner_page h4 {
    font: 16px/6px 'Bitter', serif;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 16px;
}


/** Sidebar **/

#search_form input[type="text"] {
    max-width: 77%;
    padding: 10px 20px;
    height: 39px;
}

.widget {
    border-bottom: 2px solid #dcdcdc;
    max-width: 100%;
    padding: 20px 0;
    overflow: hidden;
    list-style-type: none;
}

.img_widget {
    margin: 10px auto;
}

.widget:first-child {
    padding-top: 0;
}

.widget h2 {
    font-size: 24px;
    margin: 0;
    line-height: 20px;
    margin-bottom: 20px;
}

.widget ul.latest_post img {
    float: left;
    height: 100px;
    margin-right: 5%;
    max-width: 40%;
}

.widget ul a {
    color: #780d16;
}

.widget ul.latest_post li {
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
}

.widget ul.latest_post li:last-child {
    margin-bottom: 0 !important;
}

.widget h3 {
    font-size: 14px;
    margin: 0;
    line-height: 14px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul.latest_post li span {
    max-width: 55%;
    float: left;
}

.widget ul.latest_post li span a {
    color: #4a4a4a;
}

.widget ul.latest_post li span a:hover {
    color: #f00;
    text-decoration: none;
}

.widget .wimg {
    margin: 20px auto;
}

.widget form {
    margin-bottom: 0;
}

.widget .video_widget {
    margin-top: 20px;
    display: block;
}

.tag_widget {
    overflow: hidden;
}

.tag_widget a {
    background: #d1d1d1;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    display: inline-block;
    margin: 0 0 10px;
}

.tag_widget a.active,
.tag_widget a:hover {
    background-color: #780d16;
    color: #fff;
}

.list_widget li a span {
    width: 100px;
    float: right;
    text-align: center;
}


/** Password Protected Page **/

#password_protected ul li {
    list-style-type: none;
}

#password_protected ul {
    margin: 0;
    padding: 0;
}

textarea.comm-area {
    margin-bottom: 20px;
}


/** Testimonials **/

.test-holder {
    overflow: hidden;
    border-bottom: 1px solid #e2e1df;
    margin-bottom: 30px;
}

.test-holder:last-child {
    border: none;
    margin-bottom: 0;
}

.client-testi {
    background: url('../images/quotes.jpg') top left no-repeat;
    padding-top: 20px;
    text-indent: 30px;
}

.client-testi a {
    float: right;
    font-weight: bold;
}

.client-testi a span {
    color: #81807e;
}

.inner_page .accordion-heading a:focus,
.accordion-heading a:hover {
    color: #fff;
}

.light_button:focus,
.light_button:hover {
    color: #fff !important;
}

.inner_page .comment-list a.comment-reply-link:focus,
.inner_page .comment-list a.comment-reply-link:hover {
    color: #fff;
}


/** Left Nav  **/

.left-col-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.left-col-list.f-size {
    font-size: 18px;
}

.left-col-list li {
    border-top: 1px dotted #c5c5c5;
    margin: 1px 0;
}

.left-col-list li a:hover,
.left-col-list li a.active {
    background: #996b04;
    color: #fff;
    padding-left: 15px;
    text-decoration: none;
}

.left-col-list li:first-child {
    border: 0;
}

.left-col-list li a {
    color: #636363;
    display: block;
    padding: 10px 0;
}


/** Shortcodes **/


/*----------- Drop Capes -----------*/

.dropcap {
    background: #fcfcfc;
    color: #666;
    display: inline-block;
    float: left;
    font-size: 23px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    margin: 0 7px 0 0;
    text-align: center;
    width: 36px;
    border: 1px solid #f6f6f6;
}

.dropcap.dark {
    background: #3a3a3a;
    color: #fff;
}

.dropcap.color {
    background: #29a9df;
    color: #fff;
}


/*----------- End Drop Capes -----------*/


/*----------- Dividers -----------*/

.text-divider1 {
    border-top: 1px solid #ccc;
    margin-bottom: 19px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.text-divider2 {
    border-bottom: 1px solid #ccc;
    color: #666666;
    display: block;
    margin-bottom: 19px;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.text-divider2:hover,
.text-divider4:hover {
    color: #666666;
    text-decoration: none;
}

.text-divider3 {
    border-top: 1px dashed #CCCCCC;
    margin-bottom: 19px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.text-divider4 {
    border-bottom: 1px dashed #CCCCCC;
    color: #666666;
    display: block;
    margin-bottom: 19px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
}

.text-divider5,
.text-divider6 {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 19px;
    width: 100%;
}

.text-divider5 span {
    display: block;
    float: left;
    height: 6px;
    width: 111px;
}

.text-divider6 span {
    display: block;
    float: right;
    height: 6px;
    width: 111px;
}

.text-divider7 {
    border-bottom: 1px dashed #CCC;
    color: #780d16;
    display: block;
    margin-bottom: 19px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
}


/*----------- End Dividers -----------*/


/*----------- Icons Dividers -----------*/

.the-icons {
    list-style: none outside none;
    margin-left: 0;
}

.the-icons li {
    float: left;
    line-height: 25px;
    width: 25%;
}


/*----------- End Icons Dividers -----------*/


/** Blog Listing **/

.blog_listing_wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1dfdd;
}

.blog_listing_wrapper span:last-child {
    border: 0;
}

.blog_listing_wrapper h2 span:last-child,
.blog_listing_wrapper span {
    border-right: 1px solid #d0d0d0;
    padding-right: 20px;
    margin-right: 20px;
}

.blog_listing_wrapper h2 {
    margin-bottom: 20px;
}

.post_featured_image img {
    width: 98%;
    margin: 1%;
}

.post_meta {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1dfdd;
}


/** Blog Detail **/

.blog_detail_wrapper span:last-child {
    border: 0;
}

.blog_detail_wrapper h2 span:last-child,
.blog_detail_wrapper span {
    border-right: 1px solid #d0d0d0;
    padding-right: 20px;
    margin-right: 20px;
}

.blog_detail_wrapper h2 {
    margin-bottom: 20px;
    color: #4a4949;
}


/** User comments Structure **/

.user_comments ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

.user_comments ul li {
    overflow: hidden;
}

.user_comments ul ul {
    max-width: 90%;
    float: right;
}

.user_comments ul ul ul {
    max-width: 90%;
    float: right;
}

.user_comments ul ul ul ul {
    max-width: 90%;
    float: right;
}

.user_comments ul ul ul ul ul {
    max-width: 90%;
    float: right;
}

.user_comments ul ul ul ul ul ul {
    max-width: 90%;
    float: right;
}

.user_comments ul .avatar-img {
    width: 10%;
    float: left;
}

.user_comments ul .avatar-img img {
    width: 100%;
}

.user_comments ul .comment-detail {
    width: 88%;
    float: right;
    padding-bottom: 20px;
}

.comment-detail .comment-reply-link,
.comment-detail a.comment-reply-link :hover,
.comment-detail a.comment-reply-link :focus {
    background: #780d16;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}


/** Event Listing **/

.event_title h3 {
    margin-top: 0;
}

.event_title h3 a {
    color: #4a4a4a;
}

.event_post_content_wrapper.no_image {
    max-width: 100%;
    float: none;
}

.event_featured_image {
    width: 35%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.event_featured_image img {
    width: 100%;
}

.event_meta {
    padding: 10px;
    border-top: 1px solid #e1dfdd;
    border-bottom: 1px solid #e1dfdd;
    margin-bottom: 10px;
}

.nota_meta {
    padding: 10px 0;
    border-top: 1px solid #e1dfdd;
    border-bottom: 1px solid #e1dfdd;
    margin-bottom: 10px;
}

.nota_spacer {
    clear: both;
    overflow: hidden;
}

.event_meta span {
    padding-left: 5px;
    padding-right: 15px;
}

.event_meta span:last-child {
    padding-right: 0;
}

.event_listing_wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #E1DFDD; */
}

.event_post_content_wrapper {
    /*max-width:63%; float:right;*/
}

.foro_post_content_wrapper {
    /*max-width:63%; float:right;*/
}

.event_description {
    margin-bottom: 20px;
}

.event_readmore a {
    background: #996b04;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}

.event_location_map {
    overflow: hidden;
    clear: both;
}

.event_location_map span a {
    font-style: italic;
}

.event_readmore .event_map {
    background: #393939;
    color: #fff;
    padding: 0 20px;
    float: left;
    margin-right: 20px;
    max-height: 36px;
}

.event_readmore a:hover {
    color: #fff;
}

.event_readmore {
    line-height: 36px;
    margin-bottom: 10px;
}


/** Event Detail **/

.event_detail p span {
    color: #780d16;
}

.sub_head {
    color: #1e1e1e;
    border-bottom: 1px solid #e1dfdd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.event_detail .address {
    overflow: hidden;
    width: 100%;
    clear: both;
    display: block;
}

.event_detail_wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1dfdd;
    overflow: hidden;
}

.event_detail_wrapper [class*="span"] {
    margin-bottom: 0 !important;
}

.event_detail_wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.light_button {
    background: #707070;
    padding: 10px 20px;
    color: #fff;
    margin: 5px 0px;
    display: inline-block;
}

.golden_button {
    background: #996b04;
    padding: 10px 20px;
    color: #fff;
    margin: 5px 0px;
    display: inline-block;
}

.dark_button {
    background: #393939;
    padding: 10px 20px;
    float: left;
    color: #fff;
    margin: 5px 10px;
}

.download_button {
    background: #780d16;
    padding: 5px;
    color: #fff;
    margin: 5px 0px;
    display: inline-block;
}


/** social Icons **/

.social a {
    clear: both;
    display: block;
}

a.social_icon {
    padding: 10px;
    text-indent: -1000px;
    overflow: hidden;
    max-width: 75px;
    margin-top: 10px;
}

a.facebook {
    background: url('../images/social.png') -80px 0 no-repeat;
    padding: 10px;
}

a.twitter {
    background: url('../images/social.png') -160px 0 no-repeat;
    padding: 10px;
}

a.skype {
    background: url('../images/social.png') 0 -0 no-repeat;
    padding: 10px;
}

.social.pull-left {
    width: 77px;
    margin-right: 3px;
}


/** Home Slider **/

.banner_slider {
    position: relative;
}

.banner_slider .slides {
    border: 10px solid #E3E3E3;
    display: block;
    float: right;
    left: -2.9%;
    position: relative;
    width: 94%;
}


/*.banner-bg.home{ margin-bottom:-790px;}*/

.home_slider_top img {
    width: 100%;
}

.home_slider .slides img {
    height: auto !important;
}

.home_slider .slides li {
    height: auto !important;
}

.home_slider_top {
    max-width: 1170px;
    position: relative;
}

.home_slider .flex-direction-nav {
    display: none;
}

.home_slider .flex-control-nav li {
    max-width: 50px;
}

.home_slider .flex-control-nav li:first-child {
    margin: 0 0 0 5px;
}

.home_slider .flex-control-nav li a {
    background: #191919 !important;
    color: #fff;
    padding: 10px 20px !important;
    width: 50px;
    text-indent: 0;
    display: block;
    pointer: cursor;
    height: auto !important;
    margin-bottom: 3px;
}

.home_slider .home_slider_caption {
    bottom: 1%;
    position: absolute;
    right: 0;
    width: 70% !important;
    z-index: 10;
    text-align: left;
}

.home_slider .slides .slider_content {
    background: #780d16;
    padding: 25px 25px 22px;
}

.home_slider .slides .slider_content strong {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.home_slider .slides .slider_content p {
    color: #fff;
}

.home_slider .slides .slider_readmore a {
    background: #191919;
    display: inline-block;
    right: -0.1%;
    padding: 10px 40px 10px 30px;
    position: relative;
    top: -2px;
    width: 100%;
    color: #fff;
}

.home_slider .banner_slider .flex-control-nav {
    float: right;
    position: absolute;
    right: -18px !important;
    top: auto;
    width: auto;
    margin-bottom: 15px;
}

.home_slider .banner_slider .flex-control-nav li {
    clear: both;
    display: block;
}


/** HOME 1 **/

#index_2.heading-holder h2 {
    color: #4a4a4a;
    margin-bottom: 18px;
}

.homeBox {
    position: relative;
    float: left;
    display: block;
}

.homeBox .span3 {
    text-align: center;
    overflow: hidden;
    border: 1px solid #E1E1E1;
    -moz-box-shadow: 0px 1px 0px #ecebeb;
    -webkit-box-shadow: 0px 1px 0px #ecebeb;
    height: auto;
    background: #212121;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    padding: 20px;
}

.homeBox .span3 p {
    margin: 0 0 10px;
}

.homeBox .span3:hover {
    background: #780d16;
}

.homeBox .span3 .boxImage {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.homeBox .span3:hover .boxImage {
    position: relative;
    -webkit-animation: moveFromTop 350ms ease;
    -moz-animation: moveFromTop 350ms ease;
    -ms-animation: moveFromTop 350ms ease;
}

.homeBox .span3 h3 {
    font: 30px/30px 'Medula One', cursive;
    color: #fff;
    margin: 0 0 10px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.homeBox .span3:hover h3 {
    position: relative;
    color: #fff;
    -webkit-animation: moveFromTop 200ms ease;
    -moz-animation: moveFromTop 200ms ease;
    -ms-animation: moveFromTop 200ms ease;
}

.homeBox .span3 .boxDescription {
    color: #fff;
    margin: 0 0 10px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.homeBox .span3:hover .boxDescription {
    position: relative;
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease-in-out;
    -moz-animation: moveFromBottom 500ms ease-in-out;
    -ms-animation: moveFromBottom 500ms ease-in-out;
}

@-webkit-keyframes moveFromTop {
    from {
        top: -600px;
    }
    to {
        top: auto;
    }
}

@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-600%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-600%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        bottom: -400px;
    }
    to {
        top: auto;
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(400%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(400%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

.more-btn {
    background: #780d16;
    padding: 3px 15px;
    color: #fff;
    -moz-box-shadow: 0px 0px 3px 0px #000;
    -webkit-box-shadow: 0px 0px 3px 0px #000;
    box-shadow: 0px 0px 3px 0px #000;
}


/** Layout 2 **/

#index_2 .about_btn {
    margin-bottom: 30px;
}


/** Home Slider 2 */

#index_1 .banner-bg {
    background: transparent;
    margin-bottom: -225px;
    overflow: hidden;
}

#index_1 .home_1.heading-holder h2 {
    color: #4A4A4A
}

#index_1 .news-bar {
    position: relative;
    z-index: 111;
}

.home_slider_2 {
    position: relative;
    top: -225px;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.home_slider_2 .home_slider_caption {
    bottom: 10%;
    margin: 0 20%;
    position: absolute;
    width: 50%;
}

.home_slider_2 .flex-control-nav {
    display: none;
}

.home_slider_2 .slides h2 {
    font-family: 'Great Vibes', cursive;
    color: #fff;
    text-shadow: #333;
    font-size: 84px;
    line-height: 90px;
    position: relative !important;
    top: 0 !important;
}

.home_slider_2 .slides p {
    color: #FFFFFF;
    font-family: georgia;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    top: 0;
}

.home_slider_2 .slider_content {
    position: relative;
}

.home_slider_2 .slides li {
    position: relative;
}

.home_slider_2 .flex-direction-nav li .next {
    background: url("../images/home_slider_2_arrows.png") no-repeat -75px 0 transparent;
    left: 72%;
}

.home_slider_2 .flex-direction-nav li .prev {
    background: url("../images/home_slider_2_arrows.png") no-repeat scroll left top transparent;
    left: 15%;
}

.home_slider_2 .flex-direction-nav li a {
    cursor: pointer;
    float: left;
    height: 86px;
    margin: 1px 0 0;
    outline: medium none;
    text-indent: -9999px;
    width: 60px;
    position: absolute;
}

.home_slider_2 .flex-direction-nav {
    width: 100%;
    right: 0;
    bottom: 30%;
}

#index_2 .banner-bg.home {
    background: url('../images/index_1_bg.jpg') top center repeat;
}

#index_2 #header {
    background: rgba(0, 0, 0, 1)
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
}

ul.nav li.dropdown:hover {
    background: #780d16;
}

ul.nav li>a:hover {
    background: #996b04 !important;
}

.b0 {
    margin-bottom: 0;
}

#index_2 .heading-holder h2 {
    color: #4A4A4A
}

Video movil #videomovil {
    position: relative;
    text-align: right;
    display: inline-block;
}

#videomovil>a {
    margin: 10px;
    display: inline-block;
    width: 124px;
    height: 40px;
    overflow: hidden;
}

#videomovil>a span {
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    display: none;
}

#videomovil>a span.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#video_ios {
    background: url(../images/apple.png) no-repeat
}

#video_ios span {
    background: url(../images/apple.png) no-repeat 0 -40px;
}

#video_android {
    background: url(../images/android.png) no-repeat
}

#video_android span {
    background: url(../images/android.png) no-repeat 0 -40px;
}

#video_blackberry {
    background: url(../images/blackberry.png) no-repeat
}

#video_blackberry span {
    background: url(../images/blackberry.png) no-repeat 0 -40px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper4x3 {
    position: relative;
    padding-bottom: 66.25%;
    /* 4:3; */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100% !important;
    height: auto !important;
}


/* # Social Icons # */

#socialicons {
    position: relative;
    text-align: right;
    display: inline-block;
}

#socialicons>a {
    margin-left: 5px;
    margin-right: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    float: right;
    overflow: hidden;
    position: relative;
}

#socialicons>a span {
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    display: none;
}

#socialicons>a span.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* # Social icons List # */

#social_header {
    text-align: center;
    padding-bottom: 32px;
}

#social_facebook {
    background: url(../images/facebook.png) no-repeat
}

#social_facebook span {
    background: url(../images/facebook.png) no-repeat 0 -36px;
}

#social_twitter {
    background: url(../images/twitter0.png) no-repeat
}

#social_twitter span {
    background: url(../images/twitter0.png) no-repeat 0 -36px;
}

#social_dribbble {
    background: url(../images/dribbble.png) no-repeat
}

#social_dribbble span {
    background: url(../images/dribbble.png) no-repeat 0 -36px;
}

#social_flickr {
    background: url(../images/flickr.png) no-repeat
}

#social_flickr span {
    background: url(../images/flickr.png) no-repeat 0 -36px;
}

#social_forst {
    background: url(../images/forst.png) no-repeat
}

#social_forst span {
    background: url(../images/forst.png) no-repeat 0 -36px;
}

#social_github {
    background: url(../images/github.png) no-repeat
}

#social_github span {
    background: url(../images/github.png) no-repeat 0 -36px;
}

#social_linkedin {
    background: url(../images/linkedin.png) no-repeat
}

#social_linkedin span {
    background: url(../images/linkedin.png) no-repeat 0 -36px;
}

#social_pinterest {
    background: url(../images/pinterest.png) no-repeat
}

#social_pinterest span {
    background: url(../images/pinterest.png) no-repeat 0 -36px;
}

#social_instagram {
    background: url(../images/instagram.png) no-repeat
}

#social_instagram span {
    background: url(../images/instagram.png) no-repeat 0 -36px;
}

#social_rss {
    background: url(../images/rss.png) no-repeat
}

#social_rss span {
    background: url(../images/rss.png) no-repeat 0 -36px;
}

#social_vimeo {
    background: url(../images/vimeo.png) no-repeat
}

#social_vimeo span {
    background: url(../images/vimeo.png) no-repeat 0 -36px;
}

#social_youtube {
    background: url(../images/youtube.png) no-repeat
}

#social_youtube span {
    background: url(../images/youtube.png) no-repeat 0 -36px;
}

#social_trumblr {
    background: url(../images/trumblr.png) no-repeat
}

#social_trumblr span {
    background: url(../images/trumblr.png) no-repeat 0 -36px;
}

#social_google_plus {
    background: url(../images/google_p.png) no-repeat
}

#social_google_plus span {
    background: url(../images/google_p.png) no-repeat 0 -36px;
}


/* # Animation on Social Icons **/

.da-slideFromTop {
    left: 0px;
    top: -100%;
}

.da-slideFromBottom {
    left: 0px;
    top: 100%;
}

.da-slideFromLeft {
    top: 0px;
    left: -100%;
}

.da-slideFromRight {
    top: 0px;
    left: 100%;
}


/* Final state classes: */

.da-slideTop {
    top: 0px;
}

.da-slideLeft {
    left: 0px;
}


/* search */

.ch-item h3 {
    margin: 10px 10px 0;
}


/** New About Us **/

.vision_box {
    border: 1px solid #e1dfdd;
    padding: 20px 10px;
}

.vision_box h2 {
    font-size: 48px;
    color: #780d16;
}

.vision_box h2 span {
    font-size: 46px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    top: 30px;
    color: #4a4a4a;
}

.vision_box h3.v_box {
    color: #737373;
}

.abt_circle {
    background: #dcdbd9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 128px !important;
    height: 128px;
    padding: 25px;
    font-family: Verdana;
    font-size: 20px;
    text-align: center;
    color: #363636;
}

.abt_circle span {
    margin: 0 auto;
    font-size: 36px;
}

.abt_circle span strong {
    display: block;
    width: 100%;
    font-weight: normal;
    margin-top: 10px;
    font-size: 18px;
}

.math_icon span {
    font-size: 48px;
    color: #780d16;
    padding: 55px 0 0;
    display: block;
}

.plan_col1 {
    border-right: 1px solid #cfcecc;
}

.large {
    color: #780d16;
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.block {
    margin-bottom: 30px;
}

.block:last-child {
    margin-bottom: 0;
}


/** Priorties **/

.related_article_text_only {
    margin-bottom: 10px;
}

.slctd_related {
    text-decoration: underline;
}

.related_article_text_only a.related_text_link,
.slctd_related {
    clear: both;
    display: block;
}

#calander_div {
    margin: 0 auto;
    width: 200px;
    min-height: 200px;
}

#filters input {
    float: left;
    margin-right: 10px;
}

.switch_toggle {
    margin-bottom: 10px;
    display: block;
    line-height: 36px;
    color: #780d16;
    cursor: pointer;
    padding-left: 5px;
    background: url('../images/arrow_up.png') 91% 5% no-repeat;
}

.switch_toggle.minus_icon {
    background: url('../images/arrow_down.png') 91% 5% no-repeat;
}

#filters li {
    padding: 5px;
}

#filters li:hover {
    background: #ede8e2;
}

.press_release .related_text_link {
    font-weight: bold;
}

.donate-box img {
    display: block;
    margin: 0 auto;
}

.event-box h4 a {
    color: #fff;
}

#mega_menu .menu li .drop,
.menu li:hover .drop {
    color: #fff;
}

.full_width_member {
    overflow: hidden;
}

.team_member p {
    margin: 0 0 15px;
}


/*--------------------------------------------
Contact Us
---------------------------------------------*/

div#contact_us form {
    margin-top: 0px;
}

div#contact_us form label {
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 8px;
}

div#contact_us form .text_field {
    padding: 5px;
    width: 146px;
    /* width: 248px; FULL*/
    border: 1px solid #ccc;
    /*  border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;*/
    color: #444;
    font-size: 13px;
}

div#contact_us form select.text_field {
    width: 265px;
}

div#contact_us form row2 textarea.text_field {
    /*width: 880px; FULL, width: 525px;*/
    width: 442px;
    height: 30px;
    color: #444;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 13px;
}

div#contact_us form .text_field:focus {
    box-shadow: inset 0px 0px 4px #ccc;
    outline: none;
}

div#contact_us form .row2 {
    overflow: hidden;
    margin-bottom: 0px;
}

div#contact_us form .row2 p {
    float: left;
    /*margin-right: 20px; full*/
    margin-right: 10px;
}

div#contact_us form .button {
    float: right;
    margin-right: 17px;
}

div#contact_us .notice {
    font-weight: bold;
}

div#contact_us .notice.error {
    color: #D94848;
}

div#contact_us .notice.success {
    color: #61B85A;
}


/*------------------------ Tabs, Toggles and Accordians -----------------*/

div.tabs {
    margin-bottom: 20px;
}

div.tabs.half {
    width: 560px;
}

div.tabs ul.ui-tabs-nav {
    list-style: none;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

div.tabs ul.ui-tabs-nav li {
    float: left;
    margin-right: 2px;
}

div.tabs ul.ui-tabs-nav li a {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    padding: 8px 25px 8px 25px;
    display: block;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

div.tabs ul.ui-tabs-nav li.ui-state-active a {
    color: #424242;
    background: #fcfcfc;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    padding-bottom: 9px;
}

div.tabs .ui-tabs-panel {
    padding: 20px;
    padding-bottom: 5px;
    background: #fcfcfc;
    border: 1px solid #e3e3e3;
    position: relative;
    z-index: 1;
    margin-top: -1px;
}

div.tabs .ui-tabs-hide {
    display: none;
}

div.small_accordion {
    margin-bottom: 5px;
}

div.small_accordion.half {
    width: 560px;
}

div.small_accordion .tabhead {
    background: #fcfcfc;
    border: 1px solid #d4d4d4;
    padding: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
}

div.small_accordion .tabhead a {
    font-size: 14px;
    font-weight: bold;
    color: #767676;
    text-decoration: none;
    display: block;
    background: url('../images/arrow-down.png') no-repeat center right;
}

div.small_accordion .tabhead .ui-state-active a {
    background: url('../images/arrow-up.png') no-repeat center right;
}

div.accordion.half {
    width: 560px;
}

div.accordion .heading {
    overflow: hidden;
    background: #eee;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    margin-bottom: 10px;
    clear: both;
    cursor: pointer;
}

div.accordion .heading .content {
    padding: 20px 25px 0px 25px;
}

div.accordion .heading .content h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

div.accordion .heading .content h2 span {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans;
    font-size: 12px;
    color: #a5a5a5;
    text-transform: none;
    position: relative;
    top: -4px;
    left: 10px;
    font-style: italic;
}

div.accordion .heading .content p {
    font-size: 14px;
    color: #848383;
}

div.accordion .heading a.toggle {
    text-decoration: none;
    width: 40px;
    height: 22px;
    display: block;
    text-indent: -99999px;
    background: url("../images/menu_arrow.png") no-repeat top;
    position: absolute;
    top: 40px;
    right: 35px;
}

div.accordion .heading.ui-state-active a.toggle {
    background-position: bottom left;
}

div.accordion .content {
    padding: 10px 20px 10px 20px;
}

.wrapper.inner_page .content-holder.b-none.inner_content .container.container-fluid .row-fluid .page_content .span9.first .blog_detail_wrapper .post_description p {
    text-align: justify;
}

.list-group-encuesta {
    margin-bottom: 20px;
    /* background-color: #ccc; */
    padding: 10px;
    margin: 0 0 9px 5px;
}

.list-group-encuesta-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-encuesta-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-encuesta-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-encuesta-item,
button.list-group-item {
    color: #555;
}

.encuestabox {
    background-color: #2A2A2A;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    border: 7px solid #C3AE30;
    min-height: 445px;
}

.titulovideo {
    font-size: 14px;
    line-height: 16px;
    clear: both;
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
    margin: 5px 5px 0px 0px;
}

.titulonota {
    font-size: 14px;
    line-height: 16px;
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
    margin: 5px 5px 10px 0px;
}

.brevenota {
    font-size: 14px;
}

.reunionestxt {
    font-size: 13px;
    line-height: 14px;
    clear: both;
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
    margin: 5px 5px 0px 0px;
}

.guinda {
    color: #222121;
}
.grisencabezados {
    color: #707070;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}


/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: https://j.mp/metronictheme
Licensed under MIT
***/


/* Tabs panel */

.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
    background-color: #E0E0E0;
}


/* Default mode */

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #D0CCB5;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #B7A940;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    /*border-top: 1px solid #eee;*/
    border-top: 4px solid #B7A940;
    padding: 15px;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}


/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}


/***************************************************************************/


/*------------------------------- PILLS PANEL  ---------------------------*/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.panel-body {
    padding: 15px;
    border: #780d16 solid 1px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}


/*** PANEL DEFAULT ***/

.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #555;
}


/********************************************************************/


/*** PANEL PRIMARY ***/

.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    background-color: #4a9fe9;
}


/********************************************************************/


/*** PANEL SUCCESS ***/

.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #3c763d;
}


/********************************************************************/


/*** PANEL INFO ***/

.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #31708f;
}


/********************************************************************/


/*** PANEL WARNING ***/

.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #8a6d3b;
}


/********************************************************************/


/*** PANEL DANGER ***/

.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f2dede;
    /* bg color */
    border-color: #ebccd1;
    /* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #a94442;
    /* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ebccd1;
    /* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    /* active text color */
    background-color: #a94442;
    /* active bg color */
}

/*-------------- tabla vertical -----------------------*/
.tablevertical {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}

.tablevertical>thead>tr,
.tablevertical>tbody>tr,
.tablevertical>tfoot>tr {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tablevertical>thead>tr>th,
.tablevertical>tbody>tr>th,
.tablevertical>tfoot>tr>th,
.tablevertical>thead>tr>td,
.tablevertical>tbody>tr>td,
.tablevertical>tfoot>tr>td {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tablevertical>thead>tr>th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #999999;
  color: #fff;
  padding: 5px;
}

.tablevertical>caption+thead>tr:first-child>th,
.tablevertical>colgroup+thead>tr:first-child>th,
.tablevertical>thead:first-child>tr:first-child>th,
.tablevertical>caption+thead>tr:first-child>td,
.tablevertical>colgroup+thead>tr:first-child>td,
.tablevertical>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.tablevertical>tbody+tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.tablevertical .tablevertical {
  background: #fff;      
}

.tablevertical .no-border {
  border: 0;
}

.tablevertical-condensed>thead>tr>th,
.tablevertical-condensed>tbody>tr>th,
.tablevertical-condensed>tfoot>tr>th,
.tablevertical-condensed>thead>tr>td,
.tablevertical-condensed>tbody>tr>td,
.tablevertical-condensed>tfoot>tr>td {
  padding: 0.8rem;
}

.tablevertical-bordered {
  border: 0;
}

.tablevertical-bordered>thead>tr>th,
.tablevertical-bordered>tbody>tr>th,
.tablevertical-bordered>tfoot>tr>th,
.tablevertical-bordered>thead>tr>td,
.tablevertical-bordered>tbody>tr>td,
.tablevertical-bordered>tfoot>tr>td {
  border: 0;
  border: 1px solid #e0e0e0;
  padding: 5px;
}

.tablevertical-bordered>thead>tr>th,
.tablevertical-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.tablevertical-stripedcustom>tbody>tr:nth-child(odd)>td,
.tablevertical-stripedcustom>tbody>tr:nth-child(odd)>th {
  background-color: #f5f5f5;
}

.tablevertical-hovercustom>tbody>tr:hover>td,
.tablevertical-hovercustom>tbody>tr:hover>th {
  background-color: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  .tablevertical-responsive-vertical>.tablevertical {
    margin-bottom: 0;
    background-color: transparent;
}
.tablevertical-responsive-vertical>.tablevertical>thead,
.tablevertical-responsive-vertical>.tablevertical>tfoot {
    display: none;
}
.tablevertical-responsive-vertical>.tablevertical>tbody {
    display: block;
}
.tablevertical-responsive-vertical>.tablevertical>tbody>tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
}
.tablevertical-responsive-vertical>.tablevertical>tbody>tr>td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
}
.tablevertical-responsive-vertical>.tablevertical>tbody>tr>td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;        
    color: #757575;
    /*color: #323232;*/
}
.tablevertical-responsive-vertical>.tablevertical-bordered {
    border: 0;
}
.tablevertical-responsive-vertical>.tablevertical-bordered>tbody>tr>td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
}
.tablevertical-responsive-vertical>.tablevertical-bordered>tbody>tr>td:last-child {
    border-bottom: 0;
}
.tablevertical-responsive-vertical>.tablevertical-bordered>tbody>tr>td,
.tablevertical-responsive-vertical>.tablevertical-bordered>tbody>tr:nth-child(odd) {
    /*background-color: #fff;*/
}
.tablevertical-responsive-vertical>.tablevertical-bordered>tbody>tr>td:nth-child(odd) {
    /*background-color: #f5f5f5;*/
}
.tablevertical-responsive-vertical>.tablevertical-hovercustom>tbody>tr:hover>td,
.tablevertical-responsive-vertical>.tablevertical-hovercustom>tbody>tr:hover {
    background-color: #fff;
}
.tablevertical-responsive-vertical>.tablevertical-hovercustom>tbody>tr>td:hover {
    background-color: rgba(0, 0, 0, 0.12);
}
}

.tablevertical-stripedcustom.tablevertical-mc-red>tbody>tr:nth-child(odd)>td,
.tablevertical-stripedcustom.tablevertical-mc-red>tbody>tr:nth-child(odd)>th {
  background-color: #fde0dc;
}

.tablevertical-stripedcustom.tablevertical-mc-red>tbody>tr:hover>td,
.tablevertical-stripedcustom.tablevertical-mc-red>tbody>tr:hover>th {
  background-color: #f9bdbb;
}
/*-------------- fin tabla vertical -----------------------*/