/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible; background-color:#fff; }
#cboxLoadedContent{overflow:visible;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#efefef;}

#colorbox{  }
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) -211px 0 repeat-y;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{ 
            background:#fff url(/public/images/strips/ui-strip_e6e6e6_1x249.png) repeat-x;
            border:1px solid #ccc;
            width:28px; 
            height:26px; 
            display:inline; 
            z-index:3200; 
            position:absolute; 
            top:5px; 
            right:5px; 
            cursor:pointer;
            font-family: MgOpen Modata, Helvetica, Geneva; 
            font-size: 19px;
            text-align:center;
            padding:2px;
        }

        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
        
        

/* clippers */
.popup {
    overflow:visible;
    float:left;
}

.clipper {
    position:absolute;
    background:url(../../public/images/clipper/left-clipper-repeater_0e1f84_1x46.png) repeat-x;
    color:#fff;
    height:46px;
    padding:0px 15px 0px 0px;
    top:7px;
    left:1px;
}

.clipper .content {
    float:left;
    margin-top:6px;
    font-family: MgOpen Modata, Helvetica, Geneva; 
    font-size: 22px;
    color:#fff;
}

.clipper .left {
    background:url(../../public/images/clipper/left-clipper-leftmost_0e1f84_15x46.png) no-repeat;
    width:15px;
    height:100%;
    position:absolute;
    left:-15px;
}

.clipper .right {
    background:url(../public/images/clipper/left-clipper-rightmost_0e1f84_11x46.png) no-repeat;
    width:11px;
    height:100%;
    position:absolute;
    right:-11px;
}

.fat-form { 
    padding: 50px 1px 0px 20px; 
    background:#fff url(../util/image?path=/public/images/strips/ui-strip_e6e6e6_1x249.png) repeat-x;
    width:750px;
    border:1px solid #ccc;    
    float:left;
}

.fat-form .field {
    width:100%;
    float:left;
    margin:15px 0px 15px 0px;
}

.fat-form label {
    display:block;
    margin:0px 0px 3px 0px;
    font-size:16px;
}

.fat-form .text.field input {
    width:100%;
    height:25px;
    border:1px solid #efefef;
    font-size:18px;
}

.fat-form .checkbox.field label {
    float:left;
    margin:0px 0px 0px 5px;
    width:80%;
    font-size:16px;
}

.fat-form .checkbox.field input {
    float:left;
}

.fat-form .submit-form {
    float:left;
    margin-top:150px;
    position:relative;
}

.fat-form .submit-form input {
    border:none;
    width:115px;
    position:absolute;
    bottom:0px;
    right:-25px;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    cursor:pointer;
    background:url(/public/images/strips/ui-strip_f0f0f0_1x73.png) repeat-x;
    padding:8px;
}

.fat-form-notes {
    margin-top:10px;
    width:305px;
    font-size:12px;
}

.fat-form-note {
    float:left;
    background-color:#fcfaf1;
    border:1px solid #fcefa1;
    padding-right:40px;
    width:100%;
    margin-top:8px;
}

.fat-form-note .icon {
    float:left;
    background:url(/public/images/strips/ui-strip_fcfaf1_1x30.png) repeat-x;
    padding: 10px 5px 10px 10px; 
    border-right:1px solid #fcefa1;
}

.fat-form-note .ui-icon {
    float:left;
    margin:0px 4px 0px 0px;
}

.fat-form-note .content {
    float:left;
    margin: 10px 0px 8px 20px;
    font-size:15px;
}

.field-validation-error, .sign-in-validation-summary {
    display:block;
    width:100%;
    font-size:12px;
    color:#a61f1f;
    margin-top:2px;
    height:14px;
}

#contenido-ayuda
{
	text-align:left;
	display:block;
}

#contenido-ayuda td.tcenter
{
	text-align:center;
}

#contenido-ayuda h2, h4
{
	padding-bottom:10px;
}

#contenido-ayuda h4
{
	padding-top:8px;
}

#contenido-ayuda .imprimirayuda {
margin-bottom: 10px;
text-align: left;
line-height: 100%;
float: right;
}

#contenido-ayuda .imprimirayuda a{
font-size: 11px;
padding: 3px 0 3px 20px;
color : #4d4d4d;
display: block;
background: url(../images/bg_imprimir.gif) no-repeat left 2px;
text-decoration: underline;
}

#contenido-ayuda .imprimirayuda a:hover{
text-decoration: none;
}