@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic);

body {
/*	Color sides */
/*	background-color:rgb(204, 204, 255);*/
/*	background-color:rgb(234,202,180);*/
	background-color:rgb(140,160,223);	
}
a {
/*  color: #428bca;*/
/*  color: #962f2a;*/
/*  color: #b23731;*/
/*  color: #9d261d;*/
	color: #00428f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
/*  color: #e20606;*/
  text-decoration: underline;
}
.container {
	background-color:white;
	height:100%;
	font-family:"Arvo";
	
	
}

.col-md-4 {
/*	Color 
/*	background-color:#DEDEE0;*/
/*	background-color:#ce8e77;*/
/*	background-color:#d39972;*/
/*	background-color:rgb(255,245,245);*/
	background-color:rgb(245,245,255);
	text-align:center;
	height:100%;
	
	
}

#style {
	text-align:justify;
	
}

#fin {
	text-align:right;
	bottom:0;
	
}
