/* Blue institucio */
.blue.btn{
	background-color:#008FCB!important;
}
/* Login Layout */
body.login{
	background-image: -webkit-linear-gradient(top, #0194D9,#0790D6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0194D9), color-stop(100%, #0790D6));
}
.child_gender_male {color:#C0191C;}
.child_gender_female {color:#004B80;}