/*html, body {    
height: 100%;
margin:0;
	padding:0;

}

#container {    
	min-height: 100%;
	background-color:yellow;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

* html #container 
{    height: 100%;}

#clearance {   
 height: 100%;
 width:1000px;
  background-color:green;

 }
 
 #sticky_footer {  
 height: 100px;    
 margin-top: -100px;
 background-color:red;
 }*/
 
	A:link {text-decoration:none;color:black} 
	A:visited {text-decoration:none;color:black} 
	A:active {text-decoration:none}
	A:hover {text-decoration:none} 
	a img { 
border-width:0; 
} 
 
*  { margin: 0; padding: 0; z-index: 1; } 
html, body { height: 100%; 
background-color:#545454;
} 
 
 
/* contendo float */
.contemfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.contemfloat { display: inline-block; } 
/* Hides from IE-mac \*/
* .contemfloat { height: 1%; } 
.contemfloat { display: block; } 
/* End hide from IE-mac */
 
 
#limites { position: relative; width: 1000px; min-height: 100%; margin: 0 auto; background-color: #282828; } 
* html #limites { height: 100%; } 
 
 
#conteudo { padding-bottom: 57px; } 
 
 
#coluna1 { float: left; width: 400px; background-color: #ecc; } 
#coluna2 { width: 200px; margin-left: 400px; background-color: gray; } 
 
 
#rodape { position: absolute; bottom: 0; left: 0; width: 100%; height: 57px; padding-top: 10px; background-color: #cce; text-align: center; }


#header{
	width:100%;
	height: 253px;
}

#header #espacocima{
	width:100%;
	height:40px;
	background-color:#545454;
}  
  
#header #titulo{
	width:100%;
	height:213px;
	margin-right:auto;
	text-align:center;
}

#titulo #imagemtitulo{
	width:1000px;
	height:213px;
	/*background-image: url(imagens/titulofundo.png);
	background-repeat: no-repeat; */
}

 #logo{
	width:251px;
	height:213px;
	background-image: url(imagens/logo.png);
	background-repeat: no-repeat;
	float:left;
	margin-left: -11px;
	position: absolute;
	text-align:left;
}

 #menuecontentor{
	width:100%;
	float:left;
	padding:0px;
	margin-top:74px;
	border:0px;
	text-align:left;
	background-color: #282828;
}

#menuecontentor #espacomenu{
	width: 200px;
	float:left;
	background-color:#282828;
}

#menuecontentor #dados{
	width: 638px;
	float:left;
	background-color:#282828;
	margin-left:114px;
}

#footer {
	height: 57px;    
	margin-top: -57px; /* negative value of footer height */
	clear:both;
	background-image: url(http://www.porcoalentejano.com/imagens/pixelrodape.png);
	background-repeat:repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	z-index:-1000px;
}




#footerdados #footeryt{
	height: 32px;
	width: 31px;
	float:left;
	margin-top:12px;
	margin-left: 11px;
}

#footerdados #footerface{
	height: 32px;
	width: 31px;
	float:left;
	margin-left:10px;
	margin-top:12px;
}

#footerdados #footerdireitos{
	height: 11px;
	float:left;
	margin-left:40px;
	margin-top:23px;
	font-family: Lucida Sans;
	font-size: 10px;
	color:gray;
}

#footerdireitos a{
	font-family: Lucida Sans;
	font-size: 10px;
	color:gray;
}

#footerdados #footerproder{
	height: 47px;
	width: 228px;
	float:left;
	margin-left:150px;
	margin-top:6px;
	background-image: url(imagens/barra_proder.png);
	background-repeat:no-repeat;
}