@charset "ISO-8859-1";



.blanqueado
{ 
background-color:White;
font-size: 15px;
	}

.panelGridCenter {
    margin: 0 auto;
}

#loginForm {
    margin: 0 auto;
}

img.imglogoindex {
  max-width: 100% !important;
}


#idanimado
{ 
	background:#E22E7F;
	width:100%;
	text-align:center;
	animation-name:animador;
	animation-duration:5s;
	animation-iteration-count:infinite;
}

@KeyFrames animador{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}