root { 
    display: block;
}
input,select,textarea{
    border: 1px solid #145AA8;
    background: #FFFFFF
}
label{
    font-size:11px;
}
input[disabled],select[disabled],textarea[disabled]{
    background: #c1c1c1
}
input:focus,select:focus,textarea:focus{
     background-color: #FFE45C;
}
hr{
    margin:5px 0 5px 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
fieldset{
    padding: 5px;
    border: 1px solid #FFFFFF;
    margin-bottom: 5px;
}
fieldset legend{
    font-size: 13px;
}
body{
    text-align: center;
    font-family:tahoma,sans-serif;
    font-size:11px;
    margin: 0;
    padding: 0;
    background-color: #0B386B;
}
div{
    overflow: hidden;
}
.incompleteField{
    border: 1px solid red;
}
#clear{
    clear: both;
}
#clearx{
    clear: both;
    height: 5px;
}
.separador5{
    width: 100%;
    height: 5px;
    float: left;
    display: block;
}
.documentContainer{
    width: 970px;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: visible;

}
.header{
    background: url(../images/bluish/cabecera.png) repeat-x;
    height: 109px;
    border: 1px solid #FFFFFF;
    width: 968px;
    
}
.header .label{
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    margin-left:25px;
    margin-top: 35px;
    float: left;
    text-align: left;
}
.header .imagen{
    float: right;
    height: 109px;
    width: 163px;
    background-image: url(../images/header_default.png)
}
.menuTop{
    height: 28px;
    _height: 30px;
    width: 968px;
    background: url(../images/bluish/botones_gris.jpg) repeat-x;
    color:#FFFFFF;
    font-size:11px;
    border: 1px solid #FFFFFF;
    margin-bottom: 8px;
}

.menuLeft{
    width: 170px;
    float: left;
    color: #FFFFFF;
}
.menuLeft .label{
    width: 168px;
    background: url(../images/bluish/botones_azules.png) repeat-x;
    text-indent: 10px;
    text-align: left;
    height: 28px;
    line-height: 28px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    font-size:13px;
    font-weight:bold;
}
.item{
    height: 28px;
    _height: 29px;
}
.item a{
    margin-left: 25px;
    text-align: left;
    line-height: 28px;
    text-decoration: none;
    color: #FFFFFF;
}
.item a:hover{
    color: #6cadf6;
}
.menuLeft .item{
    width: 168px;
    background:url("../images/bluish/botones_gris.jpg") repeat-x scroll 0 0 transparent;
    border-bottom:1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
.menuLeft .item a{
    float: left;
    width: 100%;
}
.menuTop .item{
    padding:0 8px;
    float: right;
    border-left: 1px solid #B8B8B8;
}
.menuTop .itemLeft{
    float: left;
}
.menuTop .item a{
    margin: 0;
}
.menuTop .selected{
    background-color: #CCCCCC;
    
}
.menuTop .selected a{
    color: #494949;
}
.menuTop .btnCerrarSesion{
    background:url(../images/cerrarsesion.png) 6px 6px #494949 no-repeat ;
}
.menuTop .btnInicio{
    background:url(../images/inicio.png) 2px 3px #494949 no-repeat ;
}
.hidden{
    display: none
}
.mainContainer{
    width: 790px;
    float: right;
    overflow: visible;
    color: #FFFFFF;

}
.tdMouseOver{
    background-color: #061e38;
}
.wizard{
    width: 800px;
}
.wizard .listado{
    width: 798px;
    height: 300px;
    overflow: auto;
}
.wizard .listado .titulo{
    width: 100%;
    margin: 5px 0;
    text-align: center;
    float: left;
    font-size: 15px;
}
.wizard .elemento{
    height: 40px;
    width: 100%;
    float: left;
    line-height: 40px;
}
.wizard .listado div:hover{
    background-color: #f6d87a;
}
.wizard .elemento .imagen{
    height: 40px;
    width: 50px;
    float: left;
}
.wizard .elemento .label{
    float: left;
    height: 100%;
    width: 300px;
    text-align: left;
    margin-left: 20px;

}
.wizard .elemento .botones{
    width: 100px;
    height: 40px;
    float: right;
}
/*///////////////////////////////////////////////////////////////////////*/
/*LOGIN*/
.popLogin{
    position: absolute;
    right: 0px;
    _right: 1px;
    top:140px;
    _top:138px;
    background: #FFFFFF;
    display: none;
    z-index: 6000;
    border: 5px solid #CCCCCC;
    width: 270px;
    _width: 280px;
}
.popLogin #keepSesion{
    border: none;
}
.newLogin{
    margin: 15px;
    width: 238px;
}
.newLoginLabel{
    color: #0B386B;
    font-size: 11px;
    width: 238px;
    float: left;
    text-align: left;

}
.newLoginInput{
    -moz-border-radius:4px 4px 4px 4px;
    -webkit-border-bottom-left-radius: 4px 4px;
    -webkit-border-bottom-right-radius: 4px 4px;
    -webkit-border-top-left-radius: 4px 4px;
    -webkit-border-top-right-radius: 4px 4px;
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #DDDDDD;
    display:block;
    font:13px "Lucida Grande",Arial,Sans-serif;
    margin:0 0 8px 0px;
    _margin:0 0 8px -15px;
    padding:5px;
    _height: 26px;
    float: left;
    width: 238px;
}
.newLoginBotones{
    width: 238px;
    float: left;
    text-align: left;
    color: #0B386B;
    font-size: 11px;
    line-height: 16px;
    _line-height: 24px;
}
.tableListado{
    width: 790px;
    font-size: 10px!important;
    color: #FFFFFF;
    background-color: #BBBBBB;
}
.tableListado a,.tableVista a{
    color: #FFFFFF!important;
    font-weight: bold!important;
}
.tableListado td{
    padding: 2px;
    background-color: #0B386B;
}
.tableListado .numero{
    text-align: right;
}
.tableListado th,.tableVista th{
    text-align: left;
    background: url(../images/bg-btn-green.png) repeat-x scroll 0 0 #0d437f;
    padding: 2px;

}
.linksTopListado{
    padding: 2px;
    _padding: 4px;
    background-color: #0B386B;
    background: #0B386B;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: url(../images/bluish/botones_azules.png) repeat-x scroll 0 0;
    margin-bottom: 3px;
    text-align: center;
}
.linksTopListado label{
    font-size: 14px;
    font-weight: bold;
}
.tablePaginacion td{
    text-align: center;
}

.tableVista{
    width: 790px;
    font-size: 10px!important;
    color: #FFFFFF;
    background-color: #BBBBBB;
}
.tableInput input{

}
.tableRow a{
    color: #FFFFFF;
}
.tableVista td{
    padding: 3px;
    background-color: #0B386B;
}
.tableVista .tableTitulo{
    text-align: center

}
.tableVista .tableLabel{
    width: 30%;
}

.tableVista label{
    font-weight: bold;
}
.tableVista .tableDato{
    font-size: 12px;
    width: 80%;

}
.boton{
    font: bold 11px "Lucida Grande",Arial,Sans-serif;
    background: url(../images/bg-btn-green.png) repeat-x scroll 0 0 #0d437f;
    -moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-border-radius:4px 4px 4px 4px;
    -webkit-border-bottom-left-radius: 4px 4px;
    -webkit-border-bottom-right-radius: 4px 4px;
    -webkit-border-top-left-radius: 4px 4px;
    -webkit-border-top-right-radius: 4px 4px;
    border: 1px solid #145aa8;
    _border: none;
    outline: none;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    color:#FFFFFF;
    padding:0 5px;
    float: left;
    background-color:transparent;
    margin: 0 1px;
}
.botonLibre{
    float: none!important;
}
.boton:hover{
    text-decoration:none;
}
.boton:active{
    background:#072c55;
    outline: none;
}
.botonA{
    float: none!important;
    padding: 4px 6px!important;
    line-height: 24px;
    _line-height: 16px;

}
.botonSelected{
    background:#072c55;
    outline: none;
}
.footer{
    background: url(../images/bluish/botones_azules.png) repeat-x;
    height: 25px;
    line-height: 25px;
    _height: 28px;
    border: 1px solid #FFFFFF;
    width: 968px;
    margin-top: 8px;
    margin-bottom: 8px;
    
    color: #FFFFFF;
}
.footer a{
    color: #FFFFFF;
    font-weight: bold;
}
.fila-tabla{
    font-size: 10px;
}
.fila-highlight td,.fila-highlight a{
    background:url("../images/jqueryui/ui-bg_glass_60_eeeeee_1x400.png") repeat-x scroll 50% 50% #EEEEEE;
    color:#3383BB !important;
}
.fila-highlight-alerta-rojo td,.fila-highlight-alerta-rojo a{
    background:url("../images/jqueryui/ui-bg_glass_60_eeeeee_1x400.png") repeat-x scroll 50% 50% #EEEEEE;
    
    color:#ff0000 !important;
}
.fila-highlight-alerta-amarillo td,.fila-highlight-alerta-amarillo a{
    background:url("../images/ijqueryui/ui-bg_glass_60_eeeeee_1x400.png") repeat-x scroll 50% 50% #EEEEEE;
    
    color:#9f9f00 !important;
}
.fila-highlight-alerta-verde td,.fila-highlight-alerta-verde a{
    background:url("../images/jqueryui/ui-bg_glass_60_eeeeee_1x400.png") repeat-x scroll 50% 50% #EEEEEE;
    color:#509f00 !important;
}
.fila-alerta-rojo td,.fila-alerta-rojo a{
    background-color: #ff0000;
    color: #ffffff;
}
.fila-alerta-amarillo td,.fila-alerta-amarillo a{
    background-color: #ffff99;
    color: #000000;
}
.fila-alerta-verde td,.fila-alerta-verde a{
    background-color: #ccff99;
    color: #000000;
}