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

body {
	background-color: #FC0;
	margin:0px;
}

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

#topo{
	margin-top:50px;
	width:980px;
	height:152px;
	background:url(imgs/topo.png);
	text-align:center;
}


#menu {
	width:980px;
	height:90px;
	background:url(imgs/menu.png);
	text-align:center;
	font-family:Sansation;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}


#menu ul {
	padding-left:0px;
	padding-right:0px;
	margin:auto;
	font-family:Sansation;
	font-size:14px;
	display:block;
	padding-top:40px;
	padding-bottom:30px;
	height:20px;
	font-weight:normal;
}

#menu li {
	padding:0px;
	margin:auto;
	display: inline;
	float: left;
	font-weight:normal;
}

#menu li a {
	padding: 0 27px 0 27px;
	text-decoration: none;

	color: #FFF;
	float: left;
	font-weight:normal;
}

#menu li a.ativo {
	text-decoration:underline;
	color: #FFF;
	float: left;
	padding-top:0px;
}

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





#meio-home {
	width:940px;
	height:520px;
	margin:auto;
	background:url(imgs/meio_home.png);
}

#baixo-home {
	width:940px;
	height:521px;
	background:url(imgs/base.png);
	margin:auto;
	background-position:bottom;
}

#baixo-pgs {
	width:940px;
	height:481px;

	margin:auto;
}

#conteudo_logo_grande {
	width: 740px;
	margin: auto;
	padding: 40px 100px 20px 100px;
	background:url(imgs/base_logo_grande.png);
	background-position:bottom;
}

#conteudo_logo_menor {
	width: 740px;
	margin: auto;
	padding: 40px 100px 20px 100px;
	background:url(imgs/base_logo_menor.png);
	background-position:bottom;
}

#conteudo_sem_logo{
	width: 740px;
	margin: auto;
	padding: 40px 100px 20px 100px;
	background:url(imgs/base.png);
	background-position:bottom;
}




#conteudo_paginas {
	width: 860px;
	margin: auto;
	padding: 40px;
	background:url(imgs/base.png);
	background-position:bottom;
}

#quadro-amarelo-home{
	width:344px;
	height:390px;
	background:#FC0;
	margin-left:30px;
	margin-top:-40px;
	padding:20px;
	z-index:20;
	float:left;
	text-align:left;
}

#titulo {
	margin:auto;
	text-align:center;
}

#quadro-verde-home{
	width:410px;
	height:260px;
	background:#2B95A8;
	margin-left:40px;
	margin-top:-40px;
	margin-bottom:150px;
	padding:20px;
	z-index:20;
	float:left;
	text-align:left;
}


#endereco-home{
	width:364px;
	height:70px;
	padding:10px;
	margin-left:30px;
	margin-top:-5px;
	z-index:20;
	float:left;
	text-align:left;
}

#problemas-medicao{
	width:410px;
	height:90px;
	padding:15px;
	margin-left:42px;
	margin-top:-90px;
	z-index:20;
	float:left;
}


#base-curva{
	width:940px;
	height:61px;
	margin:auto;
	background:url(imgs/base.png);
}

#rodape{
	width:940px;
	text-align:center;
	font-size:12px;
	font-family: "Sansation";
	margin:auto;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	margin:auto;
}

.texto {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

.titulo-preto-grande{
	font-family: "Sansation";
	font-size:34px;
	color:#000;
	text-align:center;
}


.titulo-cinza{
	font-family: "Sansation";
	font-size:34px;
	color:#ccc;
	text-align:center;
}



.link-rodape {
	font-family:Sansation;
	font-size:14px;
	color:#333;
	text-decoration:none;
}

.link-rodape:hover {
	font-family:Sansation;
	font-size:14px;
	color:#333;
	text-decoration:none;
}

.titulo-preto{
	font-family:Sansation;
	color:#000;
	font-size:22px;
	font-weight:bold;
}

.titulo-noticia{
	font-family:Sansation;
	color:#000;
	font-size:18px;
	font-weight:bold;
	display:block;
	width:80%;
	height:25px;
	padding:10px 0px 0px 10px;
}

.titulo-noticia:hover{
	font-family:Sansation;
	color:#ed3237;
	font-size:18px;
	font-weight:bold;
	display:block;
	width:80%;
	height:25px;
	padding:10px 0px 0px 10px;
}

.sub-titulo-noticia{
	font-family:Sansation;
	color:#666666;
	font-size:14px;
	display:block;
	width:80%;
	height:25px;
	padding:0px 0px 0px 10px;
}

.sub-titulo-noticia:hover{
	font-family:Sansation;
	color:#666666;
	font-size:14px;
	display:block;
	width:80%;
	height:25px;
	padding:2 0 0 20px;
}



.texto-preto{
	font-family:Sansation;
	color:#333;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
}

.texto-preto-right{
	font-family:Sansation;
	color:#333;
	font-size:14px;
	font-weight:normal;
	line-height:17px;
	text-align:right;
}

.texto-branco{
	font-family:Sansation;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
}


.titulo-branco{
	font-family:Sansation;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

@font-face {
		font-family: "Sansation";
		src: url("fontes/sansation.eot"); /* IE9 */
		/* Aqui toda a declaração após o # é ignorada pelos IEs6-8 */
		src: url("fontes/sansation.eot?#iefix")      format("embedded-opentype"), /* < IE9 */
			 url("fontes/sansation.woff")            format("woff"), /* browsers modernos */
			 url("fontes/sansation.ttf")             format("truetype"), /* Safari, Android, iOS */
			 url("fontes/sansation.svg#svgFontName") format("svg"); /* padrão iOS */
	}


.form{
	background:#FFF;
	border:#999 solid 1px;
	font-family:Sansation;
	padding:5px;
}

.cnpj{
	background:#FFF;
	border:#999 solid 1px;
	font-family:Sansation;
	padding:5px;
}

.fone{
	background:#FFF;
	border:#999 solid 1px;
	font-family:Sansation;
	padding:5px;
}

#conteudo #baixo-home #quadro-amarelo-home .texto-preto .link-rodape strong {
	text-align: right;
}


.obg{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#F00;
	font-weight:bold;
	
}