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

/* =========================================================================================================================== */	

/* CSS Propriedades */
body {	
	margin: 0; 
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center; /* hack para o IE */
	background-color:#f1f2ef;
}
* {
	color: #212e36;
	font-family: 'Trebuchet MS';
	font-size:13px;
	list-style: none;
	text-decoration: none;
}
.title {
	color: #212e36;
	font-family: 'Verdana';
	font-size:16px;
	list-style: none;
	text-decoration: none;
}

.a_prods{
	opacity: 1;
}
.a_prods:hover{
	margin-left: 1px;
}
.bold{
	font-weight:bold;
}

#clean			{clear:both;}
/* CSS Propriedades !close */

/* =========================================================================================================================== */

/* CSS TOPO */
#top{
	background-image:url(../image/bg_top.jpg);
	height:301px;
}
#topo{
	width:980px;
	height:268px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
#horizontal{
	width: 650px; /*749px;*/
	list-style: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:-13px;
	*margin-top:0px;
	*margin-left:auto;
	*margin-right:auto;
	_margin-top:-4px;
	_margin-left:auto;
	_margin-right:auto;
}
ul#horizontal li	{float:left;}

/* CSS TOPO !close */

/* =========================================================================================================================== */

/* CSS CONTEUDO */
#main{
	width:980px;
	background-image:url(../image/bg_content.jpg);
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
#main p{
	font-size: 16px;
}
#home1{
	width:308px;
	float:left;
	margin-left:5px;
}
#indice{
	width:250px;
	height:140px;
	border: 3px solid #e7ede9;
	margin-left:25px;
}
#home2{
	width:660px;
	float:right;
}
#home_text{
	width:610px;
	float:right;
}
#cont_lat{
	width:315px;
	float:left;
	margin-left:1px;
}
#cont_princi{
	width:660px;
	float:right;
	margin-right:1px;
}
#text{
	width:580px;
	float:left;
	text-align:justify;
	margin-left:20px;
	padding-top:10px;
}
#btn_lat{
	width:156px;
	height:181px;
	background-color:#000;
	z-index:500;
}

.ul_principios {
	font-size: 16px !important;
	margin-right:25px;
	text-align: left
}
.ul_principios li{
	list-style: circle !important;
	font-size: 16px !important;

}

/* CSS CONTEUDO !close */

/* =========================================================================================================================== */

/* CSS RODAPE */
#rodape	{background-image:url(../image/bg_rodape.jpg);	height:59px;}
/* CSS RODAPE !close */