
body {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: 0 auto; 
	background-image: url(../img/bg_jm.png); 
	background-repeat: repeat|repeat-x|repeat-y|no-repeat|initial|inherit;
	background-color: #13496a;
	color: #fff; 
	font-family: 'Raleway', sans-serif;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	color: #d4d200;
}
a:hover,
a:active {
	outline: 0;
	color: #d4d200;
}

a{color: #d4d200; text-decoration: none;}
#geral{ margin: 0 auto;

}

.conteudo {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%; 
	margin-left: -150px;
	margin-top: -150px;
}


.titulo{color: #d4d200;
	font-size: 100%;
	padding: 15px;
	text-align: center;
	font-weight: 500;
	border: solid 1px;
	width: 80%;
	max-width: 500px;
	margin: 30px auto;}
	.contacto{ font-size: 14px; text-align: center; font-weight: 300;}

	.logo{ text-align: center;}

	.logo img{width: 80%; max-width: 500px; height: auto;}

