/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
  	background:#ff3d8b;
  	text-align:center;
}

#site{
	margin: 0 auto;		
	background: #ff3d8b;
	width: 778px;	
}

#topo{
	background-image:url(img/topo.jpg);
	width: 778px;
	height: 236px;
}

#topo_conteudo{
	background:url(img/topo_conteudo.jpg);
	width: 778px;
	height: 24px;
}

#conteudo{
	background: url(img/bg_conteudo.jpg) repeat-y;
	font: normal 11px Tahoma;
	line-height: 17px;
	color: #FFFFFF;
	width: 778px;
	height: 150px;	
	z-index: 2;
	position:relative
	
}

#conteudo:after{
	content:'';
	height:0;
	display:block;
	clear:both;
}

#conteudo p{
	padding: 3px 30px 0px 30px;	
	margin: 0px;
	text-align: left;
	z-index: 2;
}

#conteudo_lateral{    
	height: 1px;
	*height: 0px;
	_height: 1px;
    width: 441px;
	float: right;		
}

#conteudo_lateral p{
    background: url(img/bg_conteudo2.jpg) repeat-y;		
	text-align: left;
	font: normal 11px Tahoma;
	color: #fff;
	line-height: 20px;
	padding: 10px 30px 11px 10px;
}

#conteudo1{	
	position:relative;
	width: 337px;	
	float: left;
	z-index: 1;
}

#video{	
    margin-top:-100px;
	margin-left:-10px;
	width: 481px;
	float: right;
	margin-right: 25px;
	height: 380px;	
}

#texto_baixo{
	width: 481px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	padding-right: 5px;
	text-align: left;
	font: normal 11px Tahoma;
	color: #fff;	
}

#conteudo3{
	width: 778px;
	margin-top: 30px;
	text-align: left;
}



#baixo_5fracoes{
	background: url(img/lateral_5fracoes.jpg);
	width: 212px;
	height: 271px;
	clear:both;	
	float: left
	
}

#texto_fundo_5fracoes{
    background: url(img/bg_conteudo_5fracoes.jpg);
	width: 566px;
	height: 346px;
	float: left;
	margin-top:-180px;
}


#logotipo{
	width: 212px;
	height: 180px;		
	clear:both;
}

#conteudo3 p#um{
    line-height: 50px;	
	width: 479px;
	font: normal 11px Tahoma;
	color: #fff;
	margin: 70px 30px 5px 0px;	
	float: right;
	text-align: left;
	
	
}

#conteudo3 p#dois{
    line-height: 35px;	
	width: 418px;
	font: normal 11px Tahoma;
	color: #fff;
	padding: 10px 30px 5px 10px;
	float: right;
	text-align: left;
	
}


a{
	text-decoration:underline;
	color:#fff;
	font:bold 11px Tahoma;
}

p#titulo_lucia{
	clear: both;
	float: left;
	width: 207px;	
	margin-left: 15px;	
	padding: 10px;
	color: #fff;
	font: normal 11px Tahoma;
	text-align: left;
}

#rodape a{
text-decoration:none;
}

