.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0;
}
button{
    outline:0 !important;
}
.claveUnica{
    cursor:pointer;
}
div{
    outline:0 !important;
}
.row{
    margin-right: 0;
    margin-left: 0;
}
.spanDivisor{
    padding-left: 5px;
    padding-right: 5px;
}
.consultasContainer{
    margin-top: 170px;
}
.articulosContainer{
    margin-top: 170px;
}
.logoBusqueda{
    font-size: 65px;
    opacity: 0.3;
}
.alertSubtel{
    color: white;
}
.alertSubtel .close{
    margin-right: 5px;
    margin-top: 5px;
}
.alertSubtel .header{
    height: 248px;
    text-align: center;
    background-color: #0b4f66;
}
.alertSubtel .header .icon{
    padding-top:42px;
    font-size: 78px;
    color: #0d6480;
}
.alertSubtel .header .title{
    margin-top: 22px;
    font-size: 46px;
    color: #fff;
}
.alertSubtel .body{
    padding: 20px;
    padding-top: 30px;
    background-color: #0d6480;
    width: 100%;
    height: 248px;
    text-align: center;
    font-size: 20px;
}
.alertSubtel .footer{ 
    text-align: center;
    background-color: #0d6480;
}
.alertSubtel .btnSubtel{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    width: 271px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.btnleft{
    position: absolute;
    bottom:20px;
    left: 20px;
    background-color: #0b4f66;
    color: #dfe3e6;
}
.btnright{
    position: absolute;
    bottom:20px;
    right: 20px;
    background-color: #e76322;
    color: #dfe3e6;
}
.btnleft:hover{
    background-color: #052f41;
}
.btnright:hover{
    background-color: #d03e12;
}
.btnCenter{
    text-align: center;
    background-color: #0b4f66;
    color: #dfe3e6;
    margin-bottom: 5px;
}
.btnCenter:hover{
    background-color: #052f41;
}
.topGobRed{
    width: 100%;
    height: 2px;
    background-color:#EB3646;
}
.topGobBlue{
    width: 30%;
    height: 2px;
    background-color:#0f69b4;
    margin-top:-2px;
}

a i{
    padding-top: 4px;
}

/* Login/Register Modal */
.loginRegModal{
    /* width: 960px; */
}
.loginRegCont{
    background: #efefef;
    border-radius: 5px;
}
#loginSideModal{
    opacity:1;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition:all 2s ease;
}
#loginSideModal .hidden{
    visibility:hidden;
}
.loginSideModal{
    padding:50px;
}
#forgotSideModal{
    opacity:0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
#preguntasReg{
    opacity:0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
#forgotSideModal .hidden{
    visibility:hidden;
}
.forgotSideModal{
    padding:50px;
}
.registerSideModal{
    padding:20px 50px 50px 50px;
}
.logonModalHeader{
    text-align: center;
    color: #2571B7;
    font-size: 10px;
}
.logonIcon{
    font-size: 71px;
    margin-bottom: -45px;
}
.logonBody{
    background: #ffffff;
    color: #999999;
    border-radius: 8px;
    padding: 10px 20px;
    margin-top: 10px;
}
.registerModalHeader{
    text-align: center;
    color: #2571B7;
    font-size: 10px;
}
.regonBody{
    background: #ffffff;
    color: #999999;
    border-radius: 8px;
    padding: 10px 20px;
    margin-top: 10px;
}
#loginRegModal .form-group{
    margin-bottom: 0;
    border-bottom: 2px solid #efefef;
    padding-right: 20px;
    position: relative;
}
#loginRegModal .login-group-checkbox{
    border-bottom: 0;
}
#loginRegModal .form-control{
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0;
    background: transparent;
    color: #555555;
    padding: 7px 0;
    font-weight: bold;
    height: auto;
}

#loginRegModal .login-button{
    outline:0 !important;
    position: absolute;
    right: 25px;
    top: 55%;
    background: #ffffff;
    color: #999999;
    padding: 11px 0;
    width: 50px;
    height: 50px;
    margin-top: -15px;
    border: 5px solid #efefef;
    border-radius: 50%;
    transition: all ease-in-out 500ms;
}
#loginRegModal .login-button i{
    display: inherit;
}
#loginRegModal .login-button:hover {
    color: #555555;
    transform: rotate(450deg);
}
#loginRegModal .login-button.clicked {
    color: #555555;
}
#loginRegModal .login-button.clicked:hover {
    transform: none;
}
#loginRegModal .login-button.clicked.success {
    color: #2ecc71;
}
#loginRegModal .login-button.clicked.error {
    color: #e74c3c;
}
.login-form-main-message {
    background: #ffffff;
    color: #999999;
    border-left: 3px solid transparent;
    border-radius: 3px;
    margin-bottom: 8px;
    font-weight: bold;
    height: 0;
    padding: 0 20px 0 17px;
    opacity: 0;
    transition: all ease-in-out 200ms;
}
.login-form-main-message.show {
    height: auto;
    opacity: 1;
    padding: 10px 20px 10px 17px;
}
.login-form-main-message.success {
    border-left-color: #2ecc71;
}
.login-form-main-message.error {
    border-left-color: #e74c3c;
}
.etc-login-form{
    color: #919191;
    padding: 10px 20px;
}
.login-group-checkbox{
    padding: 5px 0;
}
.registerIcon{
    font-size: 71px;
    margin-bottom: -45px;
}
.modalFormDivisor{
    position: absolute;
    border-left: 1px dashed #c1c1c1;
    height: 84%;
    margin-left: -51px;
    margin-top: -10px;
}
.errorShadow{
    -webkit-box-shadow: inset 0 0px 5px rgba(251, 2, 2, 0.57), 0 0 6px red !important;
    box-shadow: inset 0 0px 5px rgba(251, 2, 2, 0.57), 0 0 6px red !important;
}
.successShadow{
    -webkit-box-shadow: inset 0 0px 5px rgba(45, 226, 20, 0.5), 0 0 6px green !important;
    box-shadow: inset 0 0px 5px rgba(45, 226, 20, 0.5), 0 0 6px green !important;
}
label.form-invalid {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: block;
    margin-top: -25px;
    padding: 7px 9px;
    background: #777777;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
label.form-invalid:after {
    top: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #777777;
    border-width: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#cambioPassForm span.valid  {
    background:url("http://cdn1.iconfinder.com/data/icons/basicset/tick_16.png") left center no-repeat;
}

#cambioPassForm span.error{
    background:url("http://cdn1.iconfinder.com/data/icons/basicset/delete_16.png") left center no-repeat;
    color:#B94A48; 
}
/*///////////End Login/Register Modal*/
.box{
    cursor: pointer;
}
.box .homebutton p{
    height: 110px;
}
.box .homebutton .topGobRed{
    display:none;  
}
.box .homebutton .topGobBlue{
    display:none;  
}
.ico_pequeno{
    height:40px;
}
.ico_mediano{
    height:80px;
}
.ico_grande{
    padding:5px;
    height:120px;
}
.fucformContainer{
    margin-top:170px;
}
.regFormContainer{
    margin-top:170px;
}
.temasContainer{
    margin-top:170px;
}
.btn_txt{
    display: inline-block;
    font-family: "dinnext regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 17px;
    color: #545454;
    padding-top: 13px;
    margin-left: 5px;
}
.edgeDown{
    border-bottom: 1px solid #dedede;
    padding: 10px 0 13px;
}
.leftSide{
    border-right: 1px solid #dedede;
    width: 48.2%;
    padding-right: 1.7%;
    padding-top:10px;
}
.rightSide{
    padding-left: 1.7%;
    width: 48%;
    padding-top:10px;
}
.centerSide{
    padding: 10px 0 13px;
}
.bd-btt {
    border-bottom: 1px solid #dedede;
}
.clearfix {
    display: block;
}
#ingresaLink{
    cursor: pointer; 
    cursor: hand;
}
header nav#menu-principal {
    color: #475156;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    width: 20%;
    display: table;
    position: absolute;
    bottom: 0;
    right: 0; 
    top:118px;

}
header nav#menu-principal ul {
    background: #fff;
    display: table-row;
    padding: 0;
    margin: 0;
}
header nav#menu-principal ul li {
    margin: 0;
    display: table-cell;
    text-align: center;
    position: relative
}
header nav#menu-principal ul li a {
    height: 50px;
    padding: 18px 0 12px 0;
    display: block;
    border-right: 1px solid #E6E6E6;
    border-bottom: 2px solid #BDC9D1
}
header nav#menu-principal ul li a:hover {
    color: #0f69b4;
    border-bottom: 2px solid #0f69b4;
    text-decoration: none
}
header nav#menu-principal ul li:last-child a {
    border-right: none
}
header nav#menu-principal ul li.current-menu-ancestor a,
header nav#menu-principal ul li.current-menu-item a {
    color: #337ab7;
    border-bottom: 2px solid #337ab7
}
header nav#menu-principal ul li.lang-switch a {
    background: #EFEFEF
}
header nav#menu-principal ul li ul.sub-menu {
    position: absolute;
    z-index: 9;
    background: #0f69b4;
    width: 100%;
    display: none;
    padding: 0;
    margin: 0
}
header nav#menu-principal ul li ul.sub-menu li {
    float: none;
    text-align: center;
    border-bottom: 1px solid #3091C1;
    display: block
}
header nav#menu-principal ul li ul.sub-menu li a {
    padding: 10px 5px;
    color: #fff;
    border: none;
    font-size: 12px;
    height: auto
}
header nav#menu-principal ul li ul.sub-menu li a:hover {
    background: #045282
}
header nav#menu-principal ul li ul.sub-menu li:hover ul.sub-menu{
    display:block;
    position:absolute;
    left:100%;
    border-left:solid 2px #fff;
    top:0;
    width:auto;
}
header nav#menu-principal ul li ul li ul li{
    padding:0px 10px;
    white-space:nowrap;
}
header nav#menu-principal ul li:hover ul.sub-menu {
    display: block
}
header nav#menu-principal ul li:hover ul.sub-menu li ul.sub-menu{
    display: none;
}
header nav#menu-principal ul li:hover ul.sub-menu li:hover ul.sub-menu{
    display:block;
    position:absolute;
    left:100%;
    border-left:solid 2px #fff;
    top:0;
    width:auto;
}
#containerHeader{
    background-image: url("../WEB-IMG/bgheader.jpg");
    background-repeat: no-repeat;
    background-position: center -160px; 
    background-attachment: scroll;
    height: 168px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.slider_wrapper{
    margin-top:200px;
}

header.smaller {
    height: 75px;
}
header.smaller #containerHeader{
    height: 73px;
}
header.smaller .container_12 .grid_12 h1 {
    margin:0;
}
header.smaller nav#menu-principal{
    top:23px;
}
header.mobileMenu{
    display:none;
}
header.smaller .container_12 .grid_12 h1 img {
    margin-top: 20px;
}

#header-movil {
    display: none;
    margin: 0 auto 20px;
    background: #fff;
    border-bottom: 2px solid #BDC9D1;
    position: relative
}
#header-movil h1#logo-movil {
    width: 140px;
    height: 31px;
    margin: 0 0 19px
}
#header-movil h1#logo-movil a img {
    padding: 0 0 10px
}
#header-movil nav {
    display: none;
    color: #fff;
    background: #0f69b4
}
#header-movil nav ul li {
    border-bottom: 1px solid #52a8f1
}
#header-movil nav ul li a {
    display: block;
    padding: 8px 10px;
    color: #fff;
}
#header-movil nav ul li a:active,
#header-movil nav ul li a:hover {
    background: #0b4e85
}
#header-movil nav ul li ul {
    border-top: 1px solid #1384e3
}
#header-movil nav ul li ul li {
    border-bottom: 1px solid #1384e3
}
#header-movil nav ul li ul li a {
    padding-left: 25px
}
#header-movil nav ul li ul li ul li a {
    padding-left: 45px
}
#header-movil nav ul li:last-child {
    border-bottom: none
}
#header-movil a#trigger {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background: #EFEFEF url(../WEB-IMG/header-movil-trigger.png) no-repeat center;
    background-size: 20px auto;
    text-indent: -9999px;
    z-index: 9999;
}
#header-movil a#trigger.on{
    background-color: #0f69b4;
    background-image: url(../WEB-IMG/header-movil-trigger-on.png)
}
#header-movil a#trigger:active {
    background-color: #0f69b4;
    background-image: url(../WEB-IMG/header-movil-trigger-on.png)
}
.listaTemas ul {
    list-style: none;
    padding:5px;
    margin:0;
}
.listaTemas li { 
    padding-left: 1em; 
    text-indent: -.7em;
}
.listaTemas li:before {
    content: "> ";
    color: red; /* or whatever color you prefer */
}
input[type=text], textarea .inputTextBusqueda{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btnbusqueda{
    color: #fff;
    background-color: #337ab7;
}
.btnbusqueda:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.buscarConsultas{
    padding-bottom: 20px;
    padding-top: 20px;
}

.hidden{
    visibility:hidden;
    display:none;
} 
#success_message{ display: none;}
.emailheader{
    vertical-align: middle;
    padding:10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.emailheaderBG {
    position: absolute;
    background-image: url(../WEB-IMG/email-bg.png);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    margin-top:-10px;
    margin-left:-10px;
    z-index: -99;
}
.emailheader img{
    width: 100px;
}
.emailheader .emailTitle{
    text-shadow: 0 0 8px #FFF;
    text-align: center;
}
.emailheader i{
    font-size: 50px;
}
.emailbody{
    text-shadow: 0 0 8px #FFF;
    padding:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.emailbodyBG {
    position: absolute;
    background-image: url(../WEB-IMG/email-bg.png);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    margin-top:-20px;
    margin-left:-20px;
    z-index: -99;
}
.emailbody p{
    padding-left:10px;
}
.emailfooter{
    font-size: 50px;
    text-align: center;
}
.emailfooter .fa{
    vertical-align: middle;
}
.tipoPersona{
    text-align: center;
    width: 150px;
    height: 150px;
    border: 1px solid #0f69b4;
    border-radius: 50%;
    padding-top: 60px;
    vertical-align: middle;
    float: none;
    display: inline-block;
    cursor:pointer;
}
.tipoPersona:hover{
    background-color:#0f69b4;
    color:white;
}
#navRegForm li{
    text-align: center;
}
.tipoPersonaUser{
    text-decoration: underline;
}
.activeNavRegForm{
    border-top: 1px solid green;
    border-left: 1px solid green;
    border-right: 1px solid green;
    border-radius: 10px 10px 0px 0px;
}

.botonesVULeft{
    padding-right: 15px;
}

.botonesVUCentroLeft{
    padding-left: 5px;
    padding-right: 10px;
}

.botonesVUCentroRight{
    padding-left: 10px;
    padding-right: 5px;
}

.botonesVURight{
    padding-left: 15px;
    padding-right: 0px;
}

.slider_wrapper>div{
    height: 250px !important;
}

.camera_prev, .camera_next{
    top: 125px !important;
}

.camera_loader{
    top: 125px !important;
}
.box .homebutton h3{
    font-size: 16px !important;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) and (min-width:992px) {
    .modalFormDivisor{
        border-left: 0;
    }
    .registerSideModal{
        border-top: 1px dashed #c1c1c1;
    }
    #fucBox br{
        display: none;
    }
    .box {
        margin-bottom: 20px !important;
    }
    .botonesVULeft{
        padding-right: 10px;
    }

    .botonesVUCentroLeft{
        padding-left: 10px;
        padding-right: 0px;
    }

    .botonesVUCentroRight{
        padding-left: 0px;
        padding-right: 10px;
    }

    .botonesVURight{
        padding-left: 10px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 1210px) and (min-width:993px) {
    header nav#menu-principal ul li:hover ul.sub-menu li:hover ul.sub-menu{
        display:block;
        position: absolute;
        left:-127px;
        border-right:solid 2px #fff;
        top:0;
        width:auto;
        
    }
}
@media only screen and (max-width: 992px){
    .legend{
        padding-left: 15px;
    }
}
@media only screen and (max-width: 992px) and (min-width:767px) {
    header nav#menu-principal ul li:hover ul.sub-menu li:hover ul.sub-menu{
        display:block;
        position: absolute;
        left:-127px;
        border-right:solid 2px #fff;
        top:0;
        width:auto;
        
    }
    .botonesInicio{
        padding-right: 8px;
        padding-left: 8px;
    }
    .container_12{
        width: 100%
    }
    .container_12 .cuerpo, .grid_12 .cuerpo{
        height: 456px;
    }
    .slider_wrapper{
        height: 250px;
    }
    .slider_wrapper>div{
        height: 231px;
        margin-bottom: 10px ;
    }

    .camera_prev, .camera_next{
        top: 125px ;
    }
    .box {
        margin-bottom: 15px ;
    }
    .botonesVULeft{
        padding-right: 8px;
    }

    .botonesVUCentroLeft{
        padding-left: 8px;
        padding-right: 0px;
    }

    .botonesVUCentroRight{
        padding-left: 0px;
        padding-right: 8px;
    }

    .botonesVURight{
        padding-left: 8px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 767px) and (min-width:701px) {
    #header-movil {
        display: block;
        visibility: visible;
    }
    .modalFormDivisor{
        border-left: 0;
    }
    .registerSideModal{
        border-top: 1px dashed #c1c1c1;
    }
    #header-movil .wrap {
        padding: 0 180px;
    }
    header .container_12 .grid_12 nav {
        height: auto;
        background: 0 0;
        display: none;
        visibility: hidden;
    }
    .container_12 {
        width: 100%;
    }
    .slider_wrapper {
        border:0;
        margin-bottom: 60px;
    }
    .slider_wrapper:after {
        opacity:0;
    }
    #fucBox br{
        display: none;
    }
    .box {
        margin-bottom: 15px !important;
    }
    .botonesVULeft{
        padding-right: 8px;
    }

    .botonesVUCentroLeft{
        padding-left: 8px;
        padding-right: 0px;
    }

    .botonesVUCentroRight{
        padding-left: 0px;
        padding-right: 8px;
    }

    .botonesVURight{
        padding-left: 8px;
        padding-right: 0px;
    }
    .row{
        padding-right: 5px;
    }
    #logo, #logoSubtel{
        top: 3px;
        margin-top: 0px;
    }
    #header-movil{
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 700px) {
    .modalFormDivisor{
        border-left: 0;
    }
    .registerSideModal{
        border-top: 1px dashed #c1c1c1;
    }
    #header-movil {
        display: block;
        visibility: visible;
        margin-bottom: 0px;
    }
    #header-movil .wrap {
        padding: 1px 30px;
    }
    header .container_12 .grid_12 nav {
        height: auto;
        background: 0 0;
        display: none;
        visibility: hidden;
    }
    #logo{
        top: 3px;
        margin-top: 0px;
        width: 150px;
        height: 136px;
    } 
    #logoSubtel{
        top: 3px;
        margin-top: 0px;
    }
    #header-movil{
        margin-bottom: 0px;
    }
    .wrap {
        width: 320px;
    }
    header h1 a img {
        margin-top: 0px;
    }
    .alertSubtel .btnSubtel{
        width: 230px;
        position:initial;
    }
    .btnleft{
        position: initial;
    }
    .btnright{
        margin-top:5px;
    }
    .alertSubtel .footer{ 
        margin-top:-50px;
        text-align: center;
        padding-bottom: 15px;
    }
    #menu-movil {
        display: none
    }
    .box .homebutton p{
        display:none;  
    }
    .box .homebutton .btn{
        display:none;  
    }
    .box .homebutton i{
        opacity: 1;
        position: absolute;
        font-size: 104px;
        margin-top: 32px;
        margin-left: -49px;
        color: #00215f
    }
    .box:hover .homebutton i{
        color: white;
    }
    .box .homebutton h3{
        width:100%;
        padding-top: 20px;
        border-bottom: 0;
        position:absolute;
        bottom: 0px;
        left:0px;   
        font-size: 12px !important;
    }
    .box .homebutton .topGobRed{
        display:block;  
    }
    .box .homebutton .topGobBlue{
        display:block;  
    }
    .container_12 {
        width: 100%;
        padding:5px;
    }
    .slider_wrapper {
        border:0;
        margin-top: 170px;
    }
    .slider_wrapper:after {
        opacity:0;
    }
    #fucBox br{
        display: none;
    }
    .botonesVULeft{
        padding-right: 12px;
    }

    .botonesVUCentroLeft{
        padding-left: 12px;
        padding-right: 0px;
    }

    .botonesVUCentroRight{
        padding-left: 0px;
        padding-right: 12px;
    }

    .botonesVURight{
        padding-left: 12px;
        padding-right: 0px;
    }
    .row{
        padding-right: 5px;
    }
}