@import url('color_blue.css');body{
	background-image: url('../images/background-blue.jpg');
	background-repeat: repeat;
	background-color: white;
}
.title.bg{
	background-color: #063C80;
	color: white !important;
}
.header.bg{
	background-image: url('../images/header-blue.jpg');
	color: black;
}
.footer > div.title{
	background-image: url('../images/footer-blue.jpg');
	color: white;
}
body > .container{
	border-radius: ;
}
.records > .record{
	border-radius: ;
}
.slider{
	border-radius: ;
}
.records > .record .col-xs-9 .title{
	border-radius: 0 0 0 ;
}
