@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	border:0;
}

html, body {
	width:100%;
	height:100%;
}
body {
	background:url(../imgs/fd-site.jpg) no-repeat center;
	overflow:auto;
}

#tudo-table {
	position:relative;
	width:100%;
	height:100%;
	display:table;
}
#tudo-table-cell {
	position:relative;
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}

#site {
	position:relative;
	width:920px;
	height:630px;
	margin:0 auto;
}

#lateral {
	position:relative;
	float:left;
	width:315px;
	height:680px;
	overflow:hidden;
}

#quadro-form {
	position:relative;
	width:315px;
	background:url(../imgs/form-fundo.png);
	margin-bottom:10px;
}

#area-restrita{
	font-family:'caviar';
	font-size:25px;
	font-weight:normal;
	color:#fff;
	position:relative;
	width:300px;
	height: 25px;
	background: #D7B453;
	border-radius:5px;
	text-align:center;
	padding:5px;
	margin-bottom: 25px;
	cursor: pointer;
}

#area-restrita:hover{
	font-family:'caviar';
	font-size:25px;
	font-weight:normal;
	color:#fff;
	position:relative;
	width:300px;
	height: 25px;
	background: #D7B453;
	border-radius:5px;
	text-align:center;
	padding:5px;
	margin-bottom: 25px;
}


#conteudo {
	position:relative;
	float:right;
	width:580px;
	height:630px;
	overflow:hidden;
}

#centro {
	position:relative;
	width:580px;
	height:630px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

#centro li {
	position:relative;
	width:580px;
	height:630px;
	background:url(../imgs/fd-conteudo.png) no-repeat;
}

#textos {
	position:relative;
	width:550px;
	height:600px;
	margin:15px;
}

#acesso {
	position:relative;
	width:500px;
	height:75px;
	margin:10px auto;
}

#acesso a {
	float:left;
}

#redes-sociais {
	width:200px;
	height:48px;
	margin:10px auto;
}
