@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/img/fondo.jpg) no-repeat;
}

body {
    background-color: #f3f3f5;
    background-color: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTliYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: -moz-linear-gradient(top, #f3f3f5 0%, #999ba8 100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f5), color-stop(100%, #999ba8));
    background-color: -webkit-linear-gradient(top, #f3f3f5 0%, #999ba8 100%);
    background-color: -o-linear-gradient(top, #f3f3f5 0%, #999ba8 100%);
    background-color: -ms-linear-gradient(top, #f3f3f5 0%, #999ba8 100%);
    background-color: linear-gradient(to bottom, #f3f3f5 0%, #999ba8 100%);
}

.goog-te-gadget {
    display: inline-block !important;
}

.facebook {
    max-width: 24px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: -2px;
}

.espere {
    visibility: hidden;
}


/* DIRECTION CONTROLS (NEXT / PREV) */


/*
     ******************************************************************************************************
     *****************************                                           ******************************
     *****************************       RESOLUCIONES       MOBILES          ******************************
     *****************************                                           ******************************
	 ******************************************************************************************************
*/

@media only screen and (min-width: 320px) and (max-width: 580px) {
    body {
        background-size: cover;
        background-attachment: fixed;
        background-position: right bottom;
    }
    #direccion {
        margin-top: 20px;
    }
    header {
        height: 80px;
        width: 100%;
        margin: 0;
        z-index: 9999;
    }
    #pull {
        padding: 30px 0;
        margin-left: 10px;
        display: block;
        color: #FFFFFF;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 18px;
        text-align: center;
        width: 50%;
        height: 20px;
        font-weight: 900;
    }
    #menu {
        background-color: #FC3;
        width: 100%;
        box-shadow: 0px 3px 5px #C5C4C4;
        position: relative;
    }
    #menu ul {
        list-style: none;
        margin: 0;
        width: 95%;
        background-color: #FC3;
        position: absolute;
        z-index: 99999;
        display: none;
        padding: 0;
    }
    #menu li {
        width: 100%;
        float: left;
        height: 100%;
        color: #666666;
        background-color: #FC3;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        /*padding:10px 0;*/
        box-shadow: inset 0px -1px 3px rgba(0, 34, 122, 0.8);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    #menu .logos {
        bottom: 0;
        position: absolute;
        width: 105px;
        right: 0;
        height: 30px;
    }
    #menu .logoli {
        background: #FFF;
    }
    #menu .logoli:hover {
        background: #FFF;
    }
    #menu .vacio {
        margin-top: -80px;
        visibility: hidden;
    }
    #menu li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        cursor: pointer;
        box-shadow: inset 0px -1px 3px #FC3;
    }
    /*#menu li:nth-child(3) a{line-height:32px;}*/
    #menu li a {
        text-decoration: none;
        color: inherit;
        /*width:100%;height:50px;*/
        padding: 15px 0;
        display: block;
        line-height: 20px;
        vertical-align: middle;
    }
    #menu li a br {
        display: none
    }
    /* text-decoration:none;color:inherit;padding:12px 0;display: block; */
    #menu .socio {
        width: 41%;
        height: 25px;
        padding: 0 1% 4%;
        text-align: right;
        margin-top: 7%;
        font-size: 9px;
        display: block;
        right: 0;
        top: 7%;
        position: absolute;
    }
    #menu ul ul {
        width: 80%;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
        z-index: -1;
    }
    #menu>ul li:hover ul {
        opacity: 1;
        visibility: visible;
        margin: 0 0 0 25%;
        color: #000;
        z-index: 200;
    }
    #menu ul ul li {
        width: 100%;
        height: 100%;
        font-size: 11px;
        background-color: #FC3;
        color: #333;
        box-shadow: inset 0px -1px 3px #00227A;
    }
    /*width:100%;height:20px;padding:10px 0;font-size:11px;background-color:#FC3;color:#333;box-shadow:inset 0px -1px 3px #00227A;*/
    #menu ul ul li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        box-shadow: inset 0px -1px 3px #FC3
    }
    #menu ul ul li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        padding: 15px 0;
        float: left;
        line-height: 15px !important;
    }
    /*text-decoration:none;color:inherit;width:100%;padding:5px 0;height:95%;float:left;line-height: 15px !important;*/
    #menu .sm {
        background-image: url(/img/arrow.png);
        background-position: 95% center;
        background-repeat: no-repeat;
    }
    .logomenu {
        background: rgba(255, 255, 255, 0.5);
        height: 46px;
        margin-top: -9px;
    }
    #google_translate_element {
        right: 5px;
        top: 0;
        position: absolute;
    }
    section {
        width: 99%;
        min-height: 500px;
        height: auto;
        margin: 0;
    }
    #izq {
        width: 100%;
        min-height: 250px;
        height: auto;
        background: #FFF;
        display: inline-block;
    }
    #lef {
        width: 100%;
        min-height: 300px;
        height: auto;
        background: #FFF;
        display: inline-block;
    }
    .imbn {
        height: auto;
        width: 100%;
        min-height: 328px;
    }
    .titulo {
        width: 100%;
    }
    .titulo img {
        width: 95%;
    }
    .cont {
        text-align: justify;
        color: #000;
        line-height: 25px;
        font-size: 12px;
        padding-left: 10px;
        width: 95%;
        min-height: 100px;
        display: inline-block;
    }
    .direc {
        list-style: none;
        width: 85%;
        margin: 0;
        padding: 0;
        min-height: 365px;
    }
    .direc li {
        float: left;
        display: block;
        height: 180px;
        min-height: 175px;
        width: 100%;
    }
    .direc .lugar {
        background-color: #999;
        width: 60%;
        height: 30px;
        display: block;
        float: left;
        margin-bottom: 1px;
    }
    .direc .lugar h4 {
        color: #FFF;
        float: left;
        width: 70%;
        margin: 3px;
        font-weight: normal;
    }
    .direc .lugar img {
        height: 30px;
        float: left;
    }
    .direc .emplog,
    .asemplg {
        width: 42%;
        float: left;
        margin-left: 5%;
    }
    .direc .emplog img,
    .asemplg img {
        width: 90%;
    }
    .direc .datemp,
    .asdtp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 80%;
        margin-left: 5%;
    }
    .direc .datemp a,
    .asdtp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
    }
    .viajes {
        height: 485px !important;
    }
    .asist {
        list-style: none;
        width: 98%;
        margin: 0;
        padding: 0;
        float: left;
        /*overflow:auto;height:450px;*/
    }
    .asist li {
        float: left;
        display: block;
        min-height: 135px;
        width: 100%;
    }
    .asist .emplog {
        width: 40%;
        float: left;
    }
    .asist .emplog img {
        width: 90%;
    }
    .asist .datemp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 60%;
        text-align: left;
        word-break: break-word;
    }
    .asist .datemp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
        font-size: 12px;
        margin: 5px 0;
        width: 100%;
        height: 14px;
        float: left;
        overflow: hidden;
    }
    .asist .datemp .boton {
        color: #FFF;
        text-decoration: none;
        width: 125px;
        height: 15px;
        text-align: center;
        font-weight: bold;
        word-break: break-word;
        background-color: #CCC;
        border-radius: 3px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        float: left;
        font-size: 12px;
    }
    .guin {
        color: #88201f;
    }
    .beni {
        color: #88201f;
        font-size: 16px;
    }
    .beniti {
        color: #88201f;
        font-size: 16px;
        margin: 15px 0;
    }
    .listflec {
        list-style: none;
        width: 75%;
        min-height: 225px;
        margin: 0;
        padding: 0;
    }
    .listflec li {
        float: left;
        display: block;
        height: 30px;
        width: 100%;
        margin: 0 0 3px;
    }
    .listflec .itmflc {
        background-color: #999;
        width: 100%;
        height: 30px;
        display: block;
        float: left;
        margin-bottom: 0;
    }
    .listflec .itmflc:hover {
        background-color: #FC0;
        cursor: pointer;
    }
    .listflec li .icnfl {
        width: 24px;
        height: 24px;
        float: left;
        margin: 2px;
    }
    .listflec li a {
        color: #FFF;
        float: left;
        width: 65%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
    }
    .listflec li .flch {
        width: 23px;
        height: 23px;
        float: right;
        margin-top: 3px;
    }
    .soccom {
        float: left;
        position: relative;
        height: 50px;
    }
    .fltitu {
        background-color: #999;
        width: 200px;
        height: 33px;
        display: block;
        float: left;
        margin: 5px 0;
    }
    .fltitu .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 1.5px;
        margin-left: 1px;
    }
    .fltitu a {
        color: #FFF;
        float: left;
        width: 65%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
    }
    .fltitu .flch {
        width: 26px;
        height: 26px;
        float: left;
        margin-top: 3px;
    }
    #der {
        width: 100%;
        min-height: 265px;
        display: inline-block;
    }
    #rih {
        width: 100%;
        min-height: 300px;
        background: #FFF;
        display: none;
    }
    #banner-fade {
        width: 100% !important;
        height: 100% !important;
        background: rgba(255, 255, 255, 0.9);
    }
    .b {
        background: rgba(255, 255, 255, 0) !important;
    }
    .bjqs {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .bjqs img {
        width: 100%;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 99;
        display: none;
    }
    .bx-wrapper .bx-prev {
        background: url(/img/controls.png) no-repeat 0 -32px;
        display: none;
    }
    .bx-wrapper .bx-next {
        background: url(/img/controls.png) no-repeat -43px -32px;
        display: none;
    }
    .textsoci {
        width: 100%;
        font-size: 14px;
        text-align: justify;
        color: #979797;
        float: left;
        line-height: 15px;
        min-height: 220px;
    }
    .textsoci strong {
        width: 90%;
        float: left;
        margin: 5px;
    }
    .textsoci div {
        width: 96%;
        float: left;
        word-break: break-word;
        padding: 5px 1%;
        min-height: 110px;
    }
    .cnfrmsoci {
        width: 98%;
        min-height: 300px;
        background: #FFF;
    }
    .espere {
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        color: #88201f;
        width: 80%;
        height: 250px;
    }
    .espere img {
        width: 64px;
        height: 64px;
        display: block;
        margin: 25% auto 0;
    }
    .espere strong {
        text-align: center;
        display: block;
    }
    .frmsoci {
        width: 95%;
        float: left;
        /*border:1px solid #979797;*/
        padding: 5px;
        height: 295px;
    }
    .frmsoci .itmfrm {
        width: 90%;
        height: 60px;
        display: inline-block;
        float: left;
        margin: 0 5%;
    }
    .frmsoci legend {
        color: #88201F;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
    }
    .frmsoci label {
        color: #979797;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 147px;
        font-weight: bold;
    }
    .frmsoci input[type="text"],
    .frmsoci input[type="email"] {
        width: 230px;
        height: 30px;
        float: left;
    }
    .frmsoci .btn {
        width: 120px;
        height: 30px;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        position: relative;
    }
    .frmsoci .btn:hover {
        background-color: #b49f45;
    }
    .frmsoci #msj {
        width: 45%;
        height: 35px;
        font-size: 10px;
        position: absolute;
        margin-top: -9%;
        margin-left: 38%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        line-height: 12px;
        color: #88201f;
        font-weight: bold;
    }
    .frmcontacto {
        width: 85%;
        float: left;
        min-height: 500px;
    }
    .frmcontacto .itmfrm {
        width: 100%;
        height: 60px;
        display: block;
    }
    .frmcontacto label {
        color: #979797;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 140px;
        font-weight: bold;
    }
    .frmcontacto input[type="text"],
    .frmcontacto input[type="email"] {
        width: 250px;
        height: 30px;
        float: left;
    }
    .frmcontacto textarea {
        width: 250px;
        height: 50px;
        float: left;
    }
    .frmcontacto input[type="submit"] {
        width: 120px;
        height: 30px;
        float: left;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        margin-top: 5px;
    }
    .frmcontacto input[type="submit"]:hover {
        background-color: #b49f45;
    }
    .frmcontacto strong {
        font-size: 12px;
    }
    .frmcontacto #msj {
        width: 56%;
        height: 20px;
        font-size: 10px;
        position: absolute;
        margin-top: -9.5%;
        margin-left: 38%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        line-height: 12px;
        padding-top: 5px;
        color: #88201f;
        font-weight: bold;
    }
    .imperint {
        width: 95%;
    }
    .f {
        margin-top: -6px;
    }
    footer {
        width: 100%;
        height: 60px;
        bottom: 0;
        background-color: #FC3;
        box-shadow: 3px 0px 5px #C4C4C4, 3px 0px 5px #AFAFAF, 3px 0px 5px #303030;
        margin: 0;
        padding: 0;
        z-index: 9999;
        /*position:fixed;*/
    }
    .footder {
        width: 300px;
        height: 16px;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
    }
    .caLogo {
        background: url(/img/caLogo.png) left top no-repeat;
        display: block;
        width: 187px;
        height: 35px;
        text-indent: -10000px;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .caLogo:hover {
        background: url(/img/caLogo.png) left -38px no-repeat;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) and (orientation: portrait) {
    body {
        background-size: cover;
        background-attachment: fixed;
        background-position: right bottom;
    }
    header {
        height: 80px;
        width: 100%;
        margin: 0;
        z-index: 9999;
    }
    #pull {
        padding: 30px 0;
        margin-left: 10px;
        display: block;
        color: #FFFFFF;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 18px;
        text-align: center;
        width: 50%;
        height: 20px;
        font-weight: 900;
    }
    #menu {
        background-color: #FC3;
        width: 100%;
        box-shadow: 0px 3px 5px #C5C4C4;
        position: relative;
    }
    #menu ul {
        list-style: none;
        margin: 0;
        width: 95%;
        background-color: #FC3;
        position: absolute;
        z-index: 99999;
        display: none;
        padding: 0;
    }
    #menu li {
        width: 100%;
        float: left;
        height: 100%;
        color: #666666;
        background-color: #FC3;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        /*padding:10px 0;*/
        box-shadow: inset 0px -1px 3px rgba(0, 34, 122, 0.8);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    #menu .logos {
        bottom: 0;
        position: absolute;
        width: 105px;
        right: 0;
        height: 30px;
    }
    #menu .logoli {
        background: #FFF;
    }
    #menu .logoli:hover {
        background: #FFF;
    }
    #menu .vacio {
        margin-top: -80px;
        visibility: hidden;
    }
    #menu li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        cursor: pointer;
        box-shadow: inset 0px -1px 3px #FC3;
    }
    /*#menu li:nth-child(3) a{line-height:32px;}*/
    #menu li a {
        text-decoration: none;
        color: inherit;
        padding: 15px 0;
        display: block;
        line-height: 20px;
        vertical-align: middle;
    }
    #menu li a br {
        display: none
    }
    /* text-decoration:none;color:inherit;width:100%;height:50px;padding:30px 0;*/
    #menu .socio {
        width: 41%;
        height: 25px;
        padding: 0 0 5%;
        margin-top: 8%;
        font-size: 9px;
        display: block;
        right: 0;
        top: 8%;
        position: absolute;
    }
    #menu ul ul {
        width: 80%;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
        z-index: -1;
    }
    #menu>ul li:hover ul {
        opacity: 1;
        visibility: visible;
        margin: 0 0 0 25%;
        color: #000;
        z-index: 200;
    }
    #menu ul ul li {
        width: 100%;
        height: 100%;
        font-size: 11px;
        background-color: #FC3;
        color: #333;
        box-shadow: inset 0px -1px 3px #00227A;
    }
    /* width:100%;height:20px;padding:10px 0;font-size:11px;*/
    #menu ul ul li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        box-shadow: inset 0px -1px 3px #FC3
    }
    #menu ul ul li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        padding: 15px 0;
        float: left;
        line-height: 15px !important;
    }
    /* text-decoration:none;color:inherit;width:100%;padding:5px 0;height:95%;float:left;line-height: 15px !important;*/
    #menu .sm {
        background-image: url(/img/arrow.png);
        background-position: 95% center;
        background-repeat: no-repeat;
    }
    .logomenu {
        background: rgba(255, 255, 255, 0.5);
        height: 51px;
        margin-top: -9px;
    }
    #google_translate_element {
        right: 5px;
        top: 0;
        position: absolute;
    }
    section {
        width: 99%;
        min-height: 500px;
        height: auto;
        margin: 0;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 99;
        display: none;
    }
    .bx-wrapper .bx-prev {
        background: url(/img/controls.png) no-repeat 0 -32px;
        display: none;
    }
    .bx-wrapper .bx-next {
        background: url(/img/controls.png) no-repeat -43px -32px;
        display: none;
    }
    #izq {
        width: 100%;
        min-height: 250px;
        height: auto;
        background: #FFF;
        display: inline-block;
    }
    #lef {
        width: 100%;
        min-height: 300px;
        height: auto;
        background: #FFF;
        display: inline-block;
    }
    .imbn {
        height: auto;
        width: 100%;
        min-height: 328px;
    }
    .titulo {
        width: 100%;
    }
    .titulo img {
        width: 95%;
    }
    .cont {
        text-align: justify;
        color: #000;
        line-height: 25px;
        font-size: 12px;
        padding-left: 10px;
        width: 95%;
        min-height: 100px;
        display: inline-block;
    }
    .direc {
        list-style: none;
        width: 85%;
        margin: 0;
        padding: 0;
        min-height: 365px;
    }
    .direc li {
        float: left;
        display: block;
        height: 180px;
        min-height: 175px;
        width: 100%;
    }
    .direc .lugar {
        background-color: #999;
        width: 60%;
        height: 30px;
        display: block;
        float: left;
        margin-bottom: 1px;
    }
    .direc .lugar h4 {
        color: #FFF;
        float: left;
        width: 70%;
        margin: 3px;
        font-weight: normal;
    }
    .direc .lugar img {
        height: 30px;
        float: left;
    }
    .direc .emplog,
    .asemplg {
        width: 42%;
        float: left;
        margin-left: 5%;
    }
    .direc .emplog img,
    .asemplg img {
        width: 90%;
    }
    .direc .datemp,
    .asdtp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 80%;
        margin-left: 5%;
    }
    .direc .datemp a,
    .asdtp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
    }
    .viajes {
        height: 485px !important;
    }
    .asist {
        list-style: none;
        width: 98%;
        margin: 0;
        padding: 0;
        float: left;
        /*overflow:auto;height:450px;*/
    }
    .asist li {
        float: left;
        display: block;
        min-height: 135px;
        width: 100%;
    }
    .asist .emplog {
        width: 40%;
        float: left;
    }
    .asist .emplog img {
        width: 90%;
    }
    .asist .datemp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 60%;
        text-align: left;
        word-break: break-word;
    }
    .asist .datemp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
        font-size: 12px;
        margin: 5px 0;
        width: 100%;
        height: 14px;
        float: left;
        overflow: hidden;
    }
    .asist .datemp .boton {
        color: #FFF;
        text-decoration: none;
        width: 125px;
        height: 15px;
        text-align: center;
        font-weight: bold;
        word-break: break-word;
        background-color: #CCC;
        border-radius: 3px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        float: left;
        font-size: 12px;
    }
    .guin {
        color: #88201f;
    }
    .beni {
        color: #88201f;
        font-size: 16px;
    }
    .beniti {
        color: #88201f;
        font-size: 16px;
        margin: 15px 0;
    }
    .listflec {
        list-style: none;
        width: 75%;
        min-height: 225px;
        margin: 0;
        padding: 0;
    }
    .listflec li {
        float: left;
        display: block;
        height: 30px;
        width: 100%;
        margin: 0 0 3px;
    }
    .listflec .itmflc {
        background-color: #999;
        width: 100%;
        height: 30px;
        display: block;
        float: left;
        margin-bottom: 0;
    }
    .listflec .itmflc:hover {
        background-color: #FC0;
        cursor: pointer;
    }
    .listflec li .icnfl {
        width: 24px;
        height: 24px;
        float: left;
        margin: 2px;
    }
    .listflec li a {
        color: #FFF;
        float: left;
        width: 70%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
    }
    .listflec li .flch {
        width: 23px;
        height: 23px;
        float: right;
        margin-top: 3px;
    }
    .soccom {
        float: left;
        position: relative;
        height: 50px;
    }
    .fltitu {
        background-color: #999;
        width: 200px;
        height: 33px;
        display: block;
        float: left;
        margin: 5px 0;
    }
    .fltitu .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 1.5px;
        margin-left: 1px;
    }
    .fltitu a {
        color: #FFF;
        float: left;
        width: 65%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
    }
    .fltitu .flch {
        width: 26px;
        height: 26px;
        float: left;
        margin-top: 3px;
    }
    #der {
        width: 100%;
        min-height: 265px;
        display: inline-block;
    }
    #rih {
        width: 100%;
        min-height: 300px;
        background: #FFF;
        display: none;
    }
    #banner-fade {
        width: 100% !important;
        height: 100% !important;
        background: rgba(255, 255, 255, 0.9);
    }
    .b {
        background: rgba(255, 255, 255, 0) !important;
    }
    .bjqs {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .bjqs img {
        width: 100%;
    }
    .textsoci {
        width: 100%;
        font-size: 14px;
        text-align: justify;
        color: #979797;
        float: left;
        line-height: 15px;
        min-height: 220px;
    }
    .textsoci strong {
        width: 90%;
        float: left;
        margin: 5px;
    }
    .textsoci div {
        width: 96%;
        float: left;
        word-break: break-word;
        padding: 5px 1%;
        min-height: 110px;
    }
    .cnfrmsoci {
        width: 98%;
        min-height: 300px;
        background: #FFF;
    }
    .espere {
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        color: #88201f;
        width: 80%;
        height: 250px;
    }
    .espere img {
        width: 64px;
        height: 64px;
        display: block;
        margin: 25% auto 0;
    }
    .espere strong {
        text-align: center;
        display: block;
    }
    .frmsoci {
        width: 95%;
        float: left;
        /*border:1px solid #979797;*/
        padding: 5px;
        height: 295px;
    }
    .frmsoci .itmfrm {
        width: 90%;
        height: 60px;
        display: inline-block;
        float: left;
        margin: 0 5%;
    }
    .frmsoci legend {
        color: #88201F;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
    }
    .frmsoci label {
        color: #979797;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 147px;
        font-weight: bold;
    }
    .frmsoci input[type="text"],
    .frmsoci input[type="email"] {
        width: 230px;
        height: 30px;
        float: left;
    }
    .frmsoci .btn {
        width: 120px;
        height: 30px;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        position: relative;
    }
    .frmsoci .btn:hover {
        background-color: #b49f45;
    }
    .frmsoci #msj {
        width: 45%;
        height: 35px;
        font-size: 10px;
        position: absolute;
        margin-top: -9%;
        margin-left: 38%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        line-height: 12px;
        color: #88201f;
        font-weight: bold;
    }
    .frmcontacto {
        width: 85%;
        float: left;
        min-height: 380px;
    }
    .frmcontacto .itmfrm {
        width: 100%;
        height: 60px;
        display: block;
    }
    .frmcontacto label {
        color: #979797;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 140px;
        font-weight: bold;
    }
    .frmcontacto input[type="text"],
    .frmcontacto input[type="email"] {
        width: 250px;
        height: 30px;
        float: left;
    }
    .frmcontacto textarea {
        width: 250px;
        height: 50px;
        float: left;
    }
    .frmcontacto input[type="submit"] {
        width: 120px;
        height: 30px;
        float: left;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        margin-top: 5px;
    }
    .frmcontacto input[type="submit"]:hover {
        background-color: #b49f45;
    }
    .frmcontacto strong {
        font-size: 12px;
    }
    .frmcontacto #msj {
        width: 56%;
        height: 20px;
        font-size: 10px;
        position: absolute;
        margin-top: -9.5%;
        margin-left: 38%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        line-height: 12px;
        padding-top: 5px;
        color: #88201f;
        font-weight: bold;
    }
    .imperint {
        width: 95%;
    }
    .f {
        margin-top: -6px;
    }
    footer {
        width: 100%;
        height: 60px;
        bottom: 0;
        background-color: #FC3;
        box-shadow: 3px 0px 5px #C4C4C4, 3px 0px 5px #AFAFAF, 3px 0px 5px #303030;
        margin: 0;
        padding: 0;
        z-index: 9999;
        /*position:fixed;*/
    }
    .footder {
        width: 300px;
        height: 16px;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
    }
    .caLogo {
        background: url(/img/caLogo.png) left top no-repeat;
        display: block;
        width: 187px;
        height: 35px;
        text-indent: -10000px;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .caLogo:hover {
        background: url(/img/caLogo.png) left -38px no-repeat;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {}

@media only screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
    body {
        background-size: cover;
        background-attachment: fixed;
        background-position: right bottom;
    }
    header {
        height: 80px;
        width: 100%;
        margin: 0;
        z-index: 9999;
    }
    #pull {
        padding: 30px 0;
        margin-left: 10px;
        display: block;
        color: #FFFFFF;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 18px;
        text-align: center;
        width: 50%;
        height: 20px;
        font-weight: 900;
    }
    #menu {
        background-color: #FC3;
        width: 100%;
        box-shadow: 0px 3px 5px #C5C4C4;
        position: relative;
    }
    #menu ul {
        list-style: none;
        margin: 0;
        width: 95%;
        background-color: #FC3;
        position: absolute;
        z-index: 99999;
        display: none;
        padding: 0;
    }
    #menu li {
        width: 100%;
        float: left;
        height: 100%;
        color: #666666;
        background-color: #FC3;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        box-shadow: inset 0px -1px 3px rgba(0, 34, 122, 0.8);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 99;
        display: none;
    }
    .bx-wrapper .bx-prev {
        background: url(/img/controls.png) no-repeat 0 -32px;
        display: none;
    }
    .bx-wrapper .bx-next {
        background: url(/img/controls.png) no-repeat -43px -32px;
        display: none;
    }
    /*height:35px;padding:15px 0;*/
    #menu .logos {
        bottom: 0;
        position: absolute;
        width: 105px;
        right: 0;
        height: 30px;
    }
    #menu .logoli {
        background: #FFF;
    }
    #menu .logoli:hover {
        background: #FFF;
    }
    #menu .vacio {
        margin-top: -80px;
        visibility: hidden;
    }
    #menu li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        cursor: pointer;
        box-shadow: inset 0px -1px 3px #FC3;
    }
    /*#menu li:nth-child(3) a{line-height:32px;}*/
    #menu li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        /*height:50px;*/
        padding: 15px 0;
        line-height: 25px;
        vertical-align: middle;
    }
    #menu li a br {
        display: none;
    }
    #menu .socio {
        width: 34%;
        height: 25px;
        padding: 0 1% 5%;
        margin-top: 5%;
        text-align: right;
        font-size: 9px;
        display: block;
        right: 0;
        top: 5%;
        position: absolute;
    }
    #menu ul ul {
        width: 80%;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
        z-index: -1;
    }
    #menu>ul li:hover ul {
        opacity: 1;
        visibility: visible;
        margin: 0 0 0 25%;
        color: #000;
        z-index: 200;
    }
    /* opacity:1;visibility:visible;margin:15px 0 0 25%;color:#000;z-index:200; */
    #menu ul ul li {
        width: 100%;
        height: 100%;
        font-size: 11px;
        background-color: #FC3;
        color: #333;
        box-shadow: inset 0px -1px 3px #00227A;
    }
    #menu ul ul li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        box-shadow: inset 0px -1px 3px #FC3
    }
    #menu ul ul li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        display: block;
        padding: 15px 0;
        height: 95%;
        float: left;
        line-height: 15px !important;
    }
    #menu .sm {
        background-image: url(/img/arrow.png);
        background-position: 95% center;
        background-repeat: no-repeat;
    }
    .logomenu {
        background: rgba(255, 255, 255, 0.5);
        height: 60px;
        margin-top: 0;
    }
    #google_translate_element {
        right: 5px;
        top: 0;
        position: absolute;
    }
    section {
        width: 99%;
        min-height: 600px;
        margin: 0;
    }
    #izq {
        width: 100%;
        min-height: 315px;
        background: #FFF;
        display: inline-block;
    }
    #lef {
        width: 100%;
        min-height: 309px;
        background: #FFF;
        display: inline-block;
    }
    .imbn {
        width: 60%;
        min-height: 100px;
        margin: 0 18%;
    }
    .titulo {
        width: 100%;
    }
    .titulo img {
        width: 95%;
    }
    .cont {
        text-align: justify;
        color: #000;
        line-height: 25px;
        font-size: 12px;
        padding-left: 10px;
        width: 95%;
        min-height: 100px;
    }
    .direc {
        list-style: none;
        width: 85%;
        margin: 0;
        padding: 0;
        min-height: 365px;
    }
    .direc li {
        float: left;
        display: block;
        height: 180px;
        min-height: 175px;
        width: 100%;
    }
    .direc .lugar {
        background-color: #999;
        width: 60%;
        height: 30px;
        display: block;
        float: left;
        margin-bottom: 1px;
    }
    .direc .lugar h4 {
        color: #FFF;
        float: left;
        width: 70%;
        margin: 3px;
        font-weight: normal;
    }
    .direc .lugar img {
        height: 30px;
        float: left;
    }
    .direc .emplog,
    .asemplg {
        width: 42%;
        float: left;
        margin-left: 5%;
    }
    .direc .emplog img,
    .asemplg img {
        width: 90%;
    }
    .direc .datemp,
    .asdtp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 80%;
        margin-left: 5%;
    }
    .direc .datemp a,
    .asdtp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
    }
    .viajes {
        height: 470px;
    }
    .asist {
        list-style: none;
        width: 98%;
        margin: 0;
        padding: 0;
        float: left;
        /*overflow:auto;height:560px;*/
    }
    .asist li {
        float: left;
        display: block;
        min-height: 135px;
        width: 100%;
    }
    .asist .emplog {
        width: 40%;
        float: left;
    }
    .asist .emplog img {
        width: 70%;
    }
    .asist .datemp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 60%;
        text-align: left;
        word-break: break-word;
    }
    .asist .datemp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
        font-size: 12px;
        margin: 5px 0;
        width: 100%;
        height: 14px;
        float: left;
        overflow: hidden;
    }
    .asist .datemp .boton {
        color: #FFF;
        text-decoration: none;
        width: 125px;
        height: 15px;
        text-align: center;
        font-weight: bold;
        word-break: break-word;
        background-color: #CCC;
        border-radius: 3px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        float: left;
        font-size: 12px;
    }
    .guin {
        color: #88201f;
    }
    .beni {
        color: #88201f;
        font-size: 16px;
    }
    .beniti {
        color: #88201f;
        font-size: 16px;
        margin: 15px 0;
    }
    .listflec {
        list-style: none;
        width: 70%;
        min-height: 225px;
        margin: 0;
        padding: 0;
    }
    .listflec li {
        float: left;
        display: block;
        height: 30px;
        width: 95%;
        margin: 0 0 3px;
    }
    .listflec .itmflc {
        background-color: #999;
        width: 100%;
        height: 30px;
        display: block;
        float: left;
        margin-bottom: 0;
    }
    .listflec .itmflc:hover {
        background-color: #FC0;
        cursor: pointer;
    }
    .listflec li .icnfl {
        width: 24px;
        height: 24px;
        float: left;
        margin: 2px;
    }
    .listflec li a {
        color: #FFF;
        float: left;
        width: 75%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
    }
    .listflec li .flch {
        width: 23px;
        height: 23px;
        float: right;
        margin-top: 3px;
    }
    .soccom {
        float: left;
        position: relative;
        height: 50px;
    }
    .fltitu {
        background-color: #999;
        width: 200px;
        height: 33px;
        display: block;
        float: left;
        margin: 5px 0;
    }
    .fltitu .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 1.5px;
        margin-left: 1px;
    }
    .fltitu a {
        color: #FFF;
        float: left;
        width: 65%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
    }
    .fltitu .flch {
        width: 26px;
        height: 26px;
        float: left;
        margin-top: 3px;
    }
    #der {
        width: 100%;
        min-height: 390px;
        display: inline-block;
    }
    #rih {
        width: 100%;
        min-height: 300px;
        background: #FFF;
        display: none;
    }
    #banner-fade {
        width: 100% !important;
        height: 100% !important;
        background: rgba(255, 255, 255, 0.9);
        margin: 0 !important;
        padding: 0 !important;
    }
    .b {
        background: rgba(255, 255, 255, 0) !important;
    }
    .bjqs {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .bjqs img {
        width: 100%;
    }
    .textsoci {
        width: 100%;
        font-size: 14px;
        text-align: justify;
        color: #979797;
        float: left;
        line-height: 15px;
    }
    .textsoci strong {
        width: 91%;
        float: left;
        margin: 5px;
    }
    .textsoci div {
        width: 96%;
        float: left;
        word-break: break-word;
        padding: 5px 1%;
    }
    .cnfrmsoci {
        width: 98%;
        min-height: 300px;
        background: #FFF;
    }
    .espere {
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        color: #88201f;
        width: 80%;
        height: 250px;
    }
    .espere img {
        width: 64px;
        height: 64px;
        display: block;
        margin: 25% auto 0;
    }
    .espere strong {
        text-align: center;
        display: block;
    }
    .frmsoci {
        width: 95%;
        float: left;
        /*border:1px solid #979797;*/
        padding: 5px;
        min-height: 295px;
    }
    .frmsoci .itmfrm {
        width: 90%;
        height: 60px;
        display: inline-block;
        float: left;
        margin: 0 5%;
    }
    .frmsoci legend {
        color: #88201F;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
    }
    .frmsoci label {
        color: #979797;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 147px;
        font-weight: bold;
    }
    .frmsoci input[type="text"],
    .frmsoci input[type="email"] {
        width: 230px;
        height: 30px;
        float: left;
    }
    .frmsoci .btn {
        width: 120px;
        height: 30px;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        position: relative;
    }
    .frmsoci .btn:hover {
        background-color: #b49f45;
    }
    .frmsoci #msj {
        width: 63%;
        height: 40px;
        font-size: 10px;
        position: absolute;
        margin-top: 0%;
        margin-left: 25%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        color: #88201f;
        font-weight: bold;
    }
    .frmcontacto {
        width: 85%;
        float: left;
        min-height: 380px;
    }
    .frmcontacto .itmfrm {
        width: 100%;
        height: 60px;
        display: block;
    }
    .frmcontacto label {
        color: #979797;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 140px;
        font-weight: bold;
    }
    .frmcontacto input[type="text"],
    .frmcontacto input[type="email"] {
        width: 250px;
        height: 30px;
        float: left;
    }
    .frmcontacto textarea {
        width: 250px;
        height: 50px;
        float: left;
    }
    .frmcontacto input[type="submit"] {
        width: 120px;
        height: 30px;
        float: left;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        margin-top: 5px;
    }
    .frmcontacto input[type="submit"]:hover {
        background-color: #b49f45;
    }
    .frmcontacto strong {
        font-size: 12px;
    }
    .frmcontacto #msj {
        width: 55%;
        height: 48px;
        font-size: 10px;
        position: absolute;
        margin-top: 2%;
        margin-left: 40%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        color: #88201f;
        font-weight: bold;
    }
    .imperint {
        width: 95%;
    }
    .f {
        margin-top: -5px;
    }
    footer {
        width: 100%;
        height: 60px;
        bottom: 0;
        background-color: #FC3;
        box-shadow: 3px 0px 5px #C4C4C4, 3px 0px 5px #AFAFAF, 3px 0px 5px #303030;
        margin: 0;
        padding: 0;
        z-index: 9999;
        position: relative;
        /*position:fixed;*/
    }
    .footder {
        width: 300px;
        height: 16px;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
    }
    .caLogo {
        background: url(/img/caLogo.png) left top no-repeat;
        display: block;
        width: 187px;
        height: 35px;
        text-indent: -10000px;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .caLogo:hover {
        background: url(/img/caLogo.png) left -38px no-repeat;
    }
}

@media only screen and (min-width: 581px) and (max-width: 630px) and (orientation: portrait) {
    body {
        background-size: cover;
        background-attachment: fixed;
        background-position: right bottom;
    }
    header {
        height: 80px;
        width: 100%;
        margin: 0;
        z-index: 9999;
    }
    #pull {
        padding: 30px 0;
        margin-left: 10px;
        display: block;
        color: #FFFFFF;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 18px;
        text-align: center;
        width: 50%;
        height: 20px;
        font-weight: 900;
    }
    #menu {
        background-color: #FC3;
        width: 100%;
        box-shadow: 0px 3px 5px #C5C4C4;
        position: relative;
    }
    #menu ul {
        list-style: none;
        margin: 0;
        width: 95%;
        background-color: #FC3;
        position: absolute;
        z-index: 99999;
        display: none;
        padding: 0;
    }
    #menu li {
        width: 100%;
        height: 100%;
        float: left;
        color: #666666;
        background-color: #FC3;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        box-shadow: inset 0px -1px 3px rgba(0, 34, 122, 0.8);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    /* height:35px;padding:15px 0; */
    #menu .logos {
        bottom: 0;
        position: absolute;
        width: 105px;
        right: 0;
        height: 30px;
    }
    #menu .logoli {
        background: #FFF;
    }
    #menu .logoli:hover {
        background: #FFF;
    }
    #menu .vacio {
        margin-top: -80px;
        visibility: hidden;
    }
    #menu li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        cursor: pointer;
        box-shadow: inset 0px -1px 3px #FC3;
    }
    /*#menu li:nth-child(3) a{line-height:32px;}*/
    #menu li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        padding: 15px 0;
        vertical-align: middle;
        line-height: 25px;
    }
    #menu li a br {
        display: none
    }
    /* height:50px;padding:30px 0;  */
    #menu .socio {
        width: 34%;
        height: 25px;
        padding: 0 1% 5%;
        margin-top: 5%;
        text-align: right;
        font-size: 9px;
        display: block;
        right: 0;
        top: 5%;
        position: absolute;
    }
    #menu ul ul {
        width: 80%;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
        z-index: -1;
    }
    #menu>ul li:hover ul {
        opacity: 1;
        visibility: visible;
        margin: 0 0 0 25%;
        color: #000;
        z-index: 200;
    }
    #menu ul ul li {
        width: 100%;
        height: 100%;
        font-size: 11px;
        background-color: #FC3;
        color: #333;
        box-shadow: inset 0px -1px 3px #00227A;
    }
    /*padding:10px 0;*/
    #menu ul ul li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        box-shadow: inset 0px -1px 3px #FC3
    }
    #menu ul ul li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        padding: 5px 0;
        height: 95%;
        float: left;
        line-height: 15px !important;
    }
    #menu .sm {
        background-image: url(/img/arrow.png);
        background-position: 95% center;
        background-repeat: no-repeat;
    }
    .logomenu {
        background: rgba(255, 255, 255, 0.5);
        height: 60px;
        margin-top: -14px;
    }
    #google_translate_element {
        right: 5px;
        top: 0;
        position: absolute;
    }
    section {
        width: 99%;
        min-height: 590px;
        margin: 0;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 99;
        display: none;
    }
    .bx-wrapper .bx-prev {
        background: url(/img/controls.png) no-repeat 0 -32px;
        display: none;
    }
    .bx-wrapper .bx-next {
        background: url(/img/controls.png) no-repeat -43px -32px;
        display: none;
    }
    #izq {
        width: 100%;
        min-height: 350px;
        background: #FFF;
        display: inline-block;
    }
    #lef {
        width: 100%;
        min-height: 500px;
        background: #FFF;
        display: inline-block;
    }
    .imbn {
        width: 60%;
        min-height: 328px;
        margin: 0 20%;
    }
    .titulo {
        width: 100%;
    }
    .titulo img {
        width: 95%;
    }
    .cont {
        text-align: justify;
        color: #000;
        line-height: 25px;
        font-size: 12px;
        padding-left: 10px;
        width: 95%;
        min-height: 100px;
    }
    .direc {
        list-style: none;
        width: 85%;
        margin: 0;
        padding: 0;
        min-height: 365px;
    }
    .direc li {
        float: left;
        display: block;
        min-height: 175px;
        width: 100%;
    }
    .direc .lugar {
        background-color: #999;
        width: 61%;
        height: 30px;
        display: block;
        float: left;
        margin-bottom: 1px;
    }
    .direc .lugar h4 {
        color: #FFF;
        float: left;
        width: 70%;
        margin: 3px;
        font-weight: normal;
    }
    .direc .lugar img {
        height: 30px;
        float: left;
    }
    .direc .emplog,
    .asemplg {
        width: 35%;
        float: left;
        margin-left: 5%;
    }
    .direc .emplog img,
    .asemplg img {
        width: 90%;
    }
    .direc .datemp,
    .asdtp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 55%;
        margin-left: 5%;
        margin-top: 2%;
    }
    .direc .datemp a,
    .asdtp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
    }
    .asist {
        list-style: none;
        width: 98%;
        margin: 0;
        padding: 0;
        float: left;
        /*overflow:auto;height:785px;*/
        margin-bottom: 5px;
    }
    .asist li {
        float: left;
        display: block;
        min-height: 135px;
        width: 100%;
    }
    .asist .emplog {
        width: 40%;
        float: left;
    }
    .asist .emplog img {
        width: 90%;
    }
    .asist .datemp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 60%;
        text-align: left;
        word-break: break-word;
    }
    .asist .datemp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
        font-size: 12px;
        margin: 5px 0;
        width: 100%;
        height: 14px;
        float: left;
        overflow: hidden;
    }
    .asist .datemp .boton {
        color: #FFF;
        text-decoration: none;
        width: 125px;
        height: 15px;
        text-align: center;
        font-weight: bold;
        word-break: break-word;
        background-color: #CCC;
        border-radius: 3px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        float: left;
        font-size: 12px;
    }
    .guin {
        color: #88201f;
    }
    .beni {
        color: #88201f;
        font-size: 16px;
    }
    .beniti {
        color: #88201f;
        font-size: 16px;
        margin: 15px 0;
    }
    .listflec {
        list-style: none;
        width: 75%;
        min-height: 225px;
        margin: 0;
        padding: 0;
    }
    .listflec li {
        float: left;
        display: block;
        height: 38px;
        width: 85%;
        margin: 0 0 3px;
    }
    .listflec .itmflc {
        background-color: #999;
        width: 100%;
        height: 32px;
        display: block;
        float: left;
        margin-bottom: 0;
        padding: 2px 0;
    }
    .listflec .itmflc:hover {
        background-color: #FC0;
        cursor: pointer;
    }
    .listflec li .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin: 2px;
    }
    .listflec li a {
        color: #FFF;
        float: left;
        width: 75%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
    }
    .listflec li .flch {
        width: 29px;
        height: 29px;
        float: right;
        margin-top: 3px;
    }
    .soccom {
        float: left;
        position: relative;
        height: 60px;
    }
    .fltitu {
        background-color: #999;
        width: 200px;
        height: 33px;
        display: block;
        float: left;
        margin: 5px 0;
    }
    .fltitu .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 1.5px;
        margin-left: 1px;
    }
    .fltitu a {
        color: #FFF;
        float: left;
        width: 65%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
    }
    .fltitu .flch {
        width: 26px;
        height: 26px;
        float: left;
        margin-top: 3px;
    }
    #der {
        width: 100%;
        min-height: 500px;
        display: inline-block;
    }
    #rih {
        width: 100%;
        min-height: 300px;
        background: #FFF;
        display: none;
    }
    #banner-fade {
        width: 100% !important;
        height: 100% !important;
        background: rgba(255, 255, 255, 0.9);
        margin-bottom: 8px;
    }
    .b {
        background: rgba(255, 255, 255, 0) !important;
    }
    .bjqs {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .bjqs img {
        width: 100%;
    }
    .textsoci {
        width: 100%;
        font-size: 14px;
        text-align: justify;
        color: #979797;
        float: left;
        line-height: 15px;
    }
    .textsoci strong {
        width: 95%;
        float: left;
        margin: 5px;
    }
    .textsoci div {
        width: 96%;
        float: left;
        word-break: break-word;
        padding: 5px 1%;
    }
    .cnfrmsoci {
        width: 98%;
        min-height: 300px;
        background: #FFF;
    }
    .espere {
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        color: #88201f;
        width: 80%;
        height: 250px;
    }
    .espere img {
        width: 64px;
        height: 64px;
        display: block;
        margin: 25% auto 0;
    }
    .espere strong {
        text-align: center;
        display: block;
    }
    .frmsoci {
        width: 95%;
        float: left;
        /*border:1px solid #979797;*/
        padding: 5px;
        height: 300px;
    }
    .frmsoci .itmfrm {
        width: 90%;
        height: 60px;
        display: inline-block;
        float: left;
        margin: 0 5%;
    }
    .frmsoci legend {
        color: #88201F;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
    }
    .frmsoci label {
        color: #979797;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 147px;
        font-weight: bold;
    }
    .frmsoci input[type="text"],
    .frmsoci input[type="email"] {
        width: 230px;
        height: 30px;
        float: left;
    }
    .frmsoci .btn {
        width: 120px;
        height: 30px;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        position: relative;
    }
    .frmsoci .btn:hover {
        background-color: #b49f45;
    }
    .frmsoci #msj {
        width: 63%;
        height: 25px;
        font-size: 12px;
        position: absolute;
        margin-top: -4%;
        margin-left: 25%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        color: #88201f;
        font-weight: bold;
    }
    #direccion {
        margin-top: 20px;
    }
    .frmcontacto {
        width: 85%;
        float: left;
        min-height: 480px;
    }
    .frmcontacto .itmfrm {
        width: 100%;
        height: 60px;
        display: block;
    }
    .frmcontacto label {
        color: #979797;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 140px;
        font-weight: bold;
    }
    .frmcontacto input[type="text"],
    .frmcontacto input[type="email"] {
        width: 250px;
        height: 30px;
        float: left;
    }
    .frmcontacto textarea {
        width: 250px;
        height: 50px;
        float: left;
    }
    .frmcontacto input[type="submit"] {
        width: 120px;
        height: 30px;
        float: left;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        margin-top: 5px;
    }
    .frmcontacto input[type="submit"]:hover {
        background-color: #b49f45;
    }
    .frmcontacto strong {
        font-size: 12px;
    }
    .frmcontacto #msj {
        width: 50%;
        height: 50px;
        font-size: 12px;
        position: absolute;
        margin-top: 0;
        margin-left: 37%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        color: #88201f;
        font-weight: bold;
    }
    .imperint {
        width: 75%;
    }
    .f {
        margin-top: -6px;
    }
    footer {
        width: 100%;
        height: 60px;
        bottom: 0;
        background-color: #FC3;
        box-shadow: 3px 0px 5px #C4C4C4, 3px 0px 5px #AFAFAF, 3px 0px 5px #303030;
        margin: 0;
        padding: 0;
        z-index: 9999;
        /*margin-top: 60px;position:fixed;*/
    }
    .footder {
        width: 300px;
        height: 16px;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
    }
    .caLogo {
        background: url(/img/caLogo.png) left top no-repeat;
        display: block;
        width: 187px;
        height: 35px;
        text-indent: -10000px;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .caLogo:hover {
        background: url(/img/caLogo.png) left -38px no-repeat;
    }
}

@media only screen and (min-width: 631px) and (max-width: 800px) {
    body {
        background-size: cover;
        background-attachment: fixed;
        background-position: right bottom;
    }
    header {
        height: 80px;
        width: 100%;
        margin: 0;
        z-index: 9999;
    }
    #pull {
        padding: 30px 0;
        margin-left: 10px;
        display: block;
        color: #FFFFFF;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 18px;
        text-align: center;
        width: 50%;
        height: 20px;
        font-weight: 900;
    }
    #menu {
        background-color: #FC3;
        width: 100%;
        box-shadow: 0px 3px 5px #C5C4C4;
        position: relative;
    }
    #menu ul {
        list-style: none;
        margin: 0;
        width: 95%;
        background-color: #FC3;
        position: absolute;
        z-index: 99999;
        display: none;
        padding: 0;
    }
    #menu li {
        width: 100%;
        float: left;
        height: 35px;
        color: #666666;
        background-color: #FC3;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        padding: 15px 0;
        box-shadow: inset 0px -1px 3px rgba(0, 34, 122, 0.8);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 99;
        display: none;
    }
    .bx-wrapper .bx-prev {
        background: url(/img/controls.png) no-repeat 0 -32px;
        display: none;
    }
    .bx-wrapper .bx-next {
        background: url(/img/controls.png) no-repeat -43px -32px;
        display: none;
    }
    #menu .logos {
        bottom: 0;
        position: absolute;
        width: 105px;
        right: 0;
        height: 30px;
    }
    #menu .logoli {
        background: #FFF;
    }
    #menu .logoli:hover {
        background: #FFF;
    }
    #menu .vacio {
        margin-top: -80px;
        visibility: hidden;
    }
    #menu li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        cursor: pointer;
        box-shadow: inset 0px -1px 3px #FC3;
    }
    /*#menu li:nth-child(3) a{line-height:32px;}*/
    #menu li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        height: 50px;
        padding: 15px 0;
        vertical-align: middle;
        line-height: 20px;
    }
    #menu li a br {
        display: none
    }
    #menu .socio {
        width: 34%;
        height: 25px;
        padding: 0 1% 5%;
        margin-top: 5%;
        text-align: right;
        font-size: 9px;
        display: block;
        right: 0;
        top: 5%;
        position: absolute;
    }
    #menu ul ul {
        width: 80%;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
        z-index: -1;
    }
    #menu>ul li:hover ul {
        opacity: 1;
        visibility: visible;
        margin: 15px 0 0 25%;
        color: #000;
        z-index: 200;
    }
    #menu ul ul li {
        width: 100%;
        height: 100%;
        font-size: 11px;
        background-color: #FC3;
        color: #333;
        box-shadow: inset 0px -1px 3px #00227A;
    }
    /*padding:10px 0;*/
    #menu ul ul li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        box-shadow: inset 0px -1px 3px #FC3
    }
    #menu ul ul li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        padding: 10px 0;
        height: 95%;
        float: left;
        line-height: 15px !important;
    }
    #menu .sm {
        background-image: url(/img/arrow.png);
        background-position: 95% center;
        background-repeat: no-repeat;
    }
    .logomenu {
        background: rgba(255, 255, 255, 0.5);
        height: 60px;
        margin-top: -14px;
    }
    #google_translate_element {
        right: 5px;
        top: 0;
        position: absolute;
    }
    section {
        width: 99%;
        min-height: 590px;
        margin: 0;
    }
    #izq {
        width: 100%;
        min-height: 350px;
        background: #FFF;
        display: inline-block;
    }
    #lef {
        width: 100%;
        min-height: 500px;
        background: #FFF;
        display: inline-block;
    }
    .imbn {
        width: 60%;
        min-height: 328px;
        margin: 0 20%;
    }
    .titulo {
        width: 100%;
    }
    .titulo img {
        width: 95%;
    }
    .cont {
        text-align: justify;
        color: #000;
        line-height: 25px;
        font-size: 12px;
        padding-left: 10px;
        width: 95%;
        min-height: 100px;
    }
    .direc {
        list-style: none;
        width: 85%;
        margin: 0;
        padding: 0;
        min-height: 365px;
    }
    .direc li {
        float: left;
        display: block;
        min-height: 175px;
        width: 100%;
    }
    .direc .lugar {
        background-color: #999;
        width: 61%;
        height: 30px;
        display: block;
        float: left;
        margin-bottom: 1px;
    }
    .direc .lugar h4 {
        color: #FFF;
        float: left;
        width: 70%;
        margin: 3px;
        font-weight: normal;
    }
    .direc .lugar img {
        height: 30px;
        float: left;
    }
    .direc .emplog,
    .asemplg {
        width: 35%;
        float: left;
        margin-left: 5%;
    }
    .direc .emplog img,
    .asemplg img {
        width: 90%;
    }
    .direc .datemp,
    .asdtp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 55%;
        margin-left: 5%;
        margin-top: 2%;
    }
    .direc .datemp a,
    .asdtp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
    }
    .asist {
        list-style: none;
        width: 98%;
        margin: 0;
        padding: 0;
        float: left;
        /*overflow:auto;height:785px;*/
        margin-bottom: 5px;
    }
    .asist li {
        float: left;
        display: block;
        min-height: 135px;
        width: 100%;
    }
    .asist .emplog {
        width: 40%;
        float: left;
    }
    .asist .emplog img {
        width: 90%;
    }
    .asist .datemp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 60%;
        text-align: left;
        word-break: break-word;
    }
    .asist .datemp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
        font-size: 12px;
        margin: 5px 0;
        width: 100%;
        height: 14px;
        float: left;
        overflow: hidden;
    }
    .asist .datemp .boton {
        color: #FFF;
        text-decoration: none;
        width: 125px;
        height: 15px;
        text-align: center;
        font-weight: bold;
        word-break: break-word;
        background-color: #CCC;
        border-radius: 3px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        float: left;
        font-size: 12px;
    }
    .guin {
        color: #88201f;
    }
    .beni {
        color: #88201f;
        font-size: 16px;
    }
    .beniti {
        color: #88201f;
        font-size: 16px;
        margin: 15px 0;
    }
    .listflec {
        list-style: none;
        width: 75%;
        min-height: 225px;
        margin: 0;
        padding: 0;
    }
    .listflec li {
        float: left;
        display: block;
        height: 38px;
        width: 85%;
        margin: 0 0 3px;
    }
    .listflec .itmflc {
        background-color: #999;
        width: 100%;
        height: 32px;
        display: block;
        float: left;
        margin-bottom: 0;
        padding: 2px 0;
    }
    .listflec .itmflc:hover {
        background-color: #FC0;
        cursor: pointer;
    }
    .listflec li .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin: 2px;
    }
    .listflec li a {
        color: #FFF;
        float: left;
        width: 75%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
    }
    .listflec li .flch {
        width: 29px;
        height: 29px;
        float: right;
        margin-top: 3px;
    }
    .soccom {
        float: left;
        position: relative;
        height: 60px;
    }
    .fltitu {
        background-color: #999;
        width: 200px;
        height: 33px;
        display: block;
        float: left;
        margin: 5px 0;
    }
    .fltitu .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 1.5px;
        margin-left: 1px;
    }
    .fltitu a {
        color: #FFF;
        float: left;
        width: 65%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
    }
    .fltitu .flch {
        width: 26px;
        height: 26px;
        float: left;
        margin-top: 3px;
    }
    #der {
        width: 100%;
        min-height: 500px;
        display: inline-block;
    }
    #rih {
        width: 100%;
        min-height: 300px;
        background: #FFF;
        display: none;
    }
    #banner-fade {
        width: 100% !important;
        height: 100% !important;
        background: rgba(255, 255, 255, 0.9);
        margin-bottom: 8px;
    }
    .b {
        background: rgba(255, 255, 255, 0) !important;
    }
    .bjqs {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .bjqs img {
        width: 100%;
    }
    .textsoci {
        width: 100%;
        font-size: 14px;
        text-align: justify;
        color: #979797;
        float: left;
        line-height: 15px;
    }
    .textsoci strong {
        width: 95%;
        float: left;
        margin: 5px;
    }
    .textsoci div {
        width: 96%;
        float: left;
        word-break: break-word;
        padding: 5px 1%;
    }
    .cnfrmsoci {
        width: 98%;
        min-height: 300px;
        background: #FFF;
    }
    .espere {
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        color: #88201f;
        width: 80%;
        height: 250px;
    }
    .espere img {
        width: 64px;
        height: 64px;
        display: block;
        margin: 25% auto 0;
    }
    .espere strong {
        text-align: center;
        display: block;
    }
    .frmsoci {
        width: 95%;
        float: left;
        /*border:1px solid #979797;*/
        padding: 5px;
        height: 300px;
    }
    .frmsoci .itmfrm {
        width: 90%;
        height: 45px;
        display: inline-block;
        float: left;
        margin: 0 5%;
    }
    .frmsoci legend {
        color: #88201F;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
    }
    .frmsoci label {
        color: #979797;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 147px;
        font-weight: bold;
    }
    .frmsoci input[type="text"],
    .frmsoci input[type="email"] {
        width: 230px;
        height: 21px;
        float: left;
    }
    .frmsoci .btn {
        width: 120px;
        height: 30px;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        position: relative;
    }
    .frmsoci .btn:hover {
        background-color: #b49f45;
    }
    .frmsoci #msj {
        width: 63%;
        height: 25px;
        font-size: 12px;
        position: absolute;
        margin-top: -4%;
        margin-left: 25%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        color: #88201f;
        font-weight: bold;
    }
    .captcha {
        float: left;
        margin-left: 70px;
    }
    #enviar {
        margin-top: -40px;
        float: right;
    }
    .frmcontacto {
        width: 85%;
        float: left;
        min-height: 380px;
    }
    .frmcontacto .itmfrm {
        width: 100%;
        height: 40px;
        display: block;
    }
    .frmcontacto label {
        color: #979797;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 140px;
        font-weight: bold;
    }
    .frmcontacto input[type="text"],
    .frmcontacto input[type="email"] {
        width: 250px;
        height: 30px;
        float: left;
    }
    .frmcontacto textarea {
        width: 250px;
        height: 50px;
        float: left;
    }
    .frmcontacto input[type="submit"] {
        width: 120px;
        height: 30px;
        float: left;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        margin-top: 5px;
    }
    .frmcontacto input[type="submit"]:hover {
        background-color: #b49f45;
    }
    .frmcontacto strong {
        font-size: 12px;
    }
    .frmcontacto #msj {
        width: 50%;
        height: 50px;
        font-size: 12px;
        position: absolute;
        margin-top: 0;
        margin-left: 37%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        color: #88201f;
        font-weight: bold;
    }
    .imperint {
        width: 75%;
    }
    .f {
        margin-top: -6px;
    }
    footer {
        width: 100%;
        height: 60px;
        bottom: 0;
        background-color: #FC3;
        box-shadow: 3px 0px 5px #C4C4C4, 3px 0px 5px #AFAFAF, 3px 0px 5px #303030;
        margin: 0;
        padding: 0;
        z-index: 9999;
        /*margin-top: 60px;position:fixed;*/
    }
    .footder {
        width: 300px;
        height: 16px;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
    }
    .caLogo {
        background: url(/img/caLogo.png) left top no-repeat;
        display: block;
        width: 187px;
        height: 35px;
        text-indent: -10000px;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .caLogo:hover {
        background: url(/img/caLogo.png) left -38px no-repeat;
    }
}


/*
     ******************************************************************************************************
     *****************************       RESOLUCIONES MENORES A 1080px       ******************************
     ******************************************************************************************************
*/

@media only screen and (min-width: 801px) and (max-width: 1079px) {
    body {
        background-size: cover;
        background-attachment: fixed;
        background-position: left top;
    }
    header {
        height: 80px;
        width: 1024px;
        margin: 0 auto;
        z-index: 9999;
        position: relative;
    }
    #pull {
        display: none;
    }
    #menu {
        background-color: #FC3;
        width: 1024px;
        height: 80px;
        box-shadow: 0px 3px 5px #C5C4C4;
        position: relative;
    }
    #menu ul {
        list-style: none;
        margin: 0;
        height: 80px;
        width: 80%;
        float: left;
        padding: 0;
        display: block;
    }
    #menu .logos {
        top: 0;
        position: absolute;
        width: 99px;
        right: 0;
        height: 30px;
    }
    #menu li {
        width: 130px;
        float: left;
        height: 100%;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    /*height:40px;padding:20px 0; */
    #menu li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        /*cursor:pointer;background-color:#00227a;*/
    }
    #menu .vacio:hover {
        background-color: transparent;
        cursor: default;
    }
    #menu li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        display: block;
        padding: 25px 0;
    }
    /* text-decoration:none;color:inherit;width:100%;height:50px;padding:30px 0; */
    #menu .socio {
        width: 165px;
        height: 30px;
        padding: 35px 0 15px;
        font-size: 10px;
        float: right;
        text-align: center;
    }
    #menu ul ul {
        width: 130px;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
        z-index: -1;
    }
    #menu>ul li:hover ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
        color: #000;
        z-index: 200;
    }
    #menu ul ul li {
        width: 100%;
        height: 75%;
        font-size: 11px;
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
    }
    /*width:100%;height:30px;padding:30px 0 10px;font-size:11px;background-color:rgba(0, 34, 122, 0.8);color:#FFF;*/
    #menu ul ul li:hover {
        background-color: #FC3;
        color: #000;
    }
    #menu ul ul li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        padding: 23px 0;
    }
    /*text-decoration:none;color:inherit;width:100%;padding:5px 0;*/
    #menu .logoli {
        background: #FFF;
        background: rgba(255, 255, 255, 0.5);
        margin-top: -5px;
    }
    #menu .logoli:hover {
        background: #FFF;
        background: rgba(255, 255, 255, 0.5);
    }
    .logomenu {
        background: #FFF;
        background: rgba(255, 255, 255, 0.5);
        height: 80px;
        margin-top: -20px;
    }
    #google_translate_element {
        right: 5px;
        top: 55px;
        position: absolute;
    }
    section {
        width: 1024px;
        height: 515px;
        margin: 0 auto;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 99;
        display: none;
    }
    .bx-wrapper .bx-prev {
        background: url(/img/controls.png) no-repeat 0 -32px;
        display: none;
    }
    .bx-wrapper .bx-next {
        background: url(/img/controls.png) no-repeat -43px -32px;
        display: none;
    }
    #izq {
        width: 440px;
        height: 500px;
        float: left;
        background: #FFF;
        max-height: 500px; overflow-y: scroll;
    }
    .contenedor {
        margin-top: 60px !important;
    }
    #lef {
        width: 674px;
        height: 500px;
        float: left;
        background: #FFF;
    }
    .beniti {
        color: #88201f;
        font-size: 17px;
        margin: 15px 0;
    }
    .imbn {
        width: 100%;
    }
    .titulo {
        width: 400px;
        height: 66px;
    }
    .titulo img {
        width: 50%;
    }
    .cont {
        text-align: justify;
        color: #000;
        line-height: 25px;
        font-size: 14px;
        padding-left: 10px;
        width: 95%;
    }
    .direc {
        list-style: none;
        width: 85%;
        margin: 0;
        padding: 0;
    }
    .direc li {
        float: left;
        display: block;
        height: 120px;
        width: 100%;
    }
    .direc .lugar {
        background-color: #999;
        width: 61%;
        height: 30px;
        display: block;
        float: left;
        margin-bottom: 10px;
    }
    .direc .lugar h4 {
        color: #FFF;
        float: left;
        width: 70%;
        margin: 3px;
        font-weight: normal;
    }
    .direc .lugar img {
        height: 30px;
        float: left;
    }
    .direc .emplog {
        width: 40%;
        float: left;
    }
    .direc .emplog img {
        width: 90%;
        margin: 0 5%;
    }
    .direc .datemp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 59%;
        word-break: break-word;
    }
    .direc .datemp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
        word-break: break-word;
    }
    .asist {
        list-style: none;
        width: 103%;
        margin: 0;
        padding: 0;
        float: left;
        overflow: auto;
        height: 350px;
    }
    .asist li {
        float: left;
        display: block;
        min-height: 120px;
        width: 50%;
    }
    .asist .emplog {
        width: 40%;
        float: left;
    }
    .asist .emplog img {
        width: 90%;
        margin: 1%;
    }
    .asist .datemp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 60%;
        text-align: left;
    }
    .asist .datemp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
    }
    .asist .datemp .boton {
        color: #FFF;
        text-decoration: none;
        width: 50%;
        height: 15px;
        text-align: center;
        font-weight: bold;
        background-color: #CCC;
        border-radius: 3px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        float: left;
    }
    .guin {
        color: #88201f;
    }
    .beni {
        color: #88201f;
        font-size: 18px;
    }
    .listflec {
        list-style: none;
        width: 50%;
        margin: 0;
        padding: 0;
    }
    .listflec li {
        float: left;
        display: block;
        height: 33px;
        width: 100%;
        margin: 0 0 3px;
    }
    .listflec .itmflc {
        background-color: #999;
        width: 100%;
        height: 33px;
        display: block;
        float: left;
        margin-bottom: 0;
    }
    .listflec .itmflc:hover {
        background-color: #FC0;
        cursor: pointer;
    }
    .listflec li .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 1.5px;
        margin-left: 1px;
    }
    .listflec li a {
        color: #FFF;
        float: left;
        width: 65%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
    }
    .listflec li .flch {
        width: 26px;
        height: 26px;
        float: left;
        margin-top: 3px;
    }
    .soccom {
        width: 45%;
        float: right;
        position: relative;
        margin-top: 15%;
    }
    .fltitu {
        background-color: #999;
        width: 200px;
        height: 33px;
        display: block;
        float: left;
        margin-bottom: 5px;
    }
    .fltitu .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 1.5px;
        margin-left: 1px;
    }
    .fltitu a {
        color: #FFF;
        float: left;
        width: 65%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
    }
    .fltitu .flch {
        width: 26px;
        height: 26px;
        float: left;
        margin-top: 3px;
    }
    #der {
        width: 584px;
        height: 503px;
        float: right;
    }
    #rih {
        width: 350px;
        height: 500px;
        float: right;
        background: #FFF;
    }
    #rih #banner-fade {
        width: 100% !important;
        height: 60% !important;
        margin-top: 20%;
    }
    #banner-fade {
        width: 100% !important;
        height: 100% !important;
        background: #FFF;
    }
    a img {
        border: 0;
    }
    .b {
        background: rgba(255, 255, 255, 0) !important;
    }
    .bjqs {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .textsoci {
        width: 100%;
        font-size: 14px;
        text-align: justify;
        color: #979797;
        float: left;
        line-height: 15px;
    }
    .textsoci strong {
        width: 90%;
        float: left;
        margin: 5px;
    }
    .textsoci div {
        width: 46%;
        float: left;
        word-break: break-word;
        padding: 5px 1%;
    }
    .espere {
        position: fixed;
        background: rgba(0, 0, 0, 0.1);
        width: 400px;
        color: #88201f;
        height: 250px;
    }
    .espere img {
        width: 64px;
        height: 64px;
        margin: 15% 35%;
    }
    .espere strong {
        text-align: center;
        width: 350px;
        font-size: 14px;
        display: block;
    }
    .frmsoci {
        width: 95%;
        float: left;
        /*border:1px solid #979797;*/
        padding: 5px;
        height: 220px;
    }
    .frmsoci .itmfrm {
        width: 65%;
        height: 45px;
        display: inline-block;
        float: left;
    }
    .frmsoci legend {
        color: #88201F;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        margin-right: 10%;
        float: right;
    }
    .frmsoci label {
        color: #979797;
        text-align: left;
        font-size: 14px;
        line-height: 15px;
        float: left;
        width: 140px;
        font-weight: bold;
    }
    .frmsoci input[type="text"],
    .frmsoci input[type="email"] {
        width: 230px;
        height: 21px;
        float: left;
    }
    .frmsoci .btn {
        width: 120px;
        height: 30px;
        float: right;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        position: relative;
        margin-top: -10%;
        margin-right: 10%;
    }
    .frmsoci .btn:hover {
        background-color: #b49f45;
    }
    .frmsoci #msj {
        width: 25%;
        height: 48px;
        font-size: 12px;
        position: absolute;
        margin-top: 5%;
        margin-left: 48%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        color: #88201f;
        font-weight: bold;
    }
    .frmcontacto {
        width: 100%;
        float: left;
    }
    .frmcontacto .itmfrm {
        width: 100%;
        height: 50px;
        display: block;
    }
    .frmcontacto label {
        color: #979797;
        text-align: left;
        font-size: 14px;
        line-height: 15px;
        float: left;
        width: 140px;
        font-weight: bold;
    }
    .frmcontacto input[type="text"],
    .frmcontacto input[type="email"] {
        width: 250px;
        height: 30px;
        float: left;
    }
    .frmcontacto textarea {
        width: 250px;
        height: 65px;
        float: left;
    }
    .frmcontacto input[type="submit"] {
        width: 120px;
        height: 30px;
        float: right;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        position: relative;
        margin-right: 10%;
        margin-top: 5%;
    }
    .frmcontacto input[type="submit"]:hover {
        background-color: #b49f45;
    }
    .frmcontacto #msj {
        width: 30%;
        height: 48px;
        font-size: 12px;
        position: absolute;
        margin-top: 29px;
        margin-left: 25%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        color: #88201f;
        font-weight: bold;
    }
    /*    footer{ width:100%;height:35px;position:absolute;bottom:0;background-color:#FFCC33;box-shadow:3px 0px 5px #C4C4C4, 3px 0px 5px #AFAFAF, 3px 0px 5px #303030;}
   .footder{width:300px;height:16px;color:#666666;font-size:12px;font-weight:bold;text-align:center;margin:0 auto;position:relative;margin-top:10px;}
  .caLogo{background: url(/web/20250125232005im_/https://anamx.com/img/caLogo.png) left top no-repeat;display:block;width:187px;height:35px;text-indent:-10000px;float:right;margin-right:5px;}
  .caLogo:hover{background: url(/web/20250125232005im_/https://anamx.com/img/caLogo.png) left -38px no-repeat;}*/
    footer {
        width: 100%;
        height: 55px;
        position: relative;
        bottom: -15px;
        background-color: #FFCC33;
        box-shadow: 3px 0px 5px #C4C4C4, 3px 0px 5px #AFAFAF, 3px 0px 5px #303030;
    }
    .footder {
        width: 300px;
        height: 16px;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }
    .caLogo {
        background: url(/img/caLogo.png) left top no-repeat;
        display: block;
        width: 187px;
        height: 35px;
        margin: 0 auto;
        text-indent: -10000px;
    }
    .caLogo:hover {
        background: url(/img/caLogo.png) left -38px no-repeat;
    }
}

@media only screen and (min-width: 1080px) {
    body {
        background-size: cover;
        background-attachment: fixed;
        background-position: right bottom;
    }
    /****
	 
							   ************************ 
									  
									 	 Header
					 
							   ************************
			   
	 ****/
    header {
        height: 80px;
        width: 1080px;
        margin: 0 auto;
        z-index: 9999;
        position: relative;
    }
    #pull {
        display: none;
    }
    a img {
        border: 0;
    }
    #menu {
        background-color: #FC3;
        width: 1080px;
        height: 80px;
        box-shadow: 0px 3px 5px #C5C4C4;
        position: relative;
    }
    #menu ul {
        list-style: none;
        margin: 0;
        height: 80px;
        width: 80%;
        float: left;
        padding: 0;
        display: block;
    }
    #menu li {
        width: 130px;
        float: left;
        height: 100%;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        /*padding:20px 0;*/
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    #menu li:hover {
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
        /*background-color:#00227a;cursor:pointer;*/
    }
    #menu .vacio:hover {
        background-color: transparent;
        cursor: default;
    }
    #menu li a {
        text-decoration: none;
        color: inherit;
        padding: 25px 0;
        margin: 0;
        display: block;
    }
    /*   text-decoration:none;color:inherit;width:100%;height:50px;padding:30px 0;*/
    #menu .logos {
        top: 0;
        position: absolute;
        width: 99px;
        right: 0;
        height: 30px;
    }
    #menu .socio {
        width: 165px;
        height: 30px;
        padding: 35px 0 15px;
        font-size: 10px;
        float: right;
        text-align: center;
    }
    #menu ul ul {
        width: 130px;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
        z-index: -1;
    }
    #menu>ul li:hover ul {
        opacity: 1;
        visibility: visible;
        margin: 0 0;
        color: #000;
        z-index: 200;
    }
    /* opacity:1;visibility:visible;margin:30px 0 0;color:#000;z-index:200;  */
    #menu ul ul li {
        width: 100%;
        height: 75%;
        font-size: 11px;
        background-color: rgba(0, 34, 122, 0.8);
        color: #FFF;
    }
    /* width:100%;height:30px;padding:30px 0 10px;font-size:11px;background-color:rgba(0, 34, 122, 0.8);color:#FFF;background-color:#00227a;*/
    #menu ul ul li:hover {
        background-color: #FC3;
        color: #000;
    }
    #menu ul ul li a {
        text-decoration: none;
        color: inherit;
        width: 100%;
        padding: 20px 0;
    }
    /*text-decoration:none;color:inherit;width:100%;padding:5px 0;*/
    #menu .logoli {
        background: #FFF;
        background: rgba(255, 255, 255, 0.5);
        margin-top: -5px;
    }
    #menu .logoli:hover {
        background: #FFF;
        background: rgba(255, 255, 255, 0.5);
    }
    .logomenu {
        background: rgba(255, 255, 255, 0.5);
        height: 80px;
        margin-top: -20px;
    }
    #google_translate_element {
        position: absolute;
        top: 55px;
        right: 1px;
        width: 305px;
    }
    /****
	 
							   ************************ 
									  
									 	 Cuerpo
					 
							   ************************
			   
	 ****/
    .bx-wrapper .bx-prev {
        background: url(/img/controls.png) no-repeat 0 -32px;
    }
    .bx-wrapper .bx-next {
        left: 94%;
        background: url(/img/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 {
        position: relative;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -10%;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 99;
    }
    .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }
    section {
        width: 1080px;
        height: 515px;
        margin: 0 auto;
    }
    #direccion {
        margin-top: -6px;
    }
    #izq {
        width: 470px;
        height: 500px;
        float: left;
        background: #FFF;
        max-height: 500px; overflow-y: scroll;
    }
    .contenedor {
        margin-top: 15px !important;
    }
    #lef {
        width: 700px;
        height: 500px;
        float: left;
        background: #FFF;
    }
    .imbn {
        width: 100%;
    }
    .titulo {
        width: 95%;
        height: 100px;
    }
    .titulo img {
        width: 75%;
    }
    .cont {
        text-align: justify;
        color: #000;
        line-height: 20px;
        font-size: 10px;
        padding-left: 10px;
        width: 95%;
    }
    .direc {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
        max-height: 305px;
        overflow-y: auto;
    }
    .direc li {
        float: left;
        display: block;
        height: 120px;
        width: 100%;
    }
    .direc .lugar {
        background-color: #999;
        width: 61%;
        height: 30px;
        display: block;
        float: left;
        margin-bottom: 10px;
    }
    .direc .lugar h4 {
        color: #FFF;
        float: left;
        width: 70%;
        margin: 3px;
        font-weight: normal;
    }
    .direc .lugar img {
        height: 30px;
        float: left;
    }
    .direc .emplog {
        width: 40%;
        float: left;
    }
    .direc .emplog img {
        width: 90%;
    }
    .direc .datemp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 60%;
        word-break: break-word;
    }
    .direc .datemp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
    }
    .asist {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
        overflow: auto;
        height: 350px;
    }
    .asist li {
        float: left;
        display: block;
        min-height: 135px;
        width: 49%;
    }
    .asist .emplog {
        width: 40%;
        float: left;
    }
    .asist .emplog img {
        width: 75%;
    }
    .asist .datemp {
        font-size: 12px;
        line-height: 15px;
        float: left;
        width: 60%;
        text-align: left;
        word-break: break-word;
    }
    .asist .datemp a {
        text-decoration: none;
        font-weight: bold;
        color: #979797;
    }
    .asist .datemp .boton {
        color: #FFF;
        text-decoration: none;
        width: 50%;
        height: 15px;
        text-align: center;
        font-weight: bold;
        word-break: break-word;
        background-color: #CCC;
        border-radius: 3px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        float: left;
    }
    .asist .datemp .boton:hover {
        background: #A8A8A8;
    }
    .guin {
        color: #88201f;
    }
    .beni {
        color: #88201f;
        font-size: 18px;
    }
    .beniti {
        color: #88201f;
        font-size: 18px;
        margin: 15px 0;
    }
    .listflec {
        list-style: none;
        width: 50%;
        margin: 0;
        padding: 0;
    }
    .listflec li {
        float: left;
        display: block;
        height: 33px;
        width: 100%;
        margin: 0 0 3px;
    }
    .listflec .itmflc {
        background-color: #999;
        width: 100%;
        height: 33px;
        display: block;
        float: left;
        margin-bottom: 0;
    }
    .listflec .itmflc:hover {
        background-color: #FC0;
        cursor: pointer;
    }
    .listflec li .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 1.5px;
        margin-left: 1px;
    }
    .listflec li a {
        color: #FFF;
        float: left;
        width: 65%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
    }
    .listflec li .flch {
        width: 26px;
        height: 26px;
        float: left;
        margin-top: 3px;
    }
    .soccom {
        width: 45%;
        float: right;
        position: relative;
        margin-top: 15%;
    }
    .textsoci {
        width: 100%;
        font-size: 14px;
        text-align: justify;
        color: #979797;
        float: left;
        line-height: 15px;
    }
    .textsoci strong {
        width: 90%;
        float: left;
        margin: 5px;
    }
    .textsoci div {
        width: 46%;
        float: left;
        word-break: break-word;
        padding: 5px 1%;
    }
    .fltitu {
        background-color: #999;
        width: 200px;
        height: 33px;
        display: block;
        float: left;
        margin-bottom: 5px;
        padding: 2px;
    }
    .fltitu .icnfl {
        width: 30px;
        height: 30px;
        float: left;
        margin-top: 1.5px;
        margin-left: 1px;
    }
    .fltitu a {
        color: #FFF;
        float: left;
        width: 66%;
        margin: 3px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
    }
    .fltitu .flch {
        width: 26px;
        height: 26px;
        float: left;
        margin-top: 3px;
    }
    .espere {
        position: fixed;
        background: rgba(0, 0, 0, 0.1);
        width: 400px;
        color: #88201f;
        height: 250px;
    }
    .espere img {
        width: 64px;
        height: 64px;
        margin: 15% 35%;
    }
    .espere strong {
        text-align: center;
        width: 350px;
        font-size: 14px;
        display: block;
    }
    .frmsoci {
        width: 95%;
        float: left;
        /*border:1px solid #979797;*/
        padding: 5px;
        height: 220px;
    }
    .frmsoci .itmfrm {
        width: 65%;
        height: 43px;
        display: inline-block;
        float: left;
    }
    .frmsoci legend {
        color: #88201F;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        margin-right: 10%;
        float: right;
    }
    .frmsoci label {
        color: #979797;
        text-align: left;
        font-size: 14px;
        line-height: 15px;
        float: left;
        width: 140px;
        font-weight: bold;
    }
    .frmsoci input[type="text"],
    .frmsoci input[type="email"] {
        width: 230px;
        height: 21px;
        float: left;
    }
    .frmsoci .btn {
        width: 120px;
        height: 30px;
        float: right;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        position: relative;
        margin-top: -10%;
        margin-right: 10%;
    }
    .frmsoci .btn:hover {
        background-color: #b49f45;
    }
    .frmsoci #msj {
        width: 16%;
        height: 48px;
        font-size: 12px;
        position: absolute;
        margin-top: 3%;
        margin-left: 30%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        color: #88201f;
        font-weight: bold;
    }
    .frmcontacto {
        width: 100%;
        float: left;
    }
    .frmcontacto .itmfrm {
        width: 100%;
        height: 50px;
        display: block;
    }
    .frmcontacto label {
        color: #979797;
        text-align: left;
        font-size: 14px;
        line-height: 15px;
        float: left;
        width: 140px;
        font-weight: bold;
    }
    .frmcontacto input[type="text"],
    .frmcontacto input[type="email"] {
        width: 250px;
        height: 30px;
        float: left;
    }
    .frmcontacto textarea {
        width: 250px;
        height: 65px;
        float: left;
    }
    .frmcontacto input[type="submit"] {
        width: 120px;
        height: 30px;
        float: right;
        background-color: #88201f;
        color: #FFF;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        position: relative;
        margin-right: 10%;
        margin-top: 5%;
    }
    .frmcontacto input[type="submit"]:hover {
        background-color: #b49f45;
    }
    .frmcontacto #msj {
        width: 16%;
        height: 48px;
        font-size: 12px;
        position: absolute;
        margin-top: 31px;
        margin-left: 16%;
        z-index: 99999;
        text-align: center;
        border-radius: 3px;
        color: #88201f;
        font-weight: bold;
    }
    #der {
        width: 610px;
        height: 501px;
        float: right;
    }
    #rih {
        width: 380px;
        height: 500px;
        float: right;
        background: #FFF;
    }
    #rih #banner-fade {
        width: 100% !important;
        height: 60% !important;
        margin-top: 20%;
    }
    #banner-fade {
        width: 100% !important;
        height: 100% !important;
    }
    .b {
        background: rgba(255, 255, 255, 0) !important;
        background: #FFF !important;
    }
    .bjqs {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    /****
	 
							   ************************ 
									  
									 	 Footer
					 
							   ************************
			   
	 ****/
    footer {
        width: 100%;
        height: 55px;
        position: relative;
        bottom: -15px;
        background-color: #FFCC33;
        box-shadow: 3px 0px 5px #C4C4C4, 3px 0px 5px #AFAFAF, 3px 0px 5px #303030;
    }
    .footder {
        width: 500px;
        height: 16px;
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }
    .caLogo {
        background: url(/img/caLogo.png) left top no-repeat;
        display: block;
        width: 187px;
        height: 35px;
        margin: 0 auto;
        text-indent: -10000px;
    }
    .caLogo:hover {
        background: url(/img/caLogo.png) left -38px no-repeat;
    }
}