@charset "utf-8";
/* CSS Document */
	* { margin: 0; padding: 0; }
body{
	height: 100%;
	background-image: url(img/coco_ralado.jpg);
}

#todo{
	height: 100%;
	width: 900px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	font-family: calibri, sans-serif;
	font-size: 14px;
}
#topo{
	margin: 0px;
	height: 294px;
	width: 900px;
	background-image: url(img/tp1.png);
}
#logo{
	float: left;
	height: 259px;
	width: 340px;
}
#menu{
	float: left;
	height: 58px;
	width: 548px;
	background-image: url(img/barraMenu.png);
}
/* menu sendo feito*/
#menuhor {
	border:none;
	margin: 0;
	font: 15px calibri, sans-serif;
	padding-top: 15px;
	text-align:center;
}
#menuhor li {
list-style: none; 
margin: 0;
display: inline;
}
#menuhor li a {
height:1px; /* IE5.0 bug */
padding: 3px 9px; 
margin:0;

text-decoration: none;
}
#menuhor li a:link {
color: #fff;
}
#menuhor li a:visited {
color: #fff;
}
#menuhor li a:hover {
	color: #ff0000;
	font-size: 15px;
	font-weight: bold; 

}
#menuhor li a:active {

color: #fff; 

}
/* fim do menu*/

#baseTopo{
	height: 71px;
	width: 900px;
	background-image: url(img/tp2.png);

}

#l1{
	height: 410px;
	width: 302px;
	float: left;

}
#l2{
	height: 510px;
	width: 568px;
	float: left;
	
	font-family: calibri;
	font-size: 14px;
	text-align:justify;
	color:#333;
	padding-right: 10px;
}

h2{
	color:#666;
	margin-top: -10px;
}
hr{
	width: 520px;
	margin-left: -0px;
}
#hhr{width:auto}

#texto{
	font-family: calibri;
	font-size: 14px;
	text-align:justify;
	width: 520px;
	margin-left: 0px;
	color:#333;
	margin-top: -10px;
}
img.emb{
	padding-left: 260px;
}
#corpo{
	height: 540px;
	width: 880px;
	padding-left: 20px;
	background-color: #FFF;
	


}




Object {padding: 20px;}
#rodape{
	background-image: url(img/rod.jpg);
	height: 73px;
	width: auto;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 0px;
	color: #FFF;
	text-align:center;
	font-family: calibri, sans-serif;
	font-size: 14px;}
