/* CSS Document */
/***** GERAL******/


#chamadas {
	width:100%;
	margin-top:310px;
}

#chamadas img{
	float:left;
	
}


#Texcont {
		float:left;
		color:#FFF;
		font-size:14px;
		width:290px;
		margin-left:10px;
		margin-right:30px;
}

#Texcont h1 {
		font-size:20px;
		margin-bottom:10px;

}

#Texcont p {
		top:auto;
		margin-top:0;
		line-height:130%;
	

}


#Texcont2 {
		float:right;
		color:#FFF;
		width:400px;
		
}


#slider2 {
	position:relative;
	overflow:auto;
	width:400px;
	height:320px
}
#slider2 ul {
	position:absolute;
	list-style:none;
	top:0px;
	left:0px;
}
#slider2 li {
	float:left;
	width:400px;
	height:320px
}

#bottom{
	clear:both;
	height:75px;
	width:100%;
	background-repeat:repeat-x;
	background:url(../imagensac/fundobottom.png);
	bottom: 0;
	position:absolute;
	font-size:16px;
	position:absolute;
	top:890px;

}