@charset "utf-8";
/* CSS CADPlus.com.br */

.topo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: 90px;
	width: 100%;
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 2;
	
}

.linha_topo{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	position: absolute;
	bottom: 1px;
	left:0px;
	width:100%;
}

.topo_telefone{
	position: absolute;
	right: 5.2%;
	top: 5px;
	font-size: 30px;
		color: #858585;
}

.menu_topo{
	position: absolute;
	right: 5%;
	bottom: 5px;
}



.menu_topo ul li{
	
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	list-style-image: none;
	list-style-type: none;
}

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

.menu_topo a:hover{
	color: #999999;
}

.conteudo{
	position:absolute;
	top: 90px;
	margin-bottom:119px;
	background-color: #FFFFFF;
	width: 100%;
	height:64%;
}

.conteudo_fale_txt{
	position:relative;
	z-index:3;
	height: 304px;
	width:97%;
	float:left;
	background-color: #EEECEA;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DFDCD9;
	border-bottom-color: #DFDCD9;
	border-top-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F7F6F5;
	border-left-color: #F7F6F5;
	text-align: right;
	display: block;
	vertical-align: 50%;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-right: 20px;
}

.conteudo_txt{
	position:relative;
	z-index:3;
	height: 304px;
	width:97%;
	float:right;
	background-color: #EEECEA;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DFDCD9;
	border-bottom-color: #DFDCD9;
	border-top-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F7F6F5;
	border-left-color: #F7F6F5;
	text-align: right;
	display: block;
	vertical-align: 50%;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-right: 20px;
}

.cantodir{
	display: block;
	background-image: url(../img/canto_dir.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 47px;
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 0px;
}
.cantoesq{
	display: block;
	background-image: url(../img/canto_esq.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 47px;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
}

.rodape{
	position: absolute;
	z-index: 2;
	height: 119px;
	width: 100%;
	bottom: 0px;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #A8A798;
	list-style-position: outside;
	list-style-image: url(../img/dot2.png);
	
}

/*

.linha_rodape{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: absolute;
	top: 1px;
	left:0px;
	width:100%;
	height:1px;
}

*/

.rodape a{
	color: #FFFFFF;
	text-decoration: none;
}

.rodape a:hover{
	color: #CCCCCC;
}

.artigos{
	float: left;
	width: 30%;
	margin-right: 2px;
	height: 95px;
	padding-left: 50px;
}
.sustentavel{
	float: left;
	width: 38%;
	margin-right: 2px;
	margin-left: 2px;
	height: 95px;	
	
}
.institucional{
	float: left;
	width: 25%;
	margin-left: 2px;
	height: 95px;	
}

.sustentavel_txt{
font-size: 10px;}

.fechar{
    position: absolute;
    z-index: 4;
    top:0px;
    left: 0px;
}
