@charset "UTF-8";
/* CSS Document */


html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#000000;
	overflow: hidden;
}

#geral {

height:100%;
margin:0px auto;
width: 100%;

padding: 0px;

}

#topo {
width: 100%;
height: 34px;
margin: 0px;
padding: 0px; 
background: url(../images/topo.jpg) repeat-x top;
position:absolute;
top:0;
}

#main {
height:100%;
margin:0 auto;
width:100%;
background: url(../images/fundo.jpg) no-repeat center;
color:#FFFFFF;
	}

/* Para o IE */
* html #main{
height:100%;
}

#logo{
	width: 430px;
	height: 247px;
	position:absolute;
	left:50%;
	top:40%;
	margin-top:-125px;
	margin-left:-215px;
	text-align:center;
}

#logo_interno{
	width: 430px;
	height: 247px;
	position:absolute;
	left:50%;
	top:30%;
	margin-top:-125px;
	margin-left:-215px;
	text-align:center;
}

#logo_interno a {
	position: relative;
}


#conteudo{
	width: 100%;
	height:300px;
	background: url(../images/fundo_conteudo1.jpg) repeat-x;
	position:absolute;
	top:50%;
	margin-top:-150px;
	text-align:center;
}

#rodape {
width: 100%;
height: 34px;
margin: 0px;
padding: 0px; 
background: url(../images/topo.jpg) repeat-x bottom;
position: absolute;
bottom:0;

}



#top_menu {
width: 700px;
height: 100px;
position:absolute;
left:50%;
top:70%;
margin-top:-50px;
margin-left:-350px;

}

#top_menu_paginas {
width: 700px;
height: 100px;
position:absolute;
left:50%;
bottom:5%;
margin-top:-50px;
margin-left:-350px;
}

#logo_abencao {
width: 116px;
height: 36px;
position:absolute;
left:85%;
top:85%;


}


#conteudo_texto{
width: 400px;
height: 200px;
overflow:auto;
margin:0px;
padding-right:15px;
}

#conteudo_texto_produtos{
width: 400px;
height: 150px;
overflow:auto;
margin:0px;
padding-right:15px;
}

.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
