.bx-wrapper {
    position: relative;
    margin: auto;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: auto;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    border: 0px;
    /*Important*/
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../error-404/index.html) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #004d7a;
    text-indent: -9999px;
    display: block;
    width: 35px;
    height: 15px;
    margin: 0px 2px 0px 0px;
    outline: 0;
    transition: 50%;
    -moz-transition: 50%;
    -ms-transition: 50%;
    -o-transition: 50%;
    -webkit-transition: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ea5b11;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.BxSliderPre {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background: #000 url('../imagenes/preloader.gif') center center no-repeat;
    margin: 0px auto 0px auto;
}
.BxSliderHomeCont {
    position: relative;
    max-width: 100%;
    height: 612px;
    margin: auto;
    overflow: hidden;
    margin-top: 0px;
    _margin: 0;
    opacity: 0;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
}
.BxSliderInterCont {
    position: relative;
    max-width: 100%;
    height: 260px;
    margin: auto;
    overflow: hidden;
    margin-top: 0px;
    _margin: 0;
    opacity: 0;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
}
.BxSliderHomeCont .bx-pager {
    bottom: inherit;
    width: 1000px;
    top: 283px;
    left: 50%;
    margin-left: -500px;
    text-align: left;
}
.BxSliderHomeCont .bx-wrapper .bx-pager.bx-default-pager a {
    width: 35px;
    height: 15px;
    margin: 0px 2px 0px 0px;
}
.BxSliderHomeCont .bx-viewport,
.BxSliderInterCont .bx-viewport {
    width: 1920px !important;
    text-align: center !important;
    left: 50%;
    margin-left: -960px !important;
}
.BxSliderHome .bx-viewport img {
    width: 1920px;
    height: 612px;
}
.BxSliderHome img {
    width: 1920px;
    height: 612px;
}
.BxSliderInter img {
    width: 1920px;
    height: 260px;
}
.BxSliderInter .BxCaptionCont {
    top: 70px;
}
.BxSliderInter .BxCaption {
    font-size: 24px;
    line-height: 28px;
    width: 380px;
}
.BxSliderInter .BxCaptionTitle {
    height: 120px;
}
.BxCaptionCont {
    position: absolute;
    z-index: 100;
    width: 1000px;
    top: 110px;
    left: 50%;
    margin-left: -500px;
}
.BxCaption {
    width: 485px;
    font-family: 'Dosis', calibri;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}
.BxCaptionMidle {
    /*display: table-cell;
    vertical-align: middle;
    height: 200px;    
    width: 1024px;*/
}
.BxCaptionTitle {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 1024px;
    height: 142px;
    padding: 20px;
    background: #000;
    background-color: rgba(0, 0, 0, .75);
}
.BxCaptionText {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    height: 29px;
    padding: 7px 20px 0px 20px;
    margin-top: 1px;
    background: #004d7a;
    background-color: rgba(0, 77, 122, .95);
}
.BxGalSimpleCont {
    display: inline-block;
    width: 370px;
    height: 310px;
    padding-bottom: 30px;
    overflow: hidden;
    opacity: 0;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
}
.BxGalSimple img {
    width: 370px;
    height: 280px;
}
.BxGalSimpleCont .bx-wrapper .bx-pager {
    bottom: -30px;
    text-align: right;
}
.BxGalServCont {
    display: inline-block;
    width: 620px;
    height: 544px;
    margin-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
    opacity: 0;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
}
.BxGalServCont .bx-viewport {
    height: 514px !important;
}
.BxGalServ img {
    width: 620px !important;
    height: 514px !important;
    max-width: none;
}
.BxGalServCont .bx-wrapper .bx-pager {
    bottom: -30px;
    text-align: right;
}