body {
	background: #034A8A;
	font-family:arial;
	}
	
	.titulo{
		background:gray;
		color:#034A8A;
		font-size:30px;
		font-weight:bold;
		text-align:center;
		border-radius:5px;
		
	}
	
	.container {
	width: 965px;
	background: white;
	margin: auto;

	}
	
	.top {
	margin-top: 30px
	}
	
	.header a {
	font-size:15px;
	font-weight:bold;
	padding:15px;
	border-radius:5px;
	}
	
	.headers a {
	font-size:15px;
	font-weight:bold;
	padding:15px;
	border-radius:5px;
	}
	
	.menu {
		float: right
	}
	
	.menu li{
		display: inline-block;
	}
	
	.menu a {
	color:black;
	text-decoration: none;
	
	}
	
	.menu a:hover {
		background: #8BE8FA;
	}
	
	.col {
	width: 265px;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	padding: 15px;
	}
	
	.col h2 {
	color: #b52025;
	}
	
	.row {
	text-align: center;
	}
	
	
	