@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather+Sans:800);

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

* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 1em Lato;
}

a {
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#topo {
	width: 100%;
	border-bottom: 3px solid #006d96;
	height: 110px;
}

.logo {
	float: left;
	margin: 10px 10px 5px 100px;
}

#slide {
	width: 100%;
	padding: 20px 0px;
	background: #00aeef;
	border-bottom: 3px solid #006d96;
}

#slide iframe {
	border: 2px dotted #FFFFFF;
	border-radius: 8px;
}

.title-pag {
	background: url(../images/pattern.png) #004a66;
	color: #FFFFFF;
	padding: 15px 0px;
}

.title-pag-cont {
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid #006d96;
}

.title-pag-cont h1 {
	font-weight: 100;
}

.conteudo {
	max-width: 1000px;
	width: 1000px;
	margin: 30px auto;
	font-weight: 100;
	font-size: 22px;
	text-align: justify;
}

.conteudo h2 {
	margin: 0;
	font-weight: 100;
}

.conteudo a {
	color: #000000;
	text-decoration: none;
}

.conteudo a:hover {
	color: #00aeef;
}

/* Style Form */

.tabela-form input:focus,select:focus,textarea:focus {
	background: #CCCCCC;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.tabela-form {
	width: 100%;
	font: normal 10pt Lato;
}

.tabela-form input[type=text] {
	margin: 1px;
	width: 100%;
	border: 1px solid #999999;
	border-radius: 6px; 
	height: 30px
}

.tabela-form textarea {
	margin: 1px;
	width: 100%;
	border: 1px solid #999999;
	border-radius: 6px; 
	height: 70px
}

.tabela-form input[type=submit],input[type=reset] {
	margin: 5px 0px 5px 5px;
	width: 100px;
	border: 1px solid #999999;
	border-radius: 4px; 
	height: 40px;
	float: right;
}

fieldset {
	border: 0px solid #999999;
	border-radius: 6px; 
	margin: 10px auto;
	font-weight: 100;
}

legend {
	font: normal 28pt Lato;
	font-weight: 100;
	text-align: left;
	margin: 10px; 
}