/* Hoja de estilos para Interpreta TPC */

@font-face{
    font-family: trajan;
    src: url(../fonts/TrajanPro-Regular.otf);    
}
.clear{
    clear:both;
}
.box{
    padding:20px 20px;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.2em;
}

/* NOTICIAS*/
ul.lista-noticias{
    margin: 0 !important;
    padding: 0!important;
    list-style: none!important;
    font-size: inherit!important;
    line-height: 0 !important;
}
select{
    -webkit-appearance: none !important;
    background-color: #fafafa;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: 97% center;
    border: 1px solid #cccccc;
    padding: 0.44444rem;
    padding-right: 0.24444rem;
    font-size: 0.77778rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.05556rem;
}
.button:active, button:active,input[type=submit]:active {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2)inset;
    box-shadow: 0 1px 0 rgba(0,0,0,.2)inset;
}

.button, button, input[type=submit]{
    background-color: #f0b900;
    border: none;
    border-radius: 5px;
    /*text-shadow: 0px 1px 0px #ce5900;*/
    filter: dropshadow(color=#ce5900,offx=0,offy=1);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5)inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.5)inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    color: #fff;
    padding-top: .625em;
    padding-bottom: .5625em;
    padding-right: 1.125em;
    padding-left: 1.125em;
    font-size: .8125em;
    -webkit-appearance: none;
}
.button:hover, button:focus, .button:hover, .button:focus,input[type=submit]:hover,input[type=submit]:focus {
    background-color: #de8f00;
}
.button:hover, button:focus, .button:hover, .button:focus {
    background-color: #de8f00; 

}
div p:last-child{
    margin-bottom:0 !important;
}
.align-right{ text-align: right; }
.align-center{ text-align: center; }
.separator{
    margin-bottom:15px !important;
    padding-bottom:15px;
}
.space{margin-bottom:1em; margin-top:1em}
.icon-asambleitas-partido{   
    background-position: center top;
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    position:absolute;
    cursor: pointer;
} 
.icon-asambleitas-partido-presidencia{   
    background-position: center top;
    background-repeat: no-repeat;
    height:45px;
    width: 68px;
    position:absolute;
    cursor: pointer;
} 
.asambleista-img{height:112px; overflow:hidden; text-align:center}
#blog-content .asambleista-img{overflow:hidden; text-align:center}
.asambleista-img img{margin-top:-118px;width:96px; }
.section-container.vertical-tabs .asambleista-img .mask
{
    background-size: contain;
}
.asambleista-img .mask{
    background:url(../img/bg/asambleista-bg.png) center top no-repeat;
    position: relative;
    margin:0 auto;
    z-index:2;
    /*width:188px;*/

    height:98px;
}
.gris {
    border: 1px solid #d3d6d6;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
a:hover{
    color: #de8f00;
}

/************ H-HEADER ************/
#h-top{
    background:#ebedec;
    border-bottom:1px solid #d3d6d6;
    color:#929297;
}
#h-top .columns{
    height:100%
}
#h-top a{
    color:#929297;
}
#h-top a:hover{
    color:#606065;
}
#h-top div.portada{
    padding-top: 11px;
    padding-bottom: 10px;
}
#h-top div.portada img{
    height: 15px;
}

#h-top .block:not([id^='block-']){
    font-size:0.7em;
    border-right:1px solid #d3d6d6;
    padding:13px 10px 12px 10px;
    float:left;
}
#h-top .columns.last .block:not([id^='block-']){
   /* border-left:1px solid #d3d6d6;*/
    border-right:none;
}
#h-top .block:not([id^='block-']).search{padding:5px 10px;}
#h-top .block:not([id^='block-']).search form{margin-bottom:0px;}
#h-top .block:not([id^='block-']).portada {padding:11px 10px;}
#h-top input.btn{ 
    background:#EEE;
    border-left:none;
    cursor:pointer;
}
#h-top .search-form  button.button.prefix{
    /*background: url("../img/ico/search-ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)!important;*/
    display: block;
    height: 23px;
    width: 22px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    height: 2.495em;;
    border: 1px solid #ccc;
    background: #c6c6c6;
    color: black;
    text-shadow:none;
    margin-bottom: 0px;
}
#h-top .search-form  button.button.prefix:hover,#h-top .search-form  button.button.prefix:focus{
    background: #c7c7c7; 
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    color: white;
}
#h-top input.txt-a{	border-right:none;}
#h-top input{margin-bottom:1px;}
#h-top #social .block{padding:8px 10px;}
#h-top #social .block a{
    background:url(../img/ico/social.png) no-repeat;
    display:block;
    width:20px;
    height:20px;
}
#h-top #social .block:hover{cursor:pointer}
#h-top #social .block:hover.rss{background:#e36714}
#h-top #social .block:hover.tw{background:#4099ff}
#h-top #social .block:hover.fb{background:#3b5998}
#h-top #social .block:hover.yt{background:#c92922}
#h-top #social .block:hover.fk{background:#ff0084}
#h-top #social .block:hover.ti{background:#36b4a7}
#h-top #social .block{padding-bottom:11px }
#h-top #social .block.tw a{background-position:-20px top}
#h-top #social .block.fb a{background-position:-40px top}
#h-top #social .block.yt a{background-position:-60px top}
#h-top #social .block.fk a{background-position:-80px top}
#h-top #social .block.ti a{background-position:-100px top}

#h-top #social .block.rss:hover a{background-position:0 bottom}
#h-top #social .block.tw:hover a{background-position:-20px bottom}
#h-top #social .block.fb:hover a{background-position:-40px bottom}
#h-top #social .block.yt:hover a{background-position:-60px bottom}
#h-top #social .block.fk:hover a{background-position:-80px bottom} 
#h-top #social .block.ti:hover a{background-position:-100px bottom}


/************ HEADER ************/
#header{
    background:#FFF url(../img/bg/header-bot.png) bottom repeat-x;
    color:#00567a;
}
#header .row{
    background:url(../img/bg/tricolor.png) bottom center no-repeat;
    background-size: contain;
}
#header .main-menu{
    height: 45px;
}
#header #logo{
    margin-top:10px;
    margin-bottom:10px;
}
#header .slogan{
    margin-top:45px;
    margin-bottom:15px;
    margin-right: 31px;
}

/************ MENU ************/
#header .top-bar{
    margin-bottom:0;
    background:none;
    z-index:10;
    margin-top: 25px;
}
#header .top-bar-section ul {
    margin-top:10px;
}
#header .top-bar-section ul li.collapsed, 
#header .top-bar-section ul li.expanded{
    list-style: none;
    padding: 0;
}

#header .top-bar-section ul li {
    margin:0px;
    height:25px;
}

#header .top-bar-section ul li.leaf{
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin:0px;
    height:25px;
}
#header .top-bar-section ul li.leaf.last a{
    padding-left: 10px;
}

#header .top-bar-section ul li.leaf a{
    padding: 0px 8px;
}

#header .top-bar-section ul li:hover, #header .top-bar-section ul li.active{
    background:#f0b900;
    border-radius:6px;
}

#header .top-bar-section ul li.leaf a:hover, #header .top-bar-section ul li.leaf a.active{
    background:#f0b900;
    border-radius:6px;
    color:#FFF;
    text-shadow: 0px 1px 1px #ce5900;
    filter: dropshadow(color=#ce5900, offx=0, offy=1);
}
#header .top-bar-section li > a:not(.button) {
    color:#4c5058;
    /*font-family:'trajan';*/
    height:25px;
    padding:0px;
    background:none;
    line-height:30px;
    font-size:0.71em;
    text-transform:uppercase;
    letter-spacing:0.2px;
}
#header .top-bar-section li > a:hover, #header .top-bar-section li.active > a{
    background:url(../img/bg/menu-a-hover.png) top center no-repeat;
    color:#FFF;
    text-shadow: 0px 1px 1px #ce5900;
    filter: dropshadow(color=#ce5900, offx=0, offy=1);
}

#header .top-bar-section li.expanded ul {
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    padding: 5px 0;
    padding-right: 10px;
    font-size:0.80em;
}

#header .top-bar-section li.expanded ul a {
    font-size: 0.75em;
    color: #4c5058;
    /*font-family: 'trajan';*/
    height: 30px;
    padding: 3px 7px;
    background: none;
    line-height: inherit;
    white-space: nowrap;
    font-weight: normal;
}

#header .top-bar-section li.expanded ul li{
    width: 100%;
}

#header .top-bar-section li.expanded ul li:hover{
    background: #bec0c2;
}

#header .top-bar-section li.expanded ul a:hover{
    text-shadow: 0px 1px 1px #666;
    filter: dropshadow(color=#666, offx=0, offy=1);
    background: none;
}
@media only screen and (max-width: 55em)
{
    #header .top-bar-section ul.menu {
        margin-top: -9px;
        padding-bottom: 3px;
    }
}

/************ SLIDE ************/
#slide{
    background:#FFF url(../img/bg/slide-sep.png) bottom repeat-x;
    padding-bottom:1px;
    padding-top:2px;
}
#slide .orbit-container{
    background:none;
}
#slide .orbit-caption{
    background:url(../img/bg/slide-lef.png) no-repeat;
    width:54%;
    height:100%;
    margin-left:46%;
    padding-left: 155px;
    padding-top:40px;
    text-align:right;
}
#slide .orbit-bullets {
    z-index: 4;
    margin-left: 87%;
    margin-top: -25px;
}
#slide .orbit-bullets li {
    background:#bec0c2;
    width:14px;
    height:14px;
}
#slide .orbit-bullets li.active {
    background:#f0b900;
}

#slide .orbit-caption h2{
    /*font-family:'Open Sans';*/
    color:#4c5058;
    font-size:1.4em;
    padding-bottom:8px;
    margin-bottom:2px;
    background:url(../img/bg/slide-sep.png) bottom no-repeat;
    text-align:center;
}

#slide .orbit-caption h2 a{
    background: none;
    color: #4c5058;
    font-weight: normal;
}

#slide small{
    color:#838489;
    font-size:0.7em;
    margin-bottom:10px;
    display:block;
}


/************ CONTENT ************/
#content{
    background: none repeat scroll 0 0 #EBEDEC;
    border-top: 1px solid #D3D6D6;
    padding-top: 15px;
    padding-bottom: 15px;
}
#content .block{
    border-right:1px solid #d3d6d6;
    display:block;
}
#content .block h3{
    background:url(../img/ico/content-arrow.png) center right no-repeat;
    color:#4c5058;
    font-size:1.20em;
    padding:0 8px;
    margin-bottom:1em;
}
#content .block p{
    font-size:0.8em;
    padding:0 8px;
}
#content .block.amarillo h3{border-bottom:1px solid #f0b900;}
#content .block.azul h3{border-bottom:1px solid #0067b1;}
#content .block.rojo h3{border-bottom:1px solid #ed1c2e;}

#content .block:last-child{
    border-right:none;
}
#content .img-destacada{
}

/************ MASTER ************/
#master{
    border-top:none;
    background:#FFF;
    padding-bottom:35px;
}
#master .breadcrumb{
    padding:15px 0;
    border-bottom:1px solid #d3d6d6;
    margin-bottom:1px;
    color:#b1b3b5;
}
#master .breadcrumb .columns{
    font-size:0.75em;
    font-weight:300;
}
#master .breadcrumb a{text-transform:uppercase}
#master h2{
    margin-top:0;
    margin-bottom:15px;
    line-height:1;
    /*font-family:trajan,Helvetica,Helvetica,Arial,sans-serif;*/
    text-transform:uppercase;
    font-size:1.5em;
    font-weight:600;
    border-bottom:1px solid #d3d6d6;
    padding-bottom:2px;
}
#master small{
    margin-right:20px;
    height:21px;
    display:inline-block;
    padding-left:25px;
    padding-top:5px;
    margin-bottom:20px;
}
#master small.date{background:url(../img/ico/date.png) center left no-repeat;}
#master small.user{background:url(../img/ico/user.png) center left no-repeat;}
#master small.chat{background:url(../img/ico/chat.png) center left no-repeat;}
#master small.print{background:url(../img/ico/print.png) center left no-repeat;}
#master .imagen{margin-bottom:10px;}
#master ul.options li{
    text-align:right;
    padding:8px 0;
    border-top:1px dashed #d3d6d6;
    padding-right:10px;
    font-size:0.8em;
}

#master .buscador.gris {
    padding: 15px;
    border-bottom: none !important;
}
.gris img {
    padding: 1em 0;
}
#master .buscador input.btn {
    background: #EEE;
    border-left: none;
    cursor: pointer;
}
#master .buscador input{
    margin: 0 0 12px;
    width: 95%;
}

#master table td {
    font-size: 0.7em;
    border: 1px solid #d3d6d6;
}
#master table th {
    border-bottom: 1px solid #ccc;
}
#master ul
{
    margin-bottom: 20px;
    margin-top: 16px;
    margin-left: 0px;
    padding-left: 40px;
    list-style: disc;
    font-size: 0.8em;
    line-height: 1.5;
}
#master ul > li
{
    /*margin-top: 12px;*/
}
#blog-content .row{
    padding-top:20px
}
#blog-content .date{
    font-size:0.6em;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    padding-top:3px;
    padding-bottom:3px;
    background:#FFF;
}
#blog-content .blog-text{margin-bottom:10px;}

@media only screen and (min-width: 58em) {
    #header #logo {
        width: 20%;
        float: left;
    }
    #header .h-center{
        float:left;
    }
    #slide{
        height: 323px;
    }
    #master .section-container section{
        padding-left:25%
    }
    #master .section-container section p.title{
        width:25%;
        background: #fafafa;
        background: -moz-linear-gradient(top,  hsl(0,0%,98%) 0%, hsl(240,8%,95%) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(0,0%,98%)), color-stop(100%,hsl(240,8%,95%)));
        background: -webkit-linear-gradient(top,  hsl(0,0%,98%) 0%,hsl(240,8%,95%) 100%);
        background: -o-linear-gradient(top,  hsl(0,0%,98%) 0%,hsl(240,8%,95%) 100%);
        background: -ms-linear-gradient(top,  hsl(0,0%,98%) 0%,hsl(240,8%,95%) 100%);
        background: linear-gradient(to bottom,  hsl(0,0%,98%) 0%,hsl(240,8%,95%) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2f2f4',GradientType=0 );
    }
    #master .section-container > section.active > .title{background:#FFF; border-right:none}
    #master .section-container section .content{
        width:100%;
        border:none;
    }
    #blog-content{
        background-image:url(../img/bg/blog-line.png);
        background-repeat:repeat-y;
        background-position:263px top;
        padding-left:246px;
    }
}
@media only screen and (max-width: 55em) {
    #header #logo{
        padding:0 5px;
    }
    .top-bar-section ul {
        background: rgba(255,255,255,0.9);
    }
    #header .top-bar-section ul {
        margin-bottom: 10px;
    }
    #header .top-bar-section li.expanded ul {
        background: rgba(255,255,255,0.9);
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
        margin-top: 0px;
        padding: 5px 0;
        padding-right: 10px;
    }
    #header .top-bar-section li > a:hover{
        background:none;
    }
    #footer .columns{
        margin:10px 0;
    }
}

/************ PAGER ************/
ul.pager li{
    height: 1.33333rem;
    color: #222222;
    font-size: 0.77778rem;
    margin-left: 0.27778rem;
    padding: 0.05556rem 0.55556rem 0.05556rem !important;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
}
ul.pager li:hover{
    background: #e6e6e6; 
}
ul.pager li.pager-current{
    background: #f0b900;
    color: white;
    font-weight: bold;
    padding: 0.05556rem 0.55556rem 0.05556rem;
    cursor: default; 
}

.pagination li a.current{
    background: none repeat scroll 0 0 #2BA6CB;
    border-radius: 3px;
    color: #fff;
}
.pagination li.current a{
    background: none repeat scroll 0 0 #2BA6CB;
    border-radius: 3px;
    color: #fff;
}
.pagination-content ul.pagination li {
    margin-left: 0;
}
/************ FOOTER ************/
#footer{
    padding:5px 0;
   /* background-color:#f0b900;*/


#f0b900+49,f0b900+56,2989d8+60,2989d8+61,2989d8+70,207cca+100,7db9e8+100 */
background: #f0b900; /* Old browsers */
background: -moz-linear-gradient(left, #f0b900 49%, #f0b900 56%, #2989d8 60%, #2989d8 61%, #2989d8 70%, #207cca 100%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f0b900 49%,#f0b900 56%,#2989d8 60%,#2989d8 61%,#2989d8 70%,#207cca 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f0b900 49%,#f0b900 56%,#2989d8 60%,#2989d8 61%,#2989d8 70%,#207cca 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b900', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */







}


/*#section-social{
    background-color: #ededed;
}*/

#footer .links-footer {
    text-align: center;
    padding: 0px;
    color: #fff;
    
    font-size: 0.9em;
}




#footer p, #footer h5, #footer a{
    font-size:0.6em;
    color:#fff;
}
#footer a:hover{
    color:#fff;
}
#footer strong{
    text-transform:uppercase;
}
ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
#social li{
    padding:0;
    margin:11px auto;
    width:100%;
    height:25px;
}
#social li a{
    display:block;

}
/************ TOOLTIP ******************/
#wrapper {
    position: relative;
    /*margin: 50px auto 20px auto;*/
    border: 1px solid #fafafa;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.5);
    box-shadow: 0 3px 3px rgba(0,0,0,.5);
}

#wrapper.space {
    position: relative;
    /*margin: 50px auto 20px auto;*/
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
    box-shadow: none; 
}
/* Hide the original tooltips contents */
.pin {
    display: none;
}
/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
    position: absolute;
    /*background:red;*/
    width: 21px;
    height: 21px;
    cursor:pointer
}
/* Begin styling the tooltips and pins */
.asambleitas-tooltip-up {
    cursor: pointer;
    height: 40px;
    position: absolute;
    width: 65px;
}

.tooltip-down {
    background-position: 0 -52px;
}

.tooltips {
    display: none;
    width: 275px;
    cursor: default;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 999;
    margin-left: -115px;
    padding:15px;
    color: #222;
}
.tooltips strong{color:#0082da}

.tooltip::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right :10px solid transparent;
}

.tooltip-down .tooltip {
    bottom: 12px;
    top: auto;
}

.tooltip-down .tooltip::after {
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 10px solid #ffdb90;
}

.tooltip h2 {
    font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
    margin: 0 0 10px;
}

.tooltip ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/****** Cambio de diseño de rotativo en móviles  *****/
@media only screen and (max-width: 675px) {
    #slide .orbit-caption {
        background-image: none;
        background-color: rgba(255, 255, 255, 0.8);
        height: auto;
        bottom: 0;
        margin-left: 0;
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
        position: relative;
    }

    #slide .orbit-caption h2 {
        font-size: 1em;
        background: none;
    }
    #slide .orbit-caption p,
    #slide .orbit-caption small
    {
        display: none;
    }
    #slide .orbit-bullets {
        margin-left: 20px;
        margin-top: -6%;
        margin-bottom: 28px;
    }
    #slide .top-bar.expanded .title-area {
        background:none;
    }
    .top-bar-section li.has-dropdown >a:after {
        border-color: transparent transparent transparent #f0b900;
    }
    .top-bar-section li.has-dropdown:hover >a:after {
        border-color: transparent transparent transparent #fff;
    }
}

@media only screen and (max-width: 400px) {
    #slide .orbit-caption {
        height: 60%;
    }
    .orbit-bullets { display: none; }
    .top-bar-section li.has-dropdown >a:after {
        border-color: transparent transparent transparent #f0b900;
    }
    .top-bar-section li.has-dropdown:hover >a:after {
        border-color: transparent transparent transparent #fff;;
    }
}
@media only screen and (max-width: 768px) {
    .orbit-bullets { display: none; }
    .top-bar-section li.has-dropdown >a:after {
        border-color: transparent transparent transparent #f0b900;
    }
    .top-bar-section li.has-dropdown:hover >a:after {
        border-color: transparent transparent transparent #fff;;
    }
}
.modalBackground
{
    filter: alpha(opacity=50);
    opacity: 0.50;
    display: block;

}
.dvLoading
{
    background:transparent url(../img/varias/preloader.gif) no-repeat center center;
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px; 

}
.separator {
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
}
.separator:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
}
#asanbleista-pleno .tooltips table tr td img {
    max-width: 87px;
    height: auto;
}
.orbit-container .orbit-slides-container > * .orbit-caption.resumen{
    color: #4C5058;
}



/* tooltip styling */
.tooltip {
    top: 0;
    display:none;
    background:transparent url(../img/ico/white_arrow.png);
    height:115px;
    padding:15px 15px 10px 15px;
    margin: 0;
    width:212px;
    font-size:11px;
    color: #4C5058;
    overflow: hidden;
}

/* a .label element inside tooltip */
.tooltip .label {
    color:yellow;
    width:35px;
}

#content .block .tooltip a {
    color:#ad4000;
    font-size:12px;
    font-weight:bold;
}
#content .block .tooltip p {
    font-size:12px;
}
.tooltip-portada{
    top:-110px !important;
    left:0 !important;
}
.text-partido a {
    font-weight: 400;
    font-size: 0.8em;
}
.lotaip-th-80 {
    width: 80%;
}
.lotaip-th-10 {
    width: 10%;
}
.th-100{
    width: 100%;
}
.th-90{
    width: 90%;
}
.th-80{
    width: 80%;
}
.th-70{
    width: 70%;
}
.th-60{
    width: 60%;
}
.th-50{
    width: 50%;
}
.th-40{
    width: 40%;
}
.th-20{
    width: 30%;
}
.th-20{
    width: 20%;
}
.th-10{
    width: 10%;
}
.th-0{
    width: 0%;}

.pagination li a.current, ul.pagination li.current a {
    background: none repeat scroll 0 0 #F0B900;
    color: #FFFFFF;
    cursor: default;
    font-weight: bold;
    padding: 0.05556rem 0.55556rem;
}

ul.pagination li  {
    border-radius: 3px;
    color: #222222;
    font-size: 0.77778rem;
    height: 1.33333rem;
    margin-left: 0.27778rem;
    padding: 0.05556rem 0.55556rem !important;
}
ul.pagination li a:focus, ul.pagination li:hover {
    border-radius: 3px;
    color: #222222;
    padding: 0.05556rem 0.55556rem !important;

    background: none repeat scroll 0 0 #e6e6e6;
}
#asanbleista-partido ul.pagination li:hover {
    border-radius: 3px;
    color: #222222;
    padding: 0.05556rem 0.55556rem !important;    
    background: none;
}
#asanbleista-partido ul.pagination li a:hover {
    border-radius: 3px;
}
ul.pagination li a {
    color: #000000;
    font: 81.3%/1.538em "Lucida Grande","Lucida Sans Unicode",sans-serif;
}
.pagination li a.current:hover, ul.pagination li.current:hover {
    background: none ;
    color: #FFFFFF;
    cursor: default;
    font-weight: bold;
    padding: 0.05556rem 0.55556rem;
}
.pagination li a.current:focus, ul.pagination li a.current:hover {
    background: none repeat scroll 0 0 #F0B900;
}
.comision-img
{
    padding: 3px;
    border: 1px solid #d9d9d9;
    background: #FFF;
}
#popup-message-background {
    z-index: 100!important;}
h1.popup-message-title{display: none;}
#popup-message-window{ border:0}


#noticias-tv
{
    height: 280px;
    overflow-y: scroll;
}
#streaming_wrapper
{
    width: 100% !important;
}
#keyboardMsg
{display: none};

.pa{
    max-height: 45px;
}

.orbit-container .orbit-timer {
    z-index: 9;
}
ul.dropdown li:not(.title) a{
    display: block;
}
@media only screen and (min-width: 58.75em){
    .top-bar-section .has-dropdown>a {
        padding-right: 15px!important;  
    }
    .top-bar-section .has-dropdown>a:after{margin-right: 5px;}
}
@media only screen and (max-width: 55em){
    #header .top-bar-section ul.menu {
        margin-top: 0px;
    }
}



h4#vide{
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    background: rgba(6,6,6,0.1);
    padding-top: 10px;

    height: 40px;
    display: block;

    margin-right: 1px;
}
h4#bole{
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    background: rgba(6,6,6,0.1);
    padding-top: 10px;

    height: 40px;
    display: block;

    margin-right: 1px;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

#ficha table td{
    border: 1px solid #c3c3c3;
}

.view .feed-icon{
    margin-bottom: 15px;
}

a.social-icon.whatsapp {
    background-image: url(../img/whatsapp-20.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    padding: 5px;
}
