@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/* CSS Document */
body
{
	background:#FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#00428c;
}

.centrar
{
	background:#FFFFFF;
	position: absolute;
	top:25%;
	left:50%;
	width:746px;
	margin-left:-373px;
	height:300px;
	margin-top:-200px;
	padding:5px;
}
a:link {
	color: #00428c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00428c;
}
a:hover {
	text-decoration: underline;
	color: #009bdb;
}
a:active {
	text-decoration: none;
	color: #00428c;
}
@media all and (max-width:480px){
	.centrar
	{
		background:#FFFFFF;
		position: absolute;
		top:40%;
		left:50%;
		width:300px;
		margin-left:-150px;
		height:50px;
		margin-top:-200px;
		padding:5px;
	}
}