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


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


#chamadas img{
	float:left;
	
}

#Texcont {
		margin-left:6px;
		float:left;
		color:#FFF;
		width:290px;
		
}

#Texcont h1 {
		top:auto;
		margin-bottom:10px;


}

#Texcont h2 {
		top:auto;
		margin-bottom:5px;
		color:#FCCD1E;
		line-height:120%;


}

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

}


#Texcont2 {
		float:right;
		color:#FFF;
		width:290px;
		margin-top:32px;
		
}

#Texcont2 h1 {
		top:auto;
		margin-bottom:10px;

}

#Texcont2 h2 {
		top:auto;
		margin-bottom:5px;
		color:#FCCD1E;

}

#Texcont2 p {
		top:auto;
		margin-top:0;
		line-height:120%;

}

#Texcont2 ul{
list-style-type: none; /*remove o marcador*/ 
margin: 0; /*remove o recuo IE e Opera*/ 
padding: 0; /*remove o recuo Mozilla e NN*/ 
margin-top:5px;
line-height:140%;


}
#Texcont2 li{
	margin-bottom:5px;

}




