@charset "utf-8";
/* CSS Document */

/* colocamos el fondo medio transparente 
y mostramos el layer obscuro*/
.overlaybox{
 /*   background:transparent url("img/overlay.png") repeat top left;*/
    background:url("img/overlay.png") repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.ebox{
    z-index: 1030;
}
.etibox{
	background: url("img/bg.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    padding-bottom: 55px;
	
/*  position:fixed;*/
/*    top:20%; /*para la animacion -200px*/
/*   left:20%; /*era 30%*/
/*    right:30%;*/
    background-color:#fff;
    color:#7F7F7F;
   /* padding:20px;*/
    border:3px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:102;
	/*****************************************/
	font-style: normal;
    font-size: 14px;
    font-family: Verdana,Arial,Baskerville,monospace;
	color:#000;
}
.etibox_contenedor{
	padding: 20px 20px 20px 100px;
}
.etibox_inputs {
    margin-top: 4px;
}
/*estos son los textbox*/
.etibox_inputs input {
    border: 1px solid #dddddd;
    display: block;
    margin: 3px 0 6px;
    padding: 3px 2px;
    width: 95%;
}
.etibox_botones {
    bottom: 0;
    padding: 15px;
    position:absolute; /*este es importante*/
    right: 0;
    text-align: right;
}
/*este es de los botones input type=button*/
.etibox_botones button {
    cursor: pointer;
    margin-left: 10px;
    min-width: 85px;
}

.etibox_label{
    font-size: 11px;
    font-weight: bold;
}


.etibox_alert{
    background: url("img/bcuidado.png") no-repeat scroll 20px 20px rgba(0, 0, 0, 0);
}
.etibox_error{
    background: url("img/berror.png") no-repeat scroll 20px 20px rgba(0, 0, 0, 0);
}
.etibox_prompt {
    background: url("img/bquestion.png") no-repeat scroll 20px 20px rgba(0, 0, 0, 0);
}

.etibox_confirm {
    background: url("img/bconfirmar.png") no-repeat scroll 20px 20px rgba(0, 0, 0, 0);
}
.etibox_info {
    background: url("img/binfo.png") no-repeat scroll 20px 20px rgba(0, 0, 0, 0);
}
a.boxclose{
    float:right;
    width:26px;
    height:26px;
    background:transparent url(images/cancel.png) repeat top left;
    cursor:pointer;
    margin-top:-26px;
    margin-right:-26px;

}

/*********************************************************/
/************* para el toast *****************************/
.toast_panel {
    width: 290px;
    z-index: 9999;
}
.toast-item {
    background: none repeat scroll 0 0 #333;
    border: 2px solid #999;
    color: #eee;
    display: block;
    font-family: lucida Grande;
    font-size: 14px;
    height: auto;
    margin: 0 0 12px;
    opacity: 0.9;
    padding: 20px 6px;
    position: relative;
}
.toast-item p {
    margin-left: 50px;
    text-align: left;
}
.toast-item-close {
    background: url("img/tclose.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 22px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 22px;
}
.toast-item-image {
    float: left;
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    width: 32px;
}
.toast-item-imginfo {
    background: url("img/tinfo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.toast-item-imgok {
    background: url("img/tok.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.toast-item-imgcuidado {
    background: url("img/tcuidado.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.toast-item-imgerror {
    background: url("img/terror.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/**************************/
.toast-tinfo {
    color: white;
}
.toast-tok {
    color: white;
}
.toast-tcuidado {
    border-color: #fcbd57;
    color: white;
}
.toast-terror {
    border-color: #b32b2b;
    color: white;
}
/*******************************/
.toast-posicion-top-left {
    left: 20px;
    position: fixed;
    top: 20px;
}
.toast-posicion-top-center {
    left: 50%;
    margin-left: -140px;
    position: fixed;
    top: 20px;
}
.toast-posicion-top-right {
    position: fixed;
    right: 20px;
    top: 20px;
}
.toast-posicion-middle-left {
    left: 20px;
    margin-top: -40px;
    position: fixed;
    top: 50%;
}
.toast-posicion-middle-center {
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    position: fixed;
    top: 50%;
}
.toast-posicion-middle-right {
    margin-left: -140px;
    margin-top: -40px;
    position: fixed;
    right: 20px;
    top: 50%;
}

/********** alerts de validacion ****************/
.noti_box {
    background-position: 10px 11px;
    background-repeat: no-repeat;
    border: 1px solid;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.4) inset;
    color: #444;
    margin-bottom: 20px;
    padding: 10px 10px 10px 32px;
    position: relative;
}
.noti_box > p:first-child {
	padding: 0;
    margin: 0;
}
.noti_box p {
	margin:7px;;
/*    margin-bottom: 0;*/
/*    margin-top: 20px;*/
}

a.noti_close {
    /*background: url("img/tclose.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 22px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 22px;
}
.noti_info, 
.noti_success, 
.noti_warning, 
.noti_error, 
.noti_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.noti_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('img/tinfo.png');
}
.noti_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('img/tok.png');
}
.noti_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('img/tcuidado.png');
}
.noti_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('img/terror.png');
}
.noti_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('img/terror.png');
}
/****************para el progress **********************/
section {
    display: block;
}

.eti_progress {
    background: none repeat scroll 0 0 #ebebeb;
    border-left: 1px solid transparent;
    border-radius: 10px;
    border-right: 1px solid transparent;
    height: 20px;
}
.eti_progress > span:before {
    background: url("img/eprogress.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.eti_progress > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #f0f0f0, #dbdbdb 70%, #cccccc) repeat scroll 0 0 #cccccc;
    border-color: #bfbfbf #b3b3b3 #9e9e9e;
    border-image: none;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    float: left;
    height: 18px;
    line-height: 16px;
    margin: 0 -1px;
    min-width: 30px;
    position: relative;
    text-align: right;
}

/*esto es la letra*/
.eti_progress > span > span {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: bold;
    padding: 0px 9px 0px 0px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.eti_progress .green {
    background: linear-gradient(to bottom, #b7dc8e, #99ce5f 70%, #85c440) repeat scroll 0 0 #85c440;
    border-color: #78b337 #6ba031 #568128;
}
.eti_progress .red {
    background: linear-gradient(to bottom, #ea8a7e, #e15a4a 70%, #db3a27) repeat scroll 0 0 #db3a27;
    border-color: #c73321 #b12d1e #8e2418;
}
.eti_progress .orange {
    background: linear-gradient(to bottom, #f8da9c, #f5c462 70%, #f2b63c) repeat scroll 0 0 #f2b63c;
    border-color: #f0ad24 #eba310 #c5880d;
}
.eti_progress .blue {
    background: linear-gradient(to bottom, #aed5ed, #7bbbe2 70%, #5aaadb) repeat scroll 0 0 #5aaadb;
    border-color: #459fd6 #3094d2 #277db2;
}
