* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#bfc0c4;
	font-family:Verdana,Tahoma,Arial;
	font-size:12px;
	color:#000;
}
.principal{
	margin:auto;
	width:780px;
	padding-top:20px;
	padding-bottom:20px;
}
.topo{
	width:780px;
	height:164px;
	background-image:url('imagens/topo.jpg');
}
#conteudo{
	width:760px;
	background-color:#FFF;
	padding:10px;
	text-align:justify;
}
#conteudo a{
	color:#000;
	text-decoration:none;
}
#conteudo a:hover{
	text-decoration:underline;
}
#conteudo a:visited{
	color:#000;
}
#rodape{
	width:780px;
	height:70px;
	padding-top:5px;
	background-image:url('imagens/rodape.jpg');
	background-position:bottom;
	text-align:center;
}
#rodape a{
	text-decoration:none;
	color:#4A708B;
}
#rodape a:hover{
	text-decoration:underline;
}
#rodape a:visited{
	text-decoration:none;
	color:#4A708B;
}
fieldset{
	padding:10px;
}
legend{
	margin-bottom:5px;
	padding:0px 5px 0px 5px;
}
hr{
	margin:1px;
}
h1{
	font-family:Verdana,Tahoma,Arial;
	font-size:17px;
	color:#000;
	font-weight:bold;
}
h2{
	font-family:Verdana,Tahoma,Arial;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
input{
	font-size:9px;
	color:#666;
	padding:2px;
}
#menu {
	float:left;
	width:100%;
	background:#FFF;
	font-size:93%;
	line-height:normal;
	border-bottom: solid 1px #CCC;
 }
#menu ul {
    margin:0;
    padding:8px 2px 0 8px;
    list-style:none;
}
#menu li {
  display:inline;
  margin:0;
  padding:0px;
}
#menu a {
  float:left;
  background:url("imagens/tableftB.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#menu a span {
  float:left;
  display:block;
  background:url("imagens/tabrightB.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
  color:#000;
}
#menu a:hover {
  background-position:0% -42px;
}
#menu a:hover span {
  background-position:100% -42px;
}

#menu #current a {
        background-position:0% -42px;
}
#menu #current a span {
        background-position:100% -42px;
}
.entregues{
	padding:10px;
	text-align:center;
	float:left;
}

.fotos{
	padding:10px;
	text-align:center;
	float:left;
}
