@CHARSET "ISO-8859-1";

body{
	padding: 0;
	margin: 0;
}

#topo{
	width: 100%;
	height: 600px;
	background: url('../imagens/bg-topo.jpg') no-repeat center;
	position: relative;
}

#menu{
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 1px 3px #777;
}

#menu img{
	width: 200px;
}

a{
	color: #1568DB;
	text-decoration: none;
}

.link:hover{
	text-decoration: underline;
}

.botao-acessar{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #fff;
	background: #1568db;
	border-radius: 8px;
	padding: 9px 20px;
	cursor: pointer;
	margin: 12px 0 0 0;
	display: inline-block;
	text-decoration: none;
}

.botao-acessar:active{
	position: relative;
	top: 2px;	
}

.centralizar{
	width: 1000px;
	margin: 0 auto;
}

.amostra{
	margin: 0 0 0 80px;
	position: absolute;
	bottom: 40px;
}

.botao{
	background-color: #56B02A;
	border-radius: 8px;
	border: 0;
	color: #fff;
	padding: 11px 16px;
	margin: 0 0 0 10px;
	cursor: pointer;
	font-size: 14px;
}

label{
	font-family: "Trebuchet MS";
	float: left;
	width: 100px;
	padding: 9px 3px;
	text-align: right;
	color: #444;
	margin: 5px 0;
}

.texto{
	font-size: 16px;
    color: #222;
    height: 36px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #999;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
    transition: all 0.2s linear;
    display: block;
    float: left;
    width: 250px;
    color: #444;
}

textarea{
	width: 250px;
    color: #444;
    display: block;
    float: left;
    height: 80px;
    border-radius: 3px;
    border: 1px solid #999;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
    transition: all 0.2s linear;
    margin: 5px 0;
    font-size: 16px;
    font-family: "Trebuchet MS";
    padding: 5px;
}

.amostra .retorno{
	font-size: 14px;
    color: #fff;
    font-family: "Trebuchet MS";
}

#conteudo, #rodape{
	font-family: "Trebuchet MS";
}

#conteudo p, #rodape p{
	font-size: 16px;
	line-height: 180%;
	color: #444;
	font-weight: normal;
}

.titulo{
	font-size: 30px;
	color: #1568DB;
	display: block;
	margin: 5px 0;
	clear: both;
	font-weight: normal;
}

.bloco1{
	width: 100%;
	padding: 40px 0;
	text-align: center;
}

.bloco1 p{
	padding: 0 10%;
}

.bloco2{
	width: 28%;
	height: 250px;
	padding: 40px 25px;
	text-align: center;
	float: left;
}

.titulo2{
	font-weight: bold;
	font-size: 18px;
	color: #444;
}

.titulo3{
	font-weight: normal;
	font-size: 22px;
	color: #444;
}

#rodape{
	width: 100%;
	height: 250px;
	margin: 10px 0;
	border-top: 1px solid #777;
}

.assinatura{
	font-size: 12px;
	color: #444;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
	border-top: 1px solid #777;
	padding: 25px 0;	
}

.limpar{
	clear: both;
}