#errorpopup {
    position: fixed;
}
/*INICIO NIVELES PARA POPUPS*/
/*MANEJANDO EL Z-INDEX SE PUEDE AGREGAR N NIVELES PARA MOSTRAR POPUPS*/
.overlay0{
     top: 0;
     left: 0;
     width: 4000px;
     height: 4000px;
     background: #fff;
     background-color: #000!important;
     z-index:1000;
     opacity:.70;
     -moz-opacity: 0.70;
     filter: alpha(opacity=70);     
     position: absolute;

}
.modal-edicion0 {
     position: relative;
/*     background: #fff;*/
     color: #ccc;
     z-index:1001;
     /*overflow: auto;*/
/*     border:#84d30c 3px solid;*/
     border:25px solid rgba(0, 0, 0, 0.3);
     -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 5px 1px #FFFFFF;
    -webkit-box-shadow: 0 0 5px 1px#FFFFFF;
    box-shadow: 0 0 5px 1px #FFFFFF;
}
.overlay1{
     position: absolute;
     top: 0;
     left: 0;
     width: 4000px;
     height: 4000px;
     background: #fff;
     background-color: #000!important;
     z-index:1002;
     opacity:.70;
     -moz-opacity: 0.70;
     filter: alpha(opacity=70);
}
.modal-edicion1 {
     position: relative;
/*     background: #fff;*/
     color: #ccc;
     z-index:1003;
     /*overflow: auto;*/
/*     border:#84d30c 3px solid;*/
     border:25px solid rgba(0, 0, 0, 0.3);
     -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 5px 1px #FFFFFF;
    -webkit-box-shadow: 0 0 5px 1px#FFFFFF;
    box-shadow: 0 0 5px 1px #FFFFFF;
}
.overlay2{
     position: absolute;
     top: 0;
     left: 0;
     width: 4000px;
     height: 4000px;
     background: #fff;
     background-color: #000!important;
     z-index:1004;
     opacity:.70;
     -moz-opacity: 0.70;
     filter: alpha(opacity=70);
}
.modal-edicion2 {
     position: relative;
/*     background: #fff;*/
     color: #ccc;
     z-index:1005;
     /*overflow: auto;*/
/*     border:#84d30c 3px solid;*/
     border:25px solid rgba(0, 0, 0, 0.3);
     -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 5px 1px #FFFFFF;
    -webkit-box-shadow: 0 0 5px 1px#FFFFFF;
    box-shadow: 0 0 5px 1px #FFFFFF;
}

.modal-edicion-cen{
    float: left;
    left: 50%;
    margin: 10px auto;
    position: relative;
}

/*FIN DE NIVELES PARA POPUPS*/
.modal-edicion-top {
	height:43px;
	background-image:url(../imagenes/modal-verde-top.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-left:10px;
	padding-top:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}
.modal-edicion-cerrar {
    background-image: url("../imagenes/cierre_vent_poup.png");
    cursor: pointer;
    float: right;
    height: 27px;
    margin-right: -47px;
    margin-top: -47px;
    width: 28px;
}
.modal-edicion-bottom {
	height:21px;
	background-image:url(../imagenes/modal-verde-bottom.png);
	background-repeat:repeat-x;
	background-position:top;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
}
.filtro-wizard{
    background-color:#d0ddbd;
    padding-bottom:1px;
    padding-top:1px;
    width:100%;
    text-align:center;
    min-height:37px;
}
.link-right{
    padding-left:10px;
    padding-right:10px;
    float:right;
}
.lupa-wizard {
	height:32px;
	width:32px;
	background-image:url(../imagenes/comun/icono-buscar.png);
	background-repeat:no-repeat;
	float:left;
}
.sombreado{
    background-color:#d0ddbd;
    width:100%;
    text-align:center;
    margin-bottom:3%;
}
.alerta{
    font-size:12px;
}
.text-modal {
    color:#000000;
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    margin-left:10px;
}



.centrar-outer {
    left: 50%;
    position: absolute;
}


.centrar-inner{
/*    background-color: #CCCCCC;
    border: 1px solid #FFCCCC;*/
/*    float: left;*/
/*    height: 35px;*/
/*    line-height: 35px;*/
    position: relative;
    right: 50%;
/*    z-index:1001;*/
}



