/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#FFFFFF; padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}



/* Estilos para Formulario de Caja de Soporte Técnico */


.box_formulario{
    width: 500px;
    min-height:300px;
    background-color: #FFFFFF;
    border:5px Solid #26478c;
}




.box_formulario .header_color{
    background-color: #02428e;
    height:75px;
    font-size: 12px;
    color:#eef2f7;
    width:100%;
}
.box_formulario .contenido .menu_soporte{
    float: left;
}
.box_formulario .contenido ul.menuSoporte{
    list-style:none;
    width: 250px;
    float: left;
    margin-left: 120px;
}
.box_formulario .contenido ul.menuSoporte li{
    float:left;
    margin-left: 10px;
    margin-right: 10px; 
    margin-top: 15px;

}
.box_formulario .contenido ul.menuSoporte li:hover{
    cursor: pointer;
    text-decoration: underline;

}
.box_formulario .header_color .inside{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.box_formulario .header_color h1{
    font-size: 22px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 3px;
}

.box_formulario .header_color .inside span{
    font-size: 11px;
    color:#789ac3;
}

.box_formulario .contenido{
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.box_formulario .contenido label{
    float: left;
    width: 200px;
    font-size: 12px;
    color:#5d5b5b;
}


.box_formulario .contenido label.error{
    color:RED;
    font-size: 11px;
    position: absolute;
    margin-left: 10px;
    font-size: 0px;
}


.box_formulario .contenido p{
    margin-top:10px;
    margin-bottom: 10px;
    display: block;
}

.box_formulario .contenido  input[type="text"]{
    width:200px;
    height:25px;
    background-color: #e6e6e6;
    border:1px Solid #c9c4c4;
}

.box_formulario .contenido  input[type="text"].error{
    border: 1px Solid RED;
}

.box_formulario .contenido  input[type="email"]{
    width:200px;
    height:25px;
    background-color: #e6e6e6;
    border:1px Solid #c9c4c4;
}


.box_formulario .contenido  input[type="email"].error{
    border: 1px Solid RED;   
}


.box_formulario .contenido  textarea{
    width:200px;
    height:121px;
    background-color: #e6e6e6;
    border:1px Solid #c9c4c4;
}


.box_formulario .contenido  textarea.error{
    border: 1px Solid RED;   
}

.box_formulario .contenido  input[type="submit"]{
    background-color: #254894;
    height: 31px;
    border: 0px;
    color:#ffffff;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}

.box_formulario .contenido div.submit{
    text-align: center;
    padding-top: 10px;
}
.oculto{
    display: none;
}
.regresar{
    font-size: 11px;
    font-weight: normal;
    margin-left: 50px;
    cursor: pointer;
    text-decoration: underline;
    float: right;
}

.campo_n_ticket{
    width: 300px;
    margin: auto;
    padding-top: 20px;
    text-align: center;
}   

.campo_n_ticket label{
    color:#26478c;
    text-align: center;
    width:100%;
    font-weight: bold;
}

.campo_n_ticket input[type="text"]{
    width: 300px;
    margin: 0px;
    padding:0px;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    border:2px Solid #bbb7b7;
    margin-top: 5px;
}

.campo_n_ticket input[type="text"].error{
    border:2px Solid RED;
    color:RED;
}


/* Fin */