*{

	font-family:  Trebuchet MS /* Arial,sans-serif,Engschrift,Helvetica */;
	font-size: 18px;
/* 	font-style: verdana;
	font-weight: verdana; */
	margin: 0;
	padding: 0;	
	/* vertical-align: text-top; */
	color: #fff;
}
a{
	text-decoration: none;
}
a:hover{
	
	color: #ccc;
}

body {
	background: #cecece;
/* 	background-repeat: repeat-x;
	display: block;
 	width: 960px;
	height: 1000px; */

}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 0;
	display: block;
}
h1 {
	text-transform:uppercase;
	text-shadow: 1px 1px #000;
	font-weight:bold;
	padding:0px 0px 0px 20px ;
	font-size:26px;
	
}

p {
	padding:0px 20px 0px 20px ;
	text-align: justify;
}
#conteudo {

	background:/*  url('images/bg-ground.png') */ ;
	background-repeat: repeat-x;
	display: block;
 	width: 600px;
	/* height: 1500px; */
	margin: 0 auto;

}
#topo {

	/* background: #fff; */

}

#logo {

/* 	float:left; */
	text-align:center;
	padding: 100px 2px 0px 0px;
	
}

#orga {

/* 	float:left; */
	text-align:center;
	padding: 20px 2px 0px 0px;
	
}

#texto01 {

	text-align:center;
	padding: 20px 2px 0px 0px;
	font-size: 22px;
	font-style:italic;
	
}

#texto02 {

	text-align:justify;
	padding: 20px 0px 20px 0px;
	font-size:18px;
	
}

#tels {

	text-align:center;
	padding: 40px 0px 20px 0px;
	font-size:18px;
	
}

#texto03 {

	text-align:center;
	padding: 0px 0px 10px 0px;
	font-size:18px;
	
}

#barra {

	background: #3d3e92;
	/* background-repeat: repeat-x; */
	display: block;
 	width: 950px;
	height: 30px;
	/* color:#fff; */
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px 10px 10px;
	text-align:center;
}

#modulo-1 {
    /* background-color:#EDEDED;  */
	display: block;
 	width: 510px;
	height: 265px;
	float:left;
	
}
#modulo-1 ul {
    padding:10px 10px 20px 10px;
/*     margin:0px; */
    float: letf;
    /* width: 100%; */
	/* background-image: url('images/barra-menu-topo.png'); */
    /* background-color:#EDEDED; */
    /* list-style:none; */
	text-transform:uppercase;
	display: block;
/* 	width: 869px;
	height: 45px; */
}

#modulo-1 ul li { 

		list-style: none;
		padding:10px 0px 0px 10px;
		color: #000;
		text-shadow: 0px solid #000;
		font-weight:bold;
		font-size:24px;
 }

#modulo-1 ul li a {
    padding: 15px 5px;
    float:left;
    /* visual do link */
    /* background-color:#EDEDED; */
    color: #000;
/*     text-decoration: none;
	text-shadow: 1px 1px #000; */
	font-weight:bold;
    /* border-bottom:3px solid #EDEDED; */
	margin: 0px 0px 0px 25px;
}
#modulo-1 ul li a:hover {
    /* background-color:#D6D6D6; */
    /* color: #6D6D6D; */
    /* border-bottom:3px solid #EA0000; */
}

#modulo-1 strong{

	font-size:24px;
	color:#c3023b;
	text-align:center;
	
}
#marcas {

	padding:10px 0px 10px 20px;

}

#fotos {

	/* background: #3d3e92; */
	/* background-repeat: repeat-x; */
	display: block;
 	width: 410px;
	height: 300px;
	/* color:#fff; */
	font-weight:bold;
	text-transform:uppercase;
	/* padding:10px 10px 10px 10px; */
	text-align:center;
	float:right;
	position:relative;
	left:-20px;
	top:20px;	

}

#mapa {

	margin: 20px;
	background: #3d3e92;
	/* display: block; */
 	width: 910px;
	height: 565px;
	margin:70px 30px 10px 30px;
	/* padding:50px 10px 10px 10px; */
}

#rodape {

}

#rodape h2 {

	font-size:40px;
	text-align:center;
	color:#c3023b;

}

#footer {

	background: #3d3e92;
	/* background-repeat: repeat-x; */
	display: block;
 	width: 600px;
	height: 30px;
	/* color:#fff; */
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 10px 10px 10px;
	text-align:center;
	font-size:24px;
}


#divclear{
clear: both;

}