@charset "utf-8";
/* Sistema */

html{
	width:100%;
	height:100%;
}

a {
	color:#002E5B;
	text-decoration:none;
}

body {
	margin:0px;
background: #0061a7;
background: -moz-linear-gradient(top, #0061a7 50%, #ffffff 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#0061a7), color-stop(50%,#ffffff));
background: -webkit-linear-gradient(top, #0061a7 50%,#ffffff 50%);
background: -o-linear-gradient(top, #0061a7 50%,#ffffff 50%);
background: -ms-linear-gradient(top, #0061a7 50%,#ffffff 50%);
background: linear-gradient(top, #0061a7 50%,#ffffff 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061a7', endColorstr='#ffffff',GradientType=0 );
background-size:cover;
width:100%;
height:100%;
}


header {
	width:100%;
	background:#010101;
	font:bold 30px Arial, Helvetica, sans-serif;
	color:white;
	text-shadow:1px 1px 1px #002642;
	box-shadow:10px 0px 10px #003155;
	z-index:2;
	position:static;
}

.center {
	width:900px;
	margin:auto;
}
.center_dos {
	width:800px;
	margin:3% auto 0 auto;
	display:block;
}
.center_tres {
	width:403px;
	margin:auto;
	display:block;
	margin-top:11%;
}


nav {
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%);
	background: linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e8e8e8',GradientType=0 );
	font:bold 12px Verdana, Geneva, sans-serif;
	box-shadow:0px 0px 10px #00365E;
	color:#002E5B;
	overflow:hidden;
	width:100%;
	padding-top:7px;
	padding-bottom:7px;
}

footer {
	width:100%;
	background:#010101;
	font:11px Verdana;
	color:white;
	text-shadow:1px 1px 1px #002642;
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
	margin:7% auto 0 auto;
}


.content {
	width:800px;
	background:white;
	position:absolute;
	padding:10px;
	margin:5% auto 0 auto;
	border-radius:5px;
	box-shadow:0px 0px 5px #999999;
	font:12px/20px Verdana, Geneva, sans-serif;
	color:#333;
	text-align:justify;
	display:none;
}

h1 {
	font:bold 14px Verdana, Geneva, sans-serif;
	color:#0061a7;
	margin:0 0 15px 0;
}

.button {
	padding:7px;
	font:11px Verdana, Geneva, sans-serif;
	color:white;
	border:1px solid #263744;
	border-radius:5px;
	background: #537a96;
	background: -moz-linear-gradient(top, #537a96 0%, #47677f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#537a96), color-stop(100%,#47677f));
	background: -webkit-linear-gradient(top, #537a96 0%,#47677f 100%);
	background: -o-linear-gradient(top, #537a96 0%,#47677f 100%);
	background: -ms-linear-gradient(top, #537a96 0%,#47677f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#537a96', endColorstr='#47677f',GradientType=0 );
	background: linear-gradient(top, #537a96 0%,#47677f 100%);
	cursor:pointer;
}

.button:hover {
	background: #6c8c21;
	background: -moz-linear-gradient(top, #6c8c21 0%, #5b771c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8c21), color-stop(100%,#5b771c));
	background: -webkit-linear-gradient(top, #6c8c21 0%,#5b771c 100%);
	background: -o-linear-gradient(top, #6c8c21 0%,#5b771c 100%);
	background: -ms-linear-gradient(top, #6c8c21 0%,#5b771c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8c21', endColorstr='#5b771c',GradientType=0 );
	background: linear-gradient(top, #6c8c21 0%,#5b771c 100%);
	border:1px solid #374811;
}

