@charset "UTF-8";

/* general */
body {
    background-color: #edeced;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

strong {
    font-weight: bold;
}

.clear{
    clear: both;
}

.css_right {
    float: right;
}

.css_left {
    float: left;
}
/* general end */

/* header */

#header_wrapper { 
    width: 100%;
    background: url(../images/bg_header.png) repeat-x 0 0 silver;
}

#header { 
    width: 1024px;
    height: 112px;
    margin: 0 auto;	
    border-bottom: 3px solid #156994;
}

#header_logo { 
    width: 220px;
    height: 182px;
    background: url(../images/crc_logo_flag.png) no-repeat 0 0;
    float: left;
    margin-left: 50px;
    
}

#header_title {
    margin-left: 10px;
    float: left;
    color: #003456;
}

#topMenu{
    position: relative;
    top: 65px;
    height: 50px;
    -moz-box-shadow: 0 0 5px #536067;
    -webkit-box-shadow: 0 0 5px #536067;
    box-shadow: 0 0 5px #536067;
    opacity: 1;	
}

#topMenuChild{
    position: relative;
    top: 65px;
    /*height: 50px;*/
    display: none;
    width: 230px;
}

.menuChildItem{
    background-color: #00adee;
    height: 25px;
    margin-top: 2px;
    -moz-box-shadow: 0 0 2px #536067;
    -webkit-box-shadow: 0 0 2px #536067;
    box-shadow: 0 0 5px #536067;
    opacity: 1;
}

.menuChildItem label{

    vertical-align: middle !important;
    text-align:right !important;
    font-size: 12px;
    line-height: 25px;	
    color:#f2f2f2;
    margin-left: 5px;
}

.menuButton{
    float:left;
    /*margin: 10px 10px;*/
    padding: 10px 10px;
    text-align: center;
    min-width: 70px;
    height: 30px;
    background-color: #cccccc;
}

.menuButtonActive{
    float:left;
    /*margin: 10px 10px;*/
    padding: 10px 10px;
    text-align: center;
    min-width: 70px;
    height: 30px;
    background-color: #edeced;
}

.menuButton:hover, .menuButtonActive:hover {
    background-color: #156994;
    color: #f2f2f2;
    cursor:pointer;
}

/* header end */

/* content */	
#content_wrapper {
    width: 1024px;
    margin: 0 auto;
    min-height: 395px;
    display: table;
}

#content{
    width: 950px;
    margin: 0 auto 0 auto;
    display: table-row;
}

.spacer_content{
    width: 100%;
    height: 20px;
    display:block;
    clear:both;
}

#left_content{
    width: 170px;
    display: table-cell;
}

#center_content{
    width: 770px;
    display: table-cell;
}

#title_form{
    width: 565px;
    /*height: 100%;
    float: left;*/
    margin: 0 auto !important;
    text-align: center;
}

#title_form p{
    font-size: 14px;
    line-height: 1.2 em;
    color: #00adee;	
}

.resaltado{
    font-size: 16px;
    font-weight: bold;
    color: #00427E;
}

.resaltado-normal{
    font-weight: bold;
    color: #00427E;
}

form, .form_wrapper {
    position: relative;
    top:25px;
}

.formField{	
    width:565px;
    margin: 25px auto !important;
}

label, .labelField{
    float: left;
    vertical-align: middle !important;
    text-align:right !important;
    font-size: 14px;
    line-height: 30px;
    width:200px;
    color:#4E4E4E;
}

.labelSmallField{
    float: left;
    vertical-align: middle !important;
    /*text-align:right !important;*/
    font-size: 13px;
    line-height: 24px;
    /*width:200px;*/
    color:#808080;
    margin: auto 5px;
}

.container_select {
    background: url(../images/btn_sel.png) no-repeat right;
    height: 24px;
    overflow: hidden;
    width: 170px;
}

.container_select select {
    background: none repeat scroll 0 0 transparent;
    width: 190px;
}

input[type=text], input[type=password], .inputField, select {	
    width: 170px;
    height: 24px;
    background: url(../images/bg_txt.png);
    /*text-align: center;*/
    color: #989898;
    float: left;
    margin-left: 20px;

    border-color: #bdbdbd;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius:3px; 
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
    box-shadow: 0px 1px 1px #a8a8a8;
}

input[type=file] {	
    height: 24px;
    background: url(../images/bg_txt.png);
    /*text-align: center;*/
    color: #989898;
    float: left;
    margin-left: 20px;

    border-color: #bdbdbd;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius:3px; 
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
    box-shadow: 0px 1px 1px #a8a8a8;
}

.inputSmallField{

    width: 50px;
    height: 18px;
    background: url(../images/bg_txt_small.png);
    text-align: center;
    color: #4d4d4d;
    float: left;

    border-color: #bdbdbd;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius:3px; 
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
    box-shadow: 0px 1px 1px #a8a8a8;
}

.containerField{

    width: 170px;
    height: 24px;
    background: url(../images/bg_txt.png);
    text-align: center;
    color: #bcbcbc;
    float: left;
    margin-left: 20px;

    border-color: #bdbdbd;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius:3px; 
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
    box-shadow: 0px 1px 1px #a8a8a8;
}

.containerField label{
    line-height: 25px;
    vertical-align: middle !important;
    font-size: 14px;
}

.containerField img{
    float: right;
    border-left: 1px solid #bdbdbd;
}

.containerField img:hover{
    cursor:pointer;
}

.containerField img:active
{
    margin-top: 1px;
}

.linkField{
    color: #74a1ce;
    float: left;
    margin-left: 20px;
    font-size: 14px;
}

.linkField:hover{
    color: #0066cc;
}

.textField{
    width: 250px;
    height: 180px;

    text-align: left !important;
    font-size: 13px;
    line-height:1.2em;
    color:#3e3e3e;
    overflow:hidden;
    float: left;
    margin-left: 20px;

    border-color: #bdbdbd;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius:3px; 
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
    box-shadow: 0px 1px 1px #a8a8a8;

}

.buttonCalendar{
    margin: 2px 10px;
}

.buttonCalendar:hover{
    cursor:pointer;
}

.buttonCalendar:active{
    margin-top: 3px;
}

.spacer_button{
    width: 100%;
    height: 20px;
    display:block;
    clear:both;
}

.btn_blue{ 
    width:140px; 
    height:43px; 
    position:relative; 
    background:url(../images/bg_btn_blue.png) center top ;
    display: inline-block;	
}

.btn_blue:hover{ 
    opacity:0.75;
    filter:alpha(opacity=75); /* For IE8 and earlier */
}

.btn_white{ 
    width:140px; 
    height:43px; 
    position:relative; 
    background:url(../images/bg_btn_white.png) center top ;	
    display: inline-block;	
}

.btn_white:hover{ 
    opacity:0.75;
    filter:alpha(opacity=75); /* For IE8 and earlier */
}

.btn_white_small{ 
    width:86px; 
    height:26px; 
    position:relative; 
    top: -1px;
    margin:0 10px !important;
    /*background:url(../images/PG_form_admin2_1a-c/btn_ingresar_14-compressed.png) center top ;	*/
    background:url(../images/bg_btn_white_small.png) center top ;	
}

.btn_white_small:hover{ 
    /*background:url(../images/PG_form_admin2_1a-c/btn_ingresar_14-compressed.png) center bottom ;	*/
    opacity:0.75;
    filter:alpha(opacity=75); /* For IE8 and earlier */
}

.no_decoration {
    text-decoration:none;
}

.text_button_b, .btn_blue p {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-align:center;
    font-size:14px;
    padding-top:14px;
    margin-right: 5px;
    /*text-transform: uppercase;*/
    color:#f3f3f3;
    text-decoration:none;
}

.text_button_w, .btn_white p {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-align:center;
    font-size:14px;
    padding-top:14px;
    margin-right: 5px;
    /*text-transform: uppercase;*/
    color:#4d4d4d;
    text-decoration:none;
}

.text_button_wS{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-align:center;
    font-size: 11px;
    padding-top: 8px;
    margin-right: 10px;
    /*text-transform: uppercase;*/
    color:#4d4d4d;
    text-decoration:none;
}

/* content end */

/* Table Content*/

#left_content2{
    width: 120px;
    float: left;
    padding-top: 30px;
}

#center_content2{
    width: 800px;
    float: left;
}

.table_wrapper{
    position: relative;

    border-color: #bdbdbd;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius:3px; 
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
    box-shadow: 0px 0px 1px #a8a8a8;
}

.tableButtons{
    float: right;
    margin-top: 10px;
    height: 30px;
}

.tableButtons img{
    margin: 0 20px;
}

.tableButtons img:hover{
    cursor:pointer;
}

.tableButtons img:active{
    margin-top: 1px;
}

/* End Table Content*/

/* footer */
.spacer_footer{
    width: 100%;
    height:100px;
    display:block;
    clear:both;
}

#footer{
    width:100%;
    margin: 25px auto 0 auto;
    bottom: 0;
}

#footer_content{
    width: 1024px;
    height: 92px;
    margin: 0 auto;
    /*padding-top: 10px;*/
    text-align: left;
    font-size: 13px;
    line-height: 1.3em;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    background: url(../images/bg_footer.png) no-repeat center top #edeced;
    padding: 15px 0 10px 30px;
} 
/* footer end */

.demo_links {
    float: left;
    width: 50%;
    margin-bottom: 1em;
}

.wrapper_btn {
    margin: 25px auto !important;
    width: 565px;
}

.wrapper_btn>div:first-child {
    margin-left: 237px;	
}

.boton {
    margin-left: 10px;
    zoom: 1;
    *display: inline;
}

.boton a {
    text-decoration:none;		
}

.boton p {
    display: block;		
}

label.error {
    background: url("../images/error-validacion.gif") no-repeat scroll 0 0 transparent;
    color: #EA5200;
    font-weight: bold;
    margin: 4px 0px 0px 190px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 30px;
    display:block;
    font-size: 12px;
    line-height: 12px;
    text-align: left !important;
    width: 430px;
}

.requerido, .requerido-resaltado {
    padding-right: 20px;
}

.requerido {
    background: url("../images/required.png") no-repeat scroll right center transparent;
}

.requerido-resaltado {
    background: url("../images/required2.png") no-repeat scroll right center transparent;
}

.requerido-resaltado:hover {
    font-weight: bold;
    color: #00427E;	
}

.inside_label{
    margin: 0 20px;	
    font-size: 14px;
    color:#4E4E4E;
}

.inside_label + input {
    width: 90px;
    margin-left: 0px;
    float: none;
}

.fecha {
    width: 90px;
}

.solo-lectura {
    margin: 0 20px;	
    font-size: 14px;
    vertical-align: middle !important;
    text-align:left !important;
    line-height: 30px;
}

.tip {
    font-size: 14px;
    line-height: 1.2 em;
    color: #00adee;	
    margin: 25px auto 0 auto !important;
    text-align: center;
}

/* para controles que se deben ocultar al inicio en el html */
.oculto {
    display: none;
}

#btnExportar p {
    font-size: 12px;
}

/* Custom dialog styles */
#popup_container {font-family: Arial, sans-serif;font-size: 12px;min-width: 300px;
                  /* Dialog will be no smaller than this */
                  max-width: 600px; 
                  /* Dialog will wrap after this width */
                  background: #FFF;border: solid 1px #1b4773;color: #000;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#popup_title {font-size: 14px;font-weight: bold;text-align: center;line-height: 1.75em;color: #325b7a;background: #e2e3de none top repeat-x;border: solid 1px #d5d4cf;border-bottom: solid 1px #d5d4cf;cursor: default;padding: 0em;margin: 0em;}

#popup_content {margin: 5px 5px;padding:15px 10px 15px 50px; background-position: 0 -399px;}
#popup_content .imagen{
    float: left;
    width: 32px;
    height: 32px;
    border: 0;
    background: url('../images/icono_mensaje.png') no-repeat left top;
}

#popup_content.alert {margin: 5px 5px;padding:15px 10px 15px 5px;background-position: 0 -164px;}

#popup_content.alertInfo {margin: 5px 5px;padding:15px 10px 15px 5px;background-position: 0 0; }

#popup_content.confirm {margin: 10px 10px;padding: 15px 10px 15px 5px;background-position: 0 -399px; }

#popup_message {padding-left: 48px;font-size: 14px;}

#popup_panel {text-align: center;margin: 1em 0em 0em 1em;}

#popup_prompt {margin: .5em 0em;}

#popup_ok{color: Black}

/*-------------------------------------------------------------------------------------------------------------*/
/*------------------- Sprite para los iconos que se van a usar en los botones ----------- ---------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
.sprite-edit, .sprite-EditText, .sprite-add, .sprite-button_cancel, .sprite-disk, .sprite-find, .sprite-trash, .sprite-trash1, .sprite-uncheckedUno,.sprite-Excel,.sprite-PDF, .sprite-star_trigger, .sprite-find1, .sprite-sendmail, .sprite-Upload
{
    background: url('../images/IconoBotones.png') no-repeat left top;
    padding: 4px 10px 3px 22px;
    cursor: pointer;
    font-size: 11px;text-decoration: none;
    -moz-border-radius-bottomleft: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px; 
    background-color:White;
}

.sprite-EditText{ padding: 2px 11px 3px 6px;background-position: 0 0; width: 16px; height: 16px; } 
.sprite-add{ background-position: 0 -66px; width: 22px; height: 22px;border: solid 1px #7cca3f;color: #7cca3f;} 
.sprite-button_cancel{ padding: 4px 1px 3px 22px;border: solid 1px #bb0a0a;background-position: 0 -138px; width: 22px; height: 22px; } 
.sprite-disk{  padding: 4px 3px 3px 22px;border: solid 1px #6f9adf;background-position: 0 -207px; width: 16px; height: 16px;  } 
.sprite-find{ background-position: 0 -276px; width: 22px; height: 22px;  border: solid 1px #484848;color: #484848;} 
.sprite-trash{padding: 2px 9px 3px 8px; background-position: 0 -348px; width: 16px; height: 16px; } 
.sprite-trash1{padding: 3px 9px 3px 19px;border: solid 1px #484848;color: #484848; background-position: 0 -348px; width: 16px; height: 16px; } 
.sprite-find1{padding: 3px 9px 3px 19px; color: #484848; background-position: 0 -276px; width: 22px; height: 24px; }

.izquierda {
    text-align:left;
    background-color: #EDEDED;
}

.checkok,td.nike {
    background: url('../images/ok.gif') no-repeat left top;
}

td.nike{
    background-position: center;
}
