@charset "utf-8";
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

body{
	margin:0;
	background-color:#181818;
	background-image:url(../images/bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#tudo {
	width:800px;
	height:600px;
	background-color:#181818;
	border:1px solid #0f82ef;
	margin:auto;
	margin-top:60px;
}

#header{
	position:relative;
	float:left;
	width:800px;
	height:137px;
	background-image:url(../images/bgTopo.jpg);
	background-repeat:no-repeat;
	background-color:#0e57a2;
	border-bottom:1px solid #0f82ef;
	padding-top:8px;
}

#header h1{
	width:149px;
	height:130px;
	margin-left:25px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	text-indent:-9000em;
}

#menu{
	position:relative;
	float:left;
	width:800px;
	height:40px;
	background-color:#141414;
	background-image:url(../images/bgMenu.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #272727;
}

#conteudo{
	position:relative;
	float:left;
	width:800px;
	height:378px;
	margin-top:1px;
	border-top:1px solid #272727;
	background-image:url(../images/bgMeio.png);
	background-repeat:no-repeat;
}

#conteudo #titCont{
	margin-top:35px;
	margin-left:30px;
}

#conteudo #cont{
	width:575px;
	color:#FFFFFF;
	font-size:10.5px;
	line-height:25px;
	letter-spacing:1px;
	margin-left:30px;
	text-align: justify;
}

#conteudo #logo{
	margin:10px;
	float:left;
}

.negrito{
	font-weight:bold;
}

#rodape{
	position:relative;
	float:left;
	width:800px;
	height:33px;
	background-image:url(../images/bgRodape.jpg);
	background-repeat:no-repeat;
	background-color:#0e57a2;
	
}

#copy{
	display:block;
	width:200px;
	height:16px;
	margin:auto;
	margin-top:8px;
	background-color:#057ccc;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}

#conteudo #cont form input{
	height:10px;
	font-size:9px;
	color:#057ccc;
}

#conteudo #cont form textarea{
	font-size:11px;
	color:#057ccc;
}

.enviarBT{
	width:70px;
	height:25px;
}

#destaqueHome{
	width:540px;
	height:110px;
	line-height:25px;
	border-bottom:1px dotted #272727;
}

#contHome{
	margin-top:8px;
	width:550px;
	height:110px;
}.empresaCSS {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.Titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #1E71BB;
}
