#servicos{
	position: relative;
	color: white;
	width: 100%;
	height: auto;
	margin: 10px auto 10px auto;	
	border-radius: 5px;	
	 background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left bottom, #ADD8E6, #1E90FF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left bottom, #ADD8E6, #1E90FF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left bottom, #ADD8E6, #1E90FF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left bottom, #ADD8E6, #1E90FF); /* Standard syntax */
}
#servicos ul li{
	display: inline;



}
#servicos ul li a{
		color: white;
		text-decoration: none;
		font: bold 17px 'arial', 'helvetica', sans-serif; 
		
		margin: 17px;
		border-radius: 2px;

}


#servicos iframe{
	width: 100%;
	height: 500px;
	border-top: 1px solid white;

}
table{
	position:relative;
	margin: 0 auto;
	width: 80%;
	height: auto;
}
table td{
	position:relative;
	margin: 0 auto;
	
	height: 300px;
	font: bold 20px 'arial', 'helvetica', sans-serif; 
	color: white;
}
.bloco{
    position: relative;
    color: white;
    font: bold 17px 'arial', 'helvetica', sans-serif;
    width: 100%;
    height: auto;
    margin: 10px auto 10px auto;    
    border-radius: 5px; 
 
}
.bloco table{
    position: relative;
    color: white;
    font: bold 17px 'arial', 'helvetica', sans-serif;
    width: 100%;
    height: auto;
    margin: 10px auto 10px auto;    
    border-radius: 5px; 
   padding: 10px;


}
.bloco table tr td{
	padding: 10px;
	border-bottom: 1px solid white;
}