body {
    background-color: #F0F0F0;
    margin: 0;
}

a {
	text-decoration: none;
}

h3 {
	font-family: Georgia;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	color: #444444;
}

input {
	width: 930px;
	padding: 10px;
	font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
	font-weight: normal;
	text-align: center;
	color: #444444;
}

label {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	color: #444444;
}

label.error {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color:#052e44;
}

select {
	width: 950px;
	padding: 10px;
	font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
	color: #444444;
}

textarea {
	width: 930px;
	padding: 10px;
	font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
	color: #444444;
}

#cabecalho {
	width: 100%;
	height: 220px;
	padding-top: 50px;
	background: url("../imagens/cabecalho/social 03-01.jpg");
	background-repeat: no-repeat;
	background-size:100%;
}

#geral {
	width: 100%;
	height: auto;
}

#topo {
	width: 100%;
	height: 40px;
	background-color: #333333;
}

.btn-cancelar {
	width: auto;
	padding: 10px 20px 10px 20px;
	background-color: #D43631;
	border: 1px solid #D43631;
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

.btn-confirmar {
	width: auto;
	padding: 10px 20px 10px 20px;
	background-color: #052e44;
	border: 1px solid #052e44;
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

.conteudo {
	width: 960px;
	height: auto;
	margin: auto;
	padding: 10px;
}

.topo-item {
	float: left;
	width: 100px;
	padding: 2px 10px 2px 10px;
	text-align: center;
	background-color: #333333;
	margin-right: 5px;
}

.topo-item:hover {
	float: left;
	width: 100px;
	padding: 2px 10px 2px 10px;
	text-align: center;
	background-color: #484848;
	margin-right: 5px;
}

.texto-cabecalho {
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 60px;
}

.texto-padrao {
	color: #000000;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
}

.texto-resumo {
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 20px;
}

.texto-topo {
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 12px;
}

.texto-topo-menu {
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 15px;
}