.loader_texto{
    margin-top: 5px;
	color:#FFFFFF;
	/*
	-webkit-animation:anim_texto 1.4s infinite linear;
	-moz-animation:anim_texto 1.4s infinite linear;
	-ms-animation:anim_texto 1.4s infinite linear;
	-o-animation:anim_texto 1.4s infinite linear;
	animation:anim_texto 1.4s infinite linear
	*/
}
.loader_imagen_centro{
	background:url("../imagen/loader.png") no-repeat center;
	border-radius:80px;
	width:100px;
	height: 100px;
} 
.loader_first_circle{
	border-top:10px solid #dcdcdc;
	border-right:10px solid #dcdcdc;
	border-bottom:10px solid #dcdcdc;
	border-left:10px solid #cb2025;
	-webkit-animation:anim_primer_circulo 1.4s infinite linear;
	-moz-animation:anim_primer_circulo 1.4s infinite linear;
	-ms-animation:anim_primer_circulo 1.4s infinite linear;
	-o-animation:anim_primer_circulo 1.4s infinite linear;
	animation:anim_primer_circulo 1.4s infinite linear
} 
.loader_second_circle{
	border-radius:100px;
	width:110px;
	height:110px;
	border-top:5px solid #dcdcdc;
	border-right:5px solid #dcdcdc;
	border-bottom:5px solid #dcdcdc;
	border-left:5px solid #00506b;
	-webkit-animation:anim_segundo_circulo 1.4s infinite linear;
	-moz-animation:anim_segundo_circulo 1.4s infinite linear;
	-ms-animation:anim_segundo_circulo 1.4s infinite linear;
	-o-animation:anim_segundo_circulo 1.4s infinite linear;
	animation:anim_segundo_circulo 1.4s infinite linear
} 
.loader_first_circle,.loader_first_circle:after{
	border-radius:80px;
	width:80px;
	height:80px
} 
@-webkit-keyframes anim_primer_circulo{
	0%{-webkit-transform:rotate(0deg) scale(0.8);} 
	50%{-webkit-transform:rotate(360deg) scale(1);} 
	100%{-webkit-transform:rotate(720deg) scale(0.8);}
}
	@-webkit-keyframes anim_segundo_circulo{
	0%{-webkit-transform:rotate(0deg) scale(0.8);} 
	50%{-webkit-transform:rotate(180deg) scale(1);} 
	100%{-webkit-transform:rotate(360deg) scale(0.8);}
}
	@-webkit-keyframes anim_texto{
	0%{-webkit-transform:rotate(0deg) scale(0.8);} 
	50%{-webkit-transform:rotate(0deg) scale(1);} 
	100%{-webkit-transform:rotate(0deg) scale(0.8);}
}
	@-moz-keyframes anim_primer_circulo{
	0%{-moz-transform:rotate(0deg) scale(0.8);} 
	50%{-moz-transform:rotate(360deg) scale(1);} 
	100%{-moz-transform:rotate(720deg) scale(0.8);}
}
	@-moz-keyframes anim_segundo_circulo{
	0%{-moz-transform:rotate(0deg) scale(0.8);} 
	50%{-moz-transform:rotate(180deg) scale(1);} 
	100%{-moz-transform:rotate(360deg) scale(0.8);}
}
	@-moz-keyframes anim_texto{
	0%{-moz-transform:rotate(0deg) scale(0.8);} 
	50%{-moz-transform:rotate(0deg) scale(1);} 
	100%{-moz-transform:rotate(0deg) scale(0.8);}
}
	@-ms-keyframes anim_primer_circulo{
	0%{-ms-transform:rotate(0deg) scale(0.8);} 
	50%{-ms-transform:rotate(360deg) scale(1);} 
	100%{-ms-transform:rotate(720deg) scale(0.8);}
}
	@-ms-keyframes anim_segundo_circulo{
	0%{-ms-transform:rotate(0deg) scale(0.8);} 
	50%{-ms-transform:rotate(180deg) scale(1);} 
	100%{-ms-transform:rotate(360deg) scale(0.8);}
}
	@-ms-keyframes anim_texto{
	0%{-ms-transform:rotate(0deg) scale(0.8);} 
	50%{-ms-transform:rotate(0deg) scale(1);} 
	100%{-ms-transform:rotate(0deg) scale(0.8);}
}
	@keyframes anim_primer_circulo{
	0%{transform:rotate(0deg) scale(0.8);} 
	50%{transform:rotate(360deg) scale(1);} 
	100%{transform:rotate(720deg) scale(0.8);}
}
	@keyframes anim_segundo_circulo{
	0%{transform:rotate(0deg) scale(0.8);} 
	50%{transform:rotate(180deg) scale(1);} 
	100%{transform:rotate(360deg) scale(0.8);}
}
	@keyframes anim_texto{
	0%{transform:rotate(0deg) scale(0.8);} 
	50%{transform:rotate(0deg) scale(1);} 
	100%{transform:rotate(0deg) scale(0.8);}
}