/* TODAS AS CLASSES DO SITE */

.conteudo_texto{
	text-align:center;
	margin-top:20px;
	width: 632px;
	position:absolute;
}

/* FOMRUL�RIOS */
	.label{
		float:left;
		width: 80px;
		text-align:right;
		position:relative;
	}
	
	.campo{
		float:left;
		width: 350px;
		text-align:left;
		position:relative;
		font-family:"Ashby Medium";
		font-size:12px;
	}
	
	.btForm{
		font-family:"Ashby Medium";
		font-size:14px;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		background-color:#FF9900;
		color:#FFFFFF;
		width:5em;
	}

/* EVENTOS */
	.fundo_evento{
		text-align:center;
		width: 633px;
		height: 322px;
		position:absolute;
		/*background-image:url(../imagens/textos/eventos.jpg);
		background-repeat: no-repeat;*/
	}

	/* LINKS */
		.conteudo_link{
			width: 330px;
			height: 220px;
			margin-left: 70px;
			margin-top: 70px;
			*margin-left: -180px;
		}
		
		.foto_link_evento{
			width: 55px;
			height: 55px;
			float:left;
			margin: 1px;
			position: relative;
		}

/* T�TULOS DOS SERVI�OS */
	.div_horinzontal{
		width:632px; 
		height:60px; 
		position:relative; 
		float:left;
	}
	
	.div_vertical{
		width:60px; 
		height:322px; 
		position:relative; 
		float:left;
	}
	
	.tit_horizontal{
		position:relative; 
		left:60px; 
		top:30px;
		width:200px;
		height: 30px;
	}
	
	.tit_vertical{
		position:relative; 
		left:40px; 
		width:30px;
		height:200px;
	}
	
	.div_texto{
		width:500px; 
		height:322px; 
		position:relative; 
		float:left;
		top: 10px;
		left: 20px;
		text-align:justify;
		font-size: 13px;
	}

