@font-face {
    font-family: 'corporate_a_bqregular';
    src: url('../fonts/corporate_a_regular-webfont.eot');
    src: url('../fonts/corporate_a_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/corporate_a_regular-webfont.woff2') format('woff2'),
    url('../fonts/corporate_a_regular-webfont.woff') format('woff'),
    url('../fonts/corporate_a_regular-webfont.ttf') format('truetype'),
    url('../fonts/corporate_a_regular-webfont.svg#corporate_a_bqregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'corporate_s_bqregular';
    src: url('../fonts/corporate_s_regular-webfont.eot');
    src: url('../fonts/corporate_s_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/corporate_s_regular-webfont.woff2') format('woff2'),
    url('../fonts/corporate_s_regular-webfont.woff') format('woff'),
    url('../fonts/corporate_s_regular-webfont.ttf') format('truetype'),
    url('../fonts/corporate_s_regular-webfont.svg#corporate_s_bqregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'corporate_s_expert_bqregular';
    src: url('../fonts/corporate_s_expert_regular-webfont.eot');
    src: url('../fonts/corporate_s_expert_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/corporate_s_expert_regular-webfont.woff2') format('woff2'),
    url('../fonts/corporate_s_expert_regular-webfont.woff') format('woff'),
    url('../fonts/corporate_s_expert_regular-webfont.ttf') format('truetype'),
    url('../fonts/corporate_s_expert_regular-webfont.svg#corporate_s_expert_bqregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



body,html{
    width: 100%;
    height: 100%;
    position: relative;
    color: #333;
    overflow-x: hidden;
}

body{
    background: url('../img/site/bg.jpg') center no-repeat black;
    position:relative;
}



#site .bigWrapper{
    margin: 0 auto;
    max-width: 1364px;
    position:relative;
    padding-bottom:100px;
    min-height:100%;
}

#iframeWrapper{
    float: left;
    width: 100%;
    margin-top: 15px;
}


/*HEADER*/
#site .bigWrapper #header{
    float: none;
    border: none;
    background: #020205;
    margin: 0 0 15px 0;
    height: 119px;
    padding: 28px 30px 0 27px;
    position: relative;
}
#site .bigWrapper #header .headerLogo object {
    width: 242px;
    float: left;
}
#site .bigWrapper #header h2 {
    color: #ffffff;
    font-size: 16px;
    height: 44px;
    padding: 15px 0 8px 40px;
    float: left;
    border-left: thin solid #3f3f41;
    margin: 9px 0 0 46px;
    font-weight: normal;
}
#site .bigWrapper #header #logo{
    float: left;
}

#site .bigWrapper #header #logo h1{
    float: left;
    width: 251px;
    height: 68px;
    margin: 14px 0 0 0;
    padding: 0;
}

#site .bigWrapper #header #logo h1 a{
    float: left;
    width: 100%;
    height: 100%;
    background: url('../img/site/logo.jpg') center no-repeat black;
    text-indent: -9999px;
}

#site .bigWrapper #header #logo h2{
    float: left;
    font:12px/100px 'corporate_a_bqregular', serif;
    color: white;
    margin-left: 10px;
}


#site .bigWrapper #header .right {
    float: right;
    height: 60px;
    margin-top: 0;
    position: absolute;
    right: 30px;
}
#site .bigWrapper #header .right .shape {
    background: url("../img/Home/newUserShapeBtn.png") repeat scroll 0 0 transparent;
    width: 10px;
    height: 6px;
    right: 15px;
    top: 31px;
    position: absolute;
    z-index: 5;
}
#site .bigWrapper #header .right .logoutBtn {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
}
#site .bigWrapper #header .right .logoutBtn span {
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #3f3f41;
    margin: 0px 7px;
    position: relative;
    top: 4px;
}
#site .bigWrapper #header .right .logoutBtn .userNameCloseShape {
    background: url("../fase2/img/userNameCloseShape.png") repeat scroll 0 0 transparent;
    width: 11px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}
#site .bigWrapper #header .right .logoutBtn {

}
#site .bigWrapper #header .right > div{
    float: left;
    height: 100%;
    margin-right: 20px;
}

#site .bigWrapper #header .right > div > p{
    color: #ffffff;
    font-size: 14px;
    margin: 15px 0 4px 0px;
}

#site .bigWrapper #header .right > div > a{
    float: right;
    width: auto;
    font:11px/12px 'corporate_s_bqregular', serif;
    text-align: right;
    color:white;
    text-decoration: none;
}

#site .bigWrapper #header .right > div > a:hover{
    text-decoration: underline;
}

#site .bigWrapper #header .right > a{
    float: left;
    position: relative;
    width: 150px;
    height: 63px;
    margin-top: 0;
    color: #5b6878;
    background-color: #070e18;
    font-family: 'corporate_s_bqregular', serif;
    text-decoration: none;
    padding: 25px 20px 20px 15px;
    font-size: 13px;
    text-transform: capitalize;
    text-align: left;
}

#site .bigWrapper #header .right > a:hover{
    background-color: #002d62;
    color: white;
}

#site .bigWrapper #header .right > a b{
    float: left;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 10px;
    height: 8px;
    background: url('../img/site/arrow.png') center no-repeat;
}







/*NAV*/
#site .bigWrapper #nav{
    float: left;
    width: 100%;

}

#site .bigWrapper #nav > form{
    float: left;
    width: 100%;
    height: 93px;
    background-color: #182536;
    margin: 15px 0 0 0;
    display: none;
}

#site .bigWrapper #nav > form div{
    float: right;
    height: 63px;
    margin: 14px 14px 0 0;
}

#site .bigWrapper #nav > form div input{
    float: left;
    height: 100%;
    font:16px/63px 'corporate_s_bqregular',sans-serif;
}

#site .bigWrapper #nav > form div input#search{
    width: 446px;
    margin-right: 5px;
    background: #ffffff;
    text-align: left;
    color: #121215;
    font-size: 20px;
    padding: 20px 15px;
    height: 100%;
    border: none;
}

#site .bigWrapper #nav > form div input#searchButton{
    width: 195px;
    background: #002d62;
    color: white;
}

#site .bigWrapper #nav > form div input#searchButton:hover{
    background: #013D84;
}

#site .bigWrapper #nav ul{
    float: left;
    width: 110%;
    height: 65px;
}


#site .bigWrapper #nav ul li{
    float: left;
    width: 9.40%;
    height: 100%;
    margin-right: 1px;
}

#site .bigWrapper #nav ul li#buttonShowSearch{
    height: 100%;
    background: #002d62;
    margin-right: 0;
    width: 15%;
}


#site .bigWrapper #nav ul li#buttonShowSearch a{
    padding: 0;
    width: 33%;
    height: 100%;
    border: none;
    margin: 0 auto;
    float: left;
    display: block;
}

#site .bigWrapper #nav ul li#buttonShowSearch a.search {
    background: url('../fase2/img/iconsSearch.gif') center center no-repeat;
}

#site .bigWrapper #nav ul li#buttonShowSearch a.contact {
    background: url('../fase2/img/iconsMail.gif') center center no-repeat;
    border-right: 1px solid black;
}



#site .bigWrapper #nav ul li#buttonShowSearch a.search:hover{
    background: url('../fase2/img/iconsSearch.gif') center center no-repeat #094171;

}
#site .bigWrapper #nav ul li#buttonShowSearch.active a.search{
    background: url('../fase2/img/iconsSearch.gif') center center no-repeat ;
}

#site .bigWrapper #nav ul li#buttonShowSearch.active a.search:hover{
    background: url('../fase2/img/iconsSearch.gif') center center no-repeat #094171;
}


#site .bigWrapper #nav ul li#buttonShowSearch a.contact:hover{
    background: url('../fase2/img/iconsMail.gif') center center no-repeat #094171;

}


#site .bigWrapper #nav ul li a{
    color: #9E9E9E;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    position: relative;
    text-align: center;
    display: table;
    text-decoration: none;
    border: 1px solid #8E8E8F;
    font-family: 'corporate_s_expert_bqregular', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#site .bigWrapper #nav ul li:first-child a{
    text-align: left;
}

#site .bigWrapper #nav ul li a:hover, #site .bigWrapper #nav ul li a.active{
    color: #9e9e9e;
    background: #002d62;
    border: none;
}

#site .bigWrapper #nav ul li a .verticalCenter{
    display: table-cell;
    vertical-align: middle;
}

#site .bigWrapper #nav ul li .bulletMsj{
    position: absolute;
    right: 10px;
    top: 16px;
    width: 29px;
    height: 28px;
    background: url('../img/site/bulltetMessage.png') center no-repeat;
    font:14px/28px 'corporate_s_bqregular',sans-serif;
    color: #ffffff;
    text-align: center;
}



/*WRAPPER*/
#site #welcome .wrapper{
    float: left;
    width: 100%;
    margin-top: 15px;
}

#site #welcome .wrapper .content{
    float: left;
    width: 100%;
}

#site #welcome .wrapper .contentTop{
    /*height: 500px;
    background: black;*/
}

#site #welcome .wrapper .contentTop div:first-child {
    background: url("../img/Home/transparencia_home.png") repeat scroll 0 0 transparent;
    float: left;
    width: 30%;
    padding: 0 20px;
    color: #ffffff;
    overflow-y: auto;
}

#site #welcome .wrapper .contentTop div:first-child h2{
    font: 12px/15px 'corporate_s_bqregular',sans-serif;
    font-weight: bold;
    background-color: #002d62;
    text-transform: uppercase;
    padding: 18px 20px;
    margin-top: 20px;
    height: 51px;
    font-weight: normal;
}

#site #welcome .wrapper .contentTop div:first-child h3{
    float: left;
    width: 100%;
    font: 30px/35px 'corporate_a_bqregular',sans-serif;
    margin-bottom: 20px;
    height: 105px;
    overflow: hidden;
}

#site #welcome .wrapper .contentTop div:first-child p{
    float: left;
    width: 100%;
    font:13px/20px 'corporate_s_bqregular',sans-serif;
    height:140px;
    overflow: hidden;
    position:relative;
}
#site #welcome .wrapper .contentTop div:first-child p::after {
    content:'...';
    position:absolute;
    bottom:0;
    background:#07060A;
    right:0;
    width: 50%;
}

#site #welcome .wrapper .contentTop div:first-child > a{
    float: left;
    font:15px/20px 'corporate_s_bqregular',sans-serif;
    margin-top: 10px;
    text-decoration: none;
    color: #428bca;
}
#site #welcome .wrapper .contentTop div:first-child > a:hover{
    color: #3F95E0;
    text-decoration: underline;
}

#site #welcome .wrapper .contentTop div:first-child span{
    float: left;
    width: 100%;
    text-align: left;
    color: white;
    font:11px/40px 'corporate_s_bqregular',sans-serif;
}

#site #welcome .wrapper .contentTop div{
    float: right;
    /* width: 70%; */
    height: 450px;
    overflow: hidden;
    position: relative
}

#site #welcome .wrapper .contentTop div img{
    float: right;
    width: 100%;
    /* position: absolute; */
    height: 100%;
    bottom: 0;
}


#site #welcome .wrapper .allContent{
    float: left;
    width: 100%;
}

#site #welcome .wrapper .allContent div.col2{
    width: 49.5%;
    height: auto;
    float: left;
    /*background: #000000;*/
    margin-left: 0.5%;
    position: relative;
    margin-top: 10px;
}
#site #welcome .wrapper .allContent div.col2 img {
    width: 100%;
}


#site #welcome .wrapper .allContent div.col2.first{
    margin-right:0.5%;
    margin-left:0%;
}

#site #welcome .wrapper .allContent div.col2 a{
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    top: 15px;
    position: absolute;
}



#site #welcome .wrapper .allContent div.col2 h2 {
    background: url("../img/Home/transparencia_placas.png") repeat scroll 0 0 transparent;
    position: absolute;
    padding: 15px;
    min-width: 265px;
    color: #fff;
    text-transform: uppercase;
    font:11px 'corporate_s_expert_bqregular';
    top: 10px;
    left: 10px;
}

#site #welcome .wrapper .allContent div.col2 a:hover h2{
    background-color: #002d62;
    color: white;
}

/*#site #welcome .wrapper .allContent div.col2.firstContent{
    background: url('../img/site/home/imgBottom1.jpg') center no-repeat;
}

#site #welcome .wrapper .allContent div.col2.secondContent{
    background: url('../img/site/home/imgBottom2.jpg') center no-repeat;
}

#site #welcome .wrapper .allContent div.col2.thirdContent{
    background: url('../img/site/home/imgBottom3.jpg') center no-repeat;
}

#site #welcome .wrapper .allContent div.col2.fourthContent{
    background: url('../img/site/home/imgBottom4.jpg') center no-repeat;
}  */

#footer{
    float: left;
    width: 100%;
    height: 42px;
    background: black;
    color: #bcbcbc;
    margin: 30px 0;
    /*position:absolute;*/
    bottom:0;
    text-align: center;
}

#footer ul{
    float: none;
    margin:0 auto;
    max-width: 1364px;
}
#footer ul li{
    float: left;
    font:11px/42px 'corporate_s_expert_bqregular';
    margin-right: 10px;
    text-align: center;
    padding: 0 10px;
}

#footer ul li a{
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #bcbcbc;
    text-decoration: none;
}

#footer ul li a:hover{
    color:#428bca;
}





/*CONTENT GRLA*/
.twoCols{
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.twoCols > .left{
    float: left;
    width: 238px;
    background: black;
    color: white;
    margin-right: 5px;
    position: absolute;
    z-index: 1;
}

.twoCols > .left h2{
    float: left;
    width: 100%;
    font:16px/50px 'corporate_a_bqregular';
    background-color: #002d62;
    padding-left: 5%;
}

.twoCols > .left .downloadButton{
    float: left;
    width: 100%;
    height: 58px;
    background: url('../img/site/downloadPDF.png') 50% 50% no-repeat #ffffff;
}

.twoCols > .left .downloadButton:hover{
    background: url('../img/site/downloadPDF.png') 50% 50% no-repeat #EAEAEA;
}

.twoCols > .left p{
    float: left;
    width: 100%;
    font:12px/18px 'corporate_a_bqregular';
    text-align: left;
    padding: 20px 5%;
    border-bottom:1px solid #6b6b6c;
}

.twoCols > .left ul{
    float: left;
    width: 100%;
}

.twoCols > .left ul li{
    float: left;
    width: 100%;
    border-top:1px solid #6b6b6c;
}

.twoCols > .left ul li:first-child{
    border:none;
}

.twoCols > .left ul li a{
    float: left;
    width: 100%;
    height: 100%;
    padding: 12px 0 12px 5%;
    font:13px/15px 'corporate_s_expert_bqregular';
    color: white;
    text-decoration: none;
}

.twoCols > .left ul li a:hover,.twoCols > .left ul li a.active,.twoCols > .left ul li.active a{
    background: #182536;
}


.twoCols > .right{
    clear: both;
    max-width: 1121px;
    width: auto;
    padding: 15px;
    background: #f3f3f3;
    margin-left: 243px;
    position: relative;
    overflow: hidden;
    min-height: 208px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.twoCols > .right .top{
    float: left;
    width: 100%;
    height: 50px;
}

.twoCols > .right .top h2{
    float: left;
    font:26px/26px 'corporate_s_expert_bqregular';
    font-weight: 700;
    color:#333;
}

.twoCols > .right .top span{
    float: right;
    width: 74px;
    height: 30px;
    background: url('../img/site/tag.png') 0 -5px no-repeat;
    text-indent: -999999px;
    cursor: pointer;
}

.twoCols > .right .top span.active{
    background: url('../img/site/tag.png') 0 -34px no-repeat;
}

.twoCols > .right .tags{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: none;
}

.twoCols > .right .tags ul{
    float: left;
    width: 100%;
    height: 100%;
}

.twoCols > .right .tags ul li{
    float: left;
    height: 45px;
    width: 75px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.twoCols > .right .tags ul li.first{
    margin-left: 0;
}

.twoCols > .right .tags ul li a{
    float: left;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    background: #c4c7ca;
    font:14px/45px 'corporate_s_expert_bqregular';
    text-align: center;
    text-decoration: none;
    color: #212126;
}

.twoCols > .right .tags ul li a:hover{
    background: #ADAEB0
}


.twoCols > .right .cols{
    clear: both;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #DDD;
}
.twoCols > .right .masonryContainer {
    max-width: 1121px;
    width: auto;
    margin: 0 auto;
    position: relative;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twoCols > .right .cols .col4{
    float: left;
    margin-left:1.5%;
    padding: 0.5%;
    background: white;
    color: black;
    margin-bottom: 20px;
}
.twoCols > .right .col4,
.twoCols > .right .grid-sizer {
    width:  22%;
}

.twoCols > .right .cols .col4 img{
    float: left;
    width: 100%;
}

#downloads .twoCols > .right .cols .col4 img {

}

.twoCols > .right .cols .col4 > div{
    float: left;
    width: 100%;
    padding: 10px 14px 1px 14px;
}
#downloads .twoCols > .right .cols .col4 > div {
    width: 100%;
}
.twoCols > .right .cols .col4 h2{
    float: left;
    width: 100%;
    font:18px/30px 'corporate_s_bqregular';
    font-weight: bold;
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.twoCols > .right .cols .col4 > div a{
    float: left;
    /*position: relative;*/
    width: 100%;
    /*height: 40px;*/
    text-align: left;
    text-decoration: none;
    font:17px/24px 'corporate_s_bqregular',sans-serif;
    color:#002d62;
}
#downloads .twoCols > .right .cols .col4 > div a {
    width: 136px;
}
.twoCols > .right .cols .col4 > div a:hover{
    text-decoration: underline;
}

.twoCols > .right .cols .col4 > div a span{
    /*position: absolute;
    left: 0;
    bottom: 4px;*/
    float:left;
    background: url('../img/site/icons.png') -25px 0;
    width: 26px;
    height: 24px;
    margin-right:5px;
}

.twoCols > .right .cols .col4 > div > div{
    float: left;
    width: 100%;
    min-height: 69px;
    padding: 10px 0;
    margin-top: 10px;
    overflow: hidden;
    font:13px/18px 'corporate_s_bqregular',sans-serif;
    color: #2b2b2e;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.twoCols > .right .cols .col4 > div > div p{
    float: left;
    width: 90%;
    padding-right: 10%;
}

.twoCols > .right .cols .col4.first{
    margin-left: 0;
}












/*POP UP NEW USER*/
#popUpNewRegistration{
    background: rgba(0,0,0,0.90);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

#popUpNewRegistration form{
    position: absolute;
    width: 498px;
    /*height: 460px;*/
    left: 50%;
    margin-left: -269px;
    top: 50%;
    margin-top: -225px;
    background: #070e18;
    z-index: 2;
    padding: 20px;
    color: white;
}

#popUpNewRegistration form h2{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font:20px/20px 'corporate_s_expert_bqregular';
    font-weight: 700;
    margin-top: 31px;
}

#popUpNewRegistration form p{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font:14px/15px 'corporate_s_expert_bqregular';
}

#popUpNewRegistration form span.close{
    position: absolute;
    top: 20px;
    right: 20px;
    width:16px;
    height: 14px;
    cursor: pointer;
    background: url('../img/site/closePopupNewUser.png') center no-repeat;
}

#popUpNewRegistration form > input{
    float: left;
    width: 100%;
    height: 63px;
    font-size: 14px;
    background: none;
    padding: 22px 20px;
    border: 1px solid #4a5057;
    text-align: left;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #ffffff;
}

#popUpNewRegistration form > input.error {
    border: 1px solid #c9302c;
}
#popUpNewRegistration form > div{
    float: left;
    width: 100%;
    /*height: 63px;*/
}

#popUpNewRegistration form > div input{
    width: 48%;
    height: 63px;
    background: #002d62;
    text-align: center;
    padding: 10px;
    float: left;
    color: #ffffff;
    margin: 0;
    font:14px/15px 'corporate_s_expert_bqregular';
}

#popUpNewRegistration form > div input:hover{
    background: #074A99;
}

#popUpNewRegistration form > div input.close{
    margin-right: 4%;
}

#popUpNewRegistration form label {
    color: #ff0000;
    float: left;
    margin-top:15px;
}

#popUpNewRegistration .backgroundWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#popUpNewRegistration .msgError{
    color:red;
    margin: 15px 0 0 0;
}









/*MANUAL DE MARCA*/
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #c0c0c0;
}

#circulares h1 {
    font-family: 'corporate_s_bqregular';
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
}

.marcManual h1 {
    font-family: 'corporate_s_bqregular';
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
    margin: 34px 0 10px 0;
    color: #08080a;
}

.marcManual h3 {
    font-family: 'corporate_s_bqregular';
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #08080a;
    clear: both;
    text-align: left;
    font-weight: 500;
    line-height: 1.1;
}

.marcManual h4 {
    font-family: 'corporate_s_bqregular';
    font-size: 16px;
    margin: 0 0 15px 0;
    color: #08080a;
    font-weight: bold;
    text-align: left;
}

.marcManual p {
    font-family: 'corporate_s_bqregular';
    font-size: 14px;
    color: #2b2b2e;
    margin: 0 0 10px 0;
    text-align: left;
}


.marcManual .col1, .marcManual .col2 {
    width: 49%;
    position: relative;
    float: left;
    margin: 0 1% 0 0;
    text-align: center;
}

.incorrectUses {

}
.marcManual .colors {
    width: 24.25%;
}


.marcManual .colors .normalImage, .marcManual .colorsAndBabckground .normalImage {
    width: 100%;
    padding: 5%;
}

.row div {
    margin-bottom: 15px;
}

.normalImage {
    background: #ffffff;
    width: auto;
    padding: 4%;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
}

.marcManual img {
    width: 100%;
}

.marcManual .col2 {
    float: right;
    margin: 0 !important;
}

.marcManual .colorsAndBabckground {
    width: 32.65%;
}

.incorrectUses {
    width: 31.8% !important;
    margin: 0 2% 15px 0 !important;
    height: auto;
}
.incorrectUses h3 {
    min-height: 44px;
}
.incorrectUses .verticalAlign {
    text-align: center;
    line-height: 160px;
    margin: 0;
}
.incorrectUses .normalImage {
    padding: 5%;
    width: 100%;
    margin: 0;
    height: 285px;
}
.verticalAlign img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.incorrectUses.last {
    margin-right: 0 !important;
}

.horizontalAplication .col1 {
    width: 59%;
}

.horizontalAplication .col1, .horizontalAplication .col2, .areaDeSeguridad .col1, .areaDeSeguridad .col2 {
    background: #ffffff;
    padding: 2%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
}

.areaDeSeguridad .col1,.areaDeSeguridad .col2{
    width: 49.25%;
}

.marcManual ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.marcManual ul li {
    position: relative;
    padding: 0 25px 0 50px;
    list-style: none;
    margin: 0 0 25px 0;
    border-bottom: thin solid #c0c0c0;
}

.marcManual ul li .bulletIMG {
    background: url("../img/manual_de_marcas/bullets.png") no-repeat 0 0;
    width: 41px;
    height: 41px;
    position: absolute;
    left: 0;
    color: #ffffff;
    text-align: center;
    padding: 11px 0 10px 0;
    top: -10px;
    font-size: 16px;
    font-family: 'corporate_s_bqregular';
}

.marcManual ul li h3 {
    margin: 0 0 10px 0;
}

.marcManual .internetSeparator1 {
    margin: 0 0 206px 0;
}

.marcManual .publicidad_vertical {
    width: 19.2%;
}
.marcManual .publicidad_vertical h3 {
    height: 50px;
}
.rulesContainer .col1 {
    margin: 0 15px 0 0;
    width: 100%;
}
.rulesContainer {
    background: #ffffff;
    float: left;
    position: relative;
    margin: 0 2% 0 0;
    width: 32%;
    height: 465px;
    padding: 2%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
}
.rulesContainer:nth-child(3n+1){
    margin: 0;
}
.marcManual img {
    width: 100%;
}

.rulesContainer .col2 {
    width: 100%;
}

.isologotipoContainer {
    background: #ffffff;
    width: 23.5%;
    height: auto;
    position: relative;
    margin: 0 2% 20px 0 !important;
    padding: 2%;
    float: left;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
}
.isologotipoContainer:nth-child(4n+2){
    margin-right: 0 !important;
}
.isologotipoContainer .verticalAlign {
    text-align: center;
    /*line-height: 240px;*/
    margin: 0;
}

.isologotipoContainer img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.isologotipoContainer h3 {
    margin: 0 0 10px 0;
}



#descargas .productsPreview h1, #circulares .productsPreview h1 {
    font-family: 'corporate_s_bqregular';
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
}

#descargas hr, #circulares .productsPreview hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #c0c0c0;
}


.productsContent{
    float: left;
    width: 100%;
}

#marketingWrapper .thumbs{
    background-color: #ffffff;
    border: 1px solid #dddddd;
    width: 48%;
    float: left;
    display: block;
    padding: 2%;
    margin: 0 1% 15px 1%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
}

#marketingWrapper .thumbs .date {
    font-family: 'corporate_s_bqregular';
    color: #08080a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 0;
}

#marketingWrapper .thumbs h3{
    font-family: 'corporate_s_bqregular';
    color: #08080a;
    font-weight: bold;
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#marketingWrapper .thumbs .wrapperText{
    float: left;
    width: 100%;
    padding: 5px 0;
    height: 100px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    overflow: hidden !important;
}

#marketingWrapper .thumbs p {
    color: #2b2b2e;
    font-family: 'corporate_s_bqregular';
    font-size: 14px;
    float: left;
    overflow: hidden;

}

#marketingWrapper .thumbs a.productDownloadBTN{
    border: 0px;
    text-transform: uppercase;
    color: #002d62;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    display: block;
    margin: 10px 0;
    word-wrap: break-word;
    text-decoration: none;
}

#marketingWrapper .thumbs a.productDownloadBTN:hover{
    text-decoration: underline;
}

#marketingWrapper .thumbs a.productDownloadBTN .downloadIcon{
    background: #ffffff url("../img/icons.png") no-repeat -25px 0;
    width: 26px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: -5px;
}

#descargas .thumbnail {
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
}

#descargas .thumbnail {
    display: block;
    padding: 1%;
    float: left;
    width: 20.7%;
    height: 270px;
    margin: 0 1% 29px 1%;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#descargas .thumbnail .imgWrapper{
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

#descargas .thumbnail .imgWrapper img{
    float: left;
    width: 110%;
}

#descargas .thumbnail p {
    font-family: 'corporate_s_bqregular';
    color: #08080a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
}

#descargas .thumbnail .caption{
    float: left;
    width: 80%;
    padding: 0 10%;
}

#descargas .thumbnail h3 {
    font-family: 'corporate_s_bqregular';
    color: #08080a;
    font-weight: bold;
    font-size: 15px;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
}

#descargas .thumbnail a{
    text-transform: uppercase;
    color: #002d62;
    font-weight: bold;
    font-size: 11px;
    float: left;
    text-decoration: none;
    margin-top: 5px;
}

#descargas .thumbnail a:hover{
    text-decoration: underline;
}


#descargas .thumbnail a span{
    background: url('../img/icons.png');
    width: 26px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-top: -5px;
}

#newsWrapper h1 {
    font-family: 'corporate_s_bqregular';
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
}

#newsWrapper .thumbnail{
    float: left;
    width: 100%;
    padding: 2%;
    margin-bottom: 15px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    background: #ECECEC;
}


#newsWrapper .thumbnail .imgWrapper{
    float: left;
    width: 300px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 0;
}

#newsWrapper .thumbnail img{
    float: left;
    width: 100%;
}

#newsWrapper .thumbnail span{
    width: 100%;
    font-family: 'corporate_s_bqregular';
    color: #08080a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}


#newsWrapper .thumbnail h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: 'corporate_s_bqregular';
    color: #08080a;
    font-weight: bold;
    font-size: 16px;
}

#newsWrapper .thumbnail p {
    color: #2b2b2e;
    font-family: 'corporate_s_bqregular';
    font-size: 14px;
    margin-bottom: 0px;
    padding: 0 0;
    margin-bottom: 10px;
}

#newsWrapper .thumbnail hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #cbcbcb;
}

#newsWrapper .thumbnail a {
    border: 0px;
    text-transform: uppercase;
    background: none;
    padding-bottom: 0px;
    color: #002d62;
    font-weight: bold;
    font-size: 14px;
    padding-left: 0px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

#newsWrapper .thumbnail a:hover{
    text-decoration: underline;
}

#newsWrapper .thumbnail a span {
    background: url('../img/icons.png');
    width: 26px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-top: -5px;
}


.videoWrapper{
    float: left;
    width: 100%;
    margin: 10px 0;
}

.audioWrapper{
    float: left;
    width: 100%;
    margin: 10px 0;
}



#campaignOne h1,#newsOne h1{
    font-family: 'corporate_s_bqregular';
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    float: left;
    width: 100%;
}

#campaignOne hr,#newsOne hr{
    width: 100%;
    float: left;
    margin-bottom: 0;
}

#campaignOne img,#newsOne img{
    float: left;
    width: 100%;
    margin: 10px 0;
}

#campaignOne p,#newsOne p{
    font-family: 'corporate_s_bqregular';
    font-size: 14px;
    float: left;
    width: 100%;
    margin: 10px 0;
}


#campaignOne h2,#newsOne h2{
    font-family: 'corporate_s_bqregular';
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 10px 0;
}

#campaignOne h3,#newsOne h3{
    font-family: 'corporate_s_bqregular';
    font-size: 17px;
    float: left;
    width: 100%;
    margin: 10px 0;
}

#campaignOne h4,#newsOne h4{
    font-family: 'corporate_s_bqregular';
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 10px 0;
}

#newsOne .btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #428bca;
    text-decoration: none;
    float: left;
}

#newsOne .btn:hover{
    text-decoration: underline;
}

#newsOne .download_Icon {
    background: url("../img/icons.png") no-repeat -25px 0;
    width: 26px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination {
    text-align: center;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a {
    color: #428bca;
    text-decoration: none;
}








.resetPasswordContainer {
    background: #020205;
    display: block;
}


.requestResetPasswordContainer {
    font-family: 'corporate_s_bqregular';
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    text-align: center;
}


.requestResetPasswordContainer .wrapper {
    width: 518px;
    height: 575px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -287.5px 0 0 -259px;
}
.resetPasswordContainer .wrapper {
    width: 502px;
    height: 700px;
    margin: -350px 0 0 -251px;
}
.requestResetPasswordContainer .wrapper .logo {
    margin: 0 0 40px 0;
}
.requestResetPasswordContainer .wrapper .logo img {
    vertical-align: middle;
}
.resetPasswordContainer .wrapper h3 {
    margin: 0 0 36px 10px;
    font-family: 'corporate_s_bqregular';
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    width: 480px;
}
.resetPasswordContainer .wrapper form {
    float: left;
    width: 100%;
    padding: 0 10%;
    text-align: left;
}
.requestResetPasswordContainer .wrapper form input {
    background: #000000;
    width: 100%;
    height: 42px;
    border: thin solid #ffffff;
    padding: 10px 15px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 15px 0;
    float: left;
}
.requestResetPasswordContainer .wrapper form label {
    font-family: 'corporate_s_bqregular';
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 15px 0;
    float: left;
    display: inline-block;
    max-width: 100%;
    font-weight: normal;
}
.resetPasswordContainer .wrapper form .submitBTN {
    float: right;
}


.requestResetPasswordContainer .wrapper form .submitBTN {
    background: #002d62;
    text-align: center;
    color: #ffffff;
    width: 195px;
    height: 68px;
    border: none;
    padding: 0;
    text-transform: uppercase;
}


.requestResetPasswordContainer .wrapper form .submitBTN:hover{
    background: #00418E;
}





/*SEARCH*/
#searchResultWrapper{
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
    padding: 2%;
    background: #f3f3f3;
}

#searchResultWrapper h2{
    float: left;
    width: 100%;
    font-family: 'corporate_s_bqregular';
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

#searchResultWrapper > div{
    float: left;
    width: 48%;
    height: 200px;
    padding: 1%;
    margin: 1% 1%;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.28);
}

#searchResultWrapper > div h3{
    float: left;
    width: 100%;
    font-family: 'corporate_s_bqregular';
    text-transform: uppercase;
    font-size: 16px;
    color: #002d62;
    font-weight: bold;
    padding: 0 0 0 0;
    height: 40px;
}

#searchResultWrapper > div > div{
    float: left;
    width: 100%;
    height: 62px;
    overflow: hidden;
}

#searchResultWrapper > div > div p{
    float: left;
    width: 98%;
    padding: 0 2% 0 0;
    color: #2b2b2e;
    font-family: 'corporate_s_bqregular';
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
}

#searchResultWrapper > div > a{
    border: 0px;
    float: left;
    text-transform: uppercase;
    background: none;
    padding-bottom: 0px;
    color: #002d62;
    font-weight: bold;
    font-size: 14px;
    padding-left: 0px;
    text-decoration: none;
    margin-top: 5px;
}

#searchResultWrapper > div > a:hover{
    text-decoration: underline;
}

#searchResultWrapper > div > a span{
    background: url('../img/icons.png');
    width: 26px;
    height: 24px;
    display: block;
    float: left;
    margin-right:5px;
    margin-top: -5px;
}

#searchResultWrapper > div hr{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.search .nicescroll-rails {
    display: none !important;
}

/*////////////////////////////////////*/
/*VIDEO PLAYER*/



.mejs-offscreen{
    /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
    position: absolute !important;
    top: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}

.me-plugin {
    position: absolute;
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.mejs-fullscreen {
    /* set it to not show scroll bars so 100% will work */
    overflow: hidden !important;
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
}

.mejs-clear {
    clear: both;
}

/* Start: LAYERS */
.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain ;
    background-position: 50% 50% ;
    background-repeat: no-repeat ;
}
:root .mejs-poster img {
    display: none ;
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-overlay-play {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(../img/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
    background-image: url(../img/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px ;
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(../img/background.png);
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(../img/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(../img/background.png);
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    height: 30px;
    width: 100%;
}
.mejs-container .mejs-controls  div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0;
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(../img/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(../img/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
    outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0 3px ;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
    background-position: 0 0;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60,170,200,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
    background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
    visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
    display: none;
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(../img/background.png);
    background: rgba(50, 50, 50, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
    display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0;
}

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
    position: relative;
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(../img/background.png);
    background: rgba(50,50,50,0.7);
    border: solid 1px transparent;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
    visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0;
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
    overflow: hidden;
    border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102,102,102, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
    background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
    background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
    background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
    background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
    background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align:center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.mejs-captions-layer  a {
    color: #fff;
    text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs-captions-position-hover {
    bottom: 35px;
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(../img/background.png);
    background: rgba(20, 20, 20, 0.5);
    white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
    color: #fff;
    font-weight: bold;
}

.me-cannotplay span {
    padding: 15px;
    display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(../img/background.png);
    background: rgba(50,50,50,0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/background.png);
    background: rgba(50,50,50,0.7);
    z-index: 1000;
    overflow: hidden;
}
.mejs-postroll-layer-content {
    width: 100%;
    height: 100%;
}
.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/background.png);
    background: rgba(50,50,50,0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer;
}
/* End: Postroll */


/* Start: Speed */
div.mejs-speed-button {
    width: 46px !important;
    position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
    background: transparent;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(../img/background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
    visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: rgba(33, 248, 248, 1);
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px 0;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 11.5px;
    color: white;
    margin-left: 5px;
    cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: rgb(200, 200, 200) !important;
    background-color: rgba(255,255,255,.4) !important;
}
/* End: Speed */

/* Start: Skip Back */

.mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(../img/skipback.png) no-repeat;
    background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #ffffff;
}

/* End: Skip Back */

/*==============================================================
    GENERAL FIX
===============================================================*/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*MAR MANUAL*/

/*APPS DESIGN*/
.designApplications .normalImage {
    width: 100%;
}
.incorrectUtilization p {
    min-height: 55px;
}
/*PUBLICITY*/
.publicidad_horizontal {
    width: 23.5% !important;
    margin: 0 2% 0 0 !important;
}
.publicidad_horizontal:nth-child(4n+1){
    margin: 0 !important;
}
.publicity .publicidad_horizontal:last-child {
   clear: both;
}
.publicidad_horizontal h3 {
    min-height: 50px;
}
.publicidad_horizontal .normalImage {
    width: 100% !important;
}
/*FOLLETERIA*/
.folleteria {
    margin: 0 2% 0 0 !important;
}
.folleteria .normalImage {
    width: 100%;
    padding: 4%;
}
.folleteria h3 {
    height: 45px;
}
/*CAMPAIGNS*/
#campaigns .twoCols > .right .cols .col4 p {
    font-family: 'corporate_s_bqregular';
    color: #08080a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
}
#campaigns .twoCols > .right .cols .col4 h3 {
    font-family: 'corporate_s_bqregular';
    color: #08080a;
    font-weight: bold;
    font-size: 15px;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
}
.twoCols > .right .cols .col4 > div a span {
    ackground: url('../img/icons.png');
}

/*==============================================================
    CONTACT FORM
===============================================================*/

/*#contactForm{
    background: rgba(0,0,0,0.90);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.contactPopup form{
    position: absolute;
    width: 498px;
    /*height: 460px;*/
    /*left: 50%;
    margin-left: -269px;
    top: 50%;
    margin-top: -225px;
    background: #070e18;
    z-index: 2;
    padding: 20px;
    color: white;
}*/
.contactPopup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.contactPopup .bakcgroundBtnClose {
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.contactPopup .closeBtn {
    background: url("../img/ContactPopup/closeBtn.png") repeat scroll 0 0 transparent;
    width: 16px;
    height: 14px;
    position: absolute;
    right: 32px;
    top: 23px;
    cursor: pointer;
}
.contactPopup .content {
    background: #070e18;
    width: 538px;
    height: auto;
    position: absolute;
    top: 5%;
    left: 30%;
    margin: -152px 100 0 -269px;
    padding: 25px 30px;
}
.contactPopup .content form {

}
.contactPopup .content form .title {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}
.contactPopup .content form p {
    font-size: 15px;
    margin: 0 0 22px 0;
    color: #ffffff;
}
.contactPopup .content form input, .contactPopup .content form select {
    width: 476px;
    height: 43px;
    border: thin solid #4a5057;
    font-size: 14px;
    color: #ffffff;
    padding: 15px 20px 12px 20px;
    margin: 0 0 12px 0;
    background: none;
    text-transform: uppercase;
}
.contactPopup .content form textarea {
    width: 476px;
    height: 183px;
    border: thin solid #4a5057;
    padding: 22px 10px 22px 10px;
    margin: 0 0 20px 0;
    background: none;
    color: #ffffff;
    resize: none;
}
.contactPopup .content form #contactSubmit, .contactPopup .content form #contactCancel {
    background: #041b38;
    width: 228px;
    height: 63px;
    padding: 25px 0;
    text-align: center;
    float: left;
    margin: 0 21px 0 0;
    border: none;
}
.contactPopup .content form #contactSubmit {
    margin: 0;
}
.contactPopup .content form #contactSubmit:hover, .contactPopup .content form #contactCancel:hover {
    background: #002d62;
}

.contactPopup .ui-selectmenu-button {
    width: 476px !important;
    height: 43px;
    border: thin solid #4a5057;
    font-size: 14px;
    color: #ffffff;
    padding: 15px 20px 12px 20px;
    margin: 0 0 12px 0;
    background: none;
    text-transform: uppercase;
}
.contactPopup  span.ui-selectmenu-text {
    padding: 0;
    line-height: 14px;
}
.contactPopup  .ui-selectmenu-button span.ui-icon {
    background: url("../img/ContactPopup/selectBtn.png") repeat scroll 0 0 transparent;
    width: 15px;
    height: 8px;
    right: 20px;
    left: auto;
    margin: 0;
    position: absolute;
    top: 20px;
}
.contactAreaUi .ui-menu-item {
    position: relative;
    background: #070e18;
    border: none;
    margin: 0;
    color: #fff;
    padding: 8px 20px 8px 20px;
    cursor: pointer;
    min-height: 0;
    border-bottom: thin solid #ffffff;
    /* support: IE7; */
    /* support: IE10, see #8844; */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.contactAreaUi .ui-menu-item:last-child {
    border-bottom: none;
}
.contactAreaUi .ui-state-focus, .contactPopup .ui-menu .ui-state-active {
    margin:0;
    background: #002d62;
}

.contactPopup .formAlert {
    border: thin solid #85070c !important;
}

.formAlertText {
    clear: both;
    font-size: 14px;
    color: #f22727;
    padding: 15px 0;
    display: none;
}

.contactPopup .formSendComplete {
    background: #070e18;
    width: 478px;
    /*height: 440px;*/
    height: 382px;
    position: absolute;
    left: 30px;
    /*top: 115px;*/
    top:103px;
    padding: 128px 0 0 0;
    border-top: thin solid #ffffff;
    display: none;
}
.contactPopup .formSendComplete p {
    text-align: center;
    /*margin: 0 0 160px 0 !important;*/
    margin: 0 0 126px !important;
    font-size: 18px;
    color: #ffffff;
}
.contactPopup .formSendComplete .sendCompleteCloseBtn {
    background: #002d62;
    width: 228px;
    height: 63px;
    font: 16px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 23px 0 0 0;
    float: right;
    cursor: pointer;
}

/*RESPONSIVE*/
@media screen and (min-width: 1px) and (max-width: 1260px){
    #site .bigWrapper {
        margin: 0 auto;
        width: 1024px;
    }

    #site .bigWrapper #nav ul li a {
        font-size: 10px;
    }

    /*HOME*/
    #site #welcome .wrapper .contentTop div:first-child h3 {
        font: 25px/30px 'corporate_a_bqregular',sans-serif;
    }

    /*DESCARGAS*/
    .twoCols > .right .col4, .twoCols > .right .grid-sizer {
        width: 21%;
    }

    /*CAMPAÑAS*/
    .twoCols > .right .cols .col4 > div a {
        font-size: 15px !important;
    }
}

.filter {
    text-align: center;    
    color: #FFF;
}

.filter h2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font: 24px/30px 'corporate_s_bqregular', serif;
}

.filter input {
    margin: 10px 0px;
}

.filter label {
    display: inline-block;
    font-family: 'corporate_s_bqregular';
    padding-left: 5px;
    padding-right: 40px;
    text-align: left;
}

.filter .filter-inner {
    max-width: 400px;
    margin: 0 auto;
}

.filter .filter-option {
    display: inline-block;
}

.filter .btn {
    width: 120px;
    height: 40px;
    position: relative;    
    margin-top: 25px;
    background: #002e62;
    color: white;
    font: 15px/40px 'corporate_s_bqregular', serif;
    text-align: center;
}

#site .bigWrapper #nav ul li#buttonShowSearch a.filterButton {
    background: url(../fase2/img/filter.png) center center no-repeat #002D62;
    border-right: 1px solid #000;
}

#site .bigWrapper #nav ul li#buttonShowSearch a.filterButton:hover {
    background: url(../fase2/img/filter.png) center center no-repeat #094171;
}
.zipWrapper {    
    font-size: 14px;
}