
.cssload-loader {
	width: 244px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size:18px;
	color: rgb(206,66,51);
		/*color: white;*/
	letter-spacing: 0.2em;
}
.cssload-loader::before, .cssload-loader::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: rgb(206,66,51);
	position: absolute;
	animation: cssload-load 0.385s infinite alternate ease-in-out;
		-o-animation: cssload-load 0.385s infinite alternate ease-in-out;
		-ms-animation: cssload-load 0.385s infinite alternate ease-in-out;
		-webkit-animation: cssload-load 0.385s infinite alternate ease-in-out;
		-moz-animation: cssload-load 0.385s infinite alternate ease-in-out;
}
.cssload-loader::before {
	top: 0;
}
.cssload-loader::after {
	bottom: 0;
}



@keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-o-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-ms-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-webkit-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}

@-moz-keyframes cssload-load {
	0% {
		left: 0;
		height: 29px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 39px;
	}
	100% {
		left: 229px;
		height: 29px;
		width: 15px;
	}
}



#procesandoLOAD {
	  display: none;
   /* background-color: #FFFFFF;

  
    margin-left: -120px;
    margin-top: -130px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 70%;
    left: 60%;
    z-index: 1000;*/
}






.modalLoad_
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
       /* background: rgba(0, 0, 0, 0.5);
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;*/
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    
    border-radius: 10px;
   /* filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;*/
}

section#mensajes{display: none;}
section#mensajes ,  section#mensajesBottom{
	text-align: center;
	background: #faf8f5;
	width: 100%;
	margin-top: -10px;
	box-shadow: 1px 3px 3px -1px #ebeaea;
}

section#mensajes ul , section#mensajesBottom ul{
	list-style: none;
	padding: 10px;
	margin: 0;
}
section#mensajes ul , section#mensajes ul.success , section#mensajesBottom ul , section#mensajesBottom ul.success {
	background: #dcffdc;
}

section#mensajes ul.errors , section#mensajesBottom ul.errors {
	background: #ffe7e7!important;
}

section#mensajes .closeMSG, section#mensajesBottom  .closeMSG {position: relative;right: -49%;top: -25px;cursor: pointer;color: #b5b5b5;padding: 10px;}