.fondo{
	margin-top:30px;
	margin-bottom: 140px;
    border-radius: 4px;
	background: url(../images/fondo_login.jpg);
    background-repeat: no-repeat; 
	
	}

form label.error, label.error {
	/*color: red; 
	border-color:red; 
	border-style:solid; 
	border-width:1px}*/
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	border-radius: 4px;
	padding-top: 2px;
	padding-right: 35px;
	padding-bottom: 2px;
	padding-left: 14px;
  

div.error { 
display: none; 
}


/*Loanding*/
.LoadingGB
{
  opacity: 0.6;
  background:#000;
  border:#000 0px solid;
  width:100%;
  height:100%;
  position:absolute;
  z-index:1004;
}

#Cargando
{
	top: 50%;
	left: 50%;
	margin: auto;
	margin-top:5px;
	margin-left:-40px;
	width: 40px;
	height: 40px;
	position: relative;
	color:#FFF;
}

.Loading2 
{
	top: 50%;
	margin: auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: rotate 2.0s infinite linear;
	animation: rotate 2.0s infinite linear;
}

.rectangulo21, .rectangulo22 
{
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color:#FFF;
	border-radius: 100%;
	border:#000 solid 0px;
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
	  

}


  

 