/* CSS Document */

/*ventanas modales*/
.capaFondoMensaje{
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     background: #000;
     z-index:1001;
     opacity:.25;
     -moz-opacity: 0.25;
     filter: alpha(opacity=25);
}

.capaMensaje {
     display: none;
     position: absolute;
     width: 55%;
     height: 25%;
     padding: 16px;
     background: #fff;
     color: #333;
     z-index:1002;
     overflow: auto;
     border-style : solid;
     border-width : 5px;
     border-color : #8A0808;
     font-size: 1.1em;
}

.capaImagenCargando {
	display: block;
	position: absolute;
	height: 25%;
	width: 70%;
	z-index: 1002;
	overflow: auto;
	text-align: center;
}
