* {
    margin: 0;
    padding:0;
}

html {
    height: 100%;
}

body {
	color: #51565b;
	height: 100%;
	background-image:url(../imagens/bg_hemominas.png );
	background-position:center;
	background-size:cover;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:  100%;	
}




.wrapper{
	width: 1024px;
	height: 100%;
	margin: 0px auto;
	position: relative;
	z-index:0;
	
}

/* -----------------------------------------------------------*/

#header{
	width: 1024px;
	height: 125px;
	margin: 0px auto;
	background-image:url(../imagens/cab.png);
	background-repeat:no-repeat;
	background-size:contain;
	
}

#underheader{
	width: 100%;
	height: 125px;
	background:#FFF;
	background-repeat:repeat;
	background-size:contain;
	
}

#logopjf{
	width: 220px;
	height: 50px;
	margin:10px 0px 0px 0px;
	float:right;
	position:relative;
}

#logohemo{
	width: 220px;
	height: 50px;
	margin:0px 0px 0px 0px;
	float:right;
	position:relative;
}


#principal{
	width: 1024px;
	min-height:100%;
	margin: 0px auto;
	background:#f2f2f2;
	background-size:cover;
	z-index:0;
}

#social{
	width: 100px;
	height: 30px;
	margin: 5px 5px 0px 0px;
	float:right;
	position:relative;
	z-index:999;
}

#facebook{
	background-image:url(../../imagens/2013/social/botao_fb_b.png) ;
	width:25px;
	height:25px;
	margin: 0px 5px 0px 0px;
	float:right;
	position:relative;
}

#facebook:hover{
	background-image:url(../../imagens/2013/social/botao_fb.png);
}

#twitter{
	background-image:url(../../imagens/2013/social/botao_tt_b.png);
	width:25px;
	height:25px;
	margin: 0px 0px 0px 0px;
	float:right;
	position:relative;
}

#twitter:hover{
	background-image:url(../../imagens/2013/social/botao_tt.png);
}

#footer{
	width: 1024px;
	height: 75px;
	margin: 0px auto;
	background:#ad0000;
	border-top:solid;
	border-top-width:3px;
	border-top-color:#fff;
	z-index:0;
}

#rdp1{
	text-align:center;
	width: 400px;
	height: 65px;
	margin:5px 0px  0px  70px;
	line-height:0.8;
	color:#FFF;
	float:left;
	position:relative;
}

#rdp2{
	text-align:center;
	width: 400px;
	height: 65px;
	margin:10px 90px  0px  0px;
	line-height:0.8;
	color:#FFF;
	float:right;
	position:relative;
}

#espaco{
	width: 1024px;
	height: 80px;	
}

.fontrodape1{
	font-size:12px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.fontrodape2{
	font-size:10px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.fontrodape3{
	font-size:12px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}