.loader {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding:10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 9997;
	display: none;
	background-color: #999999;
	cursor: wait;
	filter: alpha(opacity=70); /* IE */
	opacity: 0.7; /* Modern */
	margin: 0;
}

.loaderFrame {
	position: fixed;
	top: 249px;
	min-height: 210px;
	padding:10px 20px;
	z-index: 9998;
	background-color: #FFFFFF;
	background-image: url("/sltwww/st/img/transicion/sol_loader.png");
    background-position: -31px -10px;
    background-repeat: no-repeat;
	cursor: wait;
	left: 50%;
	margin: 0;
	margin-left: -283px;/*La mitad del ancho del div*/
	width: 567px;
	border: 1px solid #CCC;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url("/PIE.htc");
	display: none;
}

.loaderFrame p{
	color: #666666;
	cursor: wait;
	padding-left: 200px;
	text-align: left;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}
.loaderFrame p.mensajeTransicion {
	font-size: 20px;
}
.loaderFrame p.mensajeEspera{
	color: #999999;
	font-size: 15px;
}
.loaderFrame div#transImgLoader {
	margin-left: 200px;
	text-align: left;
}
.loaderFrame .boton_rojo_transicion{
	bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    text-align: center;
    background-color: #DF1F0E;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    cursor: pointer;
    display: none;
}
.loaderFrame .boton_rojo_transicion:hover{
	text-decoration: none; 
}
 /* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.loaderFrame{
		background-size: 25% auto;
	    height: auto;
	    margin-left: -44%;
	    width: 80%;
	}
	.loaderFrame p{
		padding-left: 30%;
	}
	.loaderFrame div#transImgLoader{
		margin-left: 30%;
		overflow: hidden;
		margin-bottom: 30px;
	}
}

 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.loaderFrame p{
		padding-left: 17%;
	}
	.loaderFrame div#transImgLoader{
		margin-left: 17%;
	}
}