@charset "UTF-8";

div#corpoPagina {
	margin: 10px auto -9px auto;
	width: 580px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}
div#corpoBotoes {
    position: relative;
    margin: 10px auto -9px auto;
    width: 580px;

    background-color: #F3F5FA;

    display: block;
    float: center;
    padding-right: 20px;
    text-align: justify;
}
div#corpoBotoes p {
	margin-top: 3%;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	color: red;
}
div#corpoBotoes a {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 70px;
}
div#cabecalho {
	border-radius: 5px 5px 0 0;
	position: relative;
    margin: 10px auto -9px auto;
    width: 580px;
    height: 180px;
    display: block;

	background-color: #3498DB;
    border-top: 1px solid #70B6E5;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(112, 182, 229);
    border-bottom: 5px solid #2372A7;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(35, 114, 167);
}
div#cabecalho h2 {
	margin-left: 0px;
	text-align: center;
	font-size: 20pt;
	color: #FFFFFF;
	line-height: 0.8;
}


div#rodape {
	border-top: 2px solid #EBEBEB;
	background-color: #F3F5FA;
	margin-top: 1.8%;
	width: 580px;
}
div#rodape p, b {
	text-align: center;
	font-size: 12pt;
	color: #34495E;
}
div#rodape a {
	text-align: center;
	font-size: 12pt;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
}
div#rodape a:hover  {
	opacity: 0.5;
}
div#rodape p, a {
	text-decoration: none;
}
div#rodape img {
	margin-top: 1%;
	margin-bottom: 1%;
}