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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	background:url(../img/bg_interna.jpg) top center no-repeat;
	margin:0px;
	padding:0px;
	border:0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000;
}

a {
	color:inherit;
	text-decoration:none !important;
	border:none;
}

img {
	border:none;
}

#master {
	width:980px;
	margin:auto;
}

#topo {
	width:980px;
	float:left;
	height:162px;
}

#menu {
	float:left;
}

#menu li {
	list-style:none;
	font-size:20px;
	font-weight:100;
	margin: 68px 0 0 27px;
	float:left;
	color:#003974;
}

#menu li a:hover {
	color:#FFF;
}

#logotipo {
	float:left;
	width:188px;
	height:149px;
	margin-left:120px;
	margin-top:-10px;
}

#telefone_topo {
	float:left;
	width:258px;
	height:65;
	margin-left:90px;
	margin-top: 10px;
}

#meio {
	width:950px;
	margin-top: 30px;
}

.formulario { float:left; width:100%; }
.formulario input { background:#fff; border: solid 1px #CCCCCC; width:400px; height:20px; margin-bottom:5px; color:#333 }
.formulario textarea { background:#fff; border:solid 1px #CCCCCC; width:400px; color:#333; height:155px; margin-top:2px }
.formulario .enviar { padding:5px 10px; background:#F90; float:right; margin-top:15px }

.formulario input:hover, .formulario textarea:hover, .formulario a:hover, .formulario *:focus { background:#FFFCD4;  transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s; }


#rodape {
	width:950px;
	float:left;
	height:162px;
	border-bottom:5px;
}