

body
{
	margin: 0px;
	padding: 0px;
	background-color: #f5ede8;
}

.table_center
{
	width: 100%;
	height: 488px;	
}

/* TITLE */
.table_center_title
{
	background-image: url(../images/title_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
}

.table_title
{
	width: 720px;
	height: 27px;
}

.td_title
{
	background-image: url(../images/title_comofunciona.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 120px;
}

.td_subtitle
{
	background-image: url(../images/subtitle_servicos.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* CONTENT */
.table_center_content
{
	text-align: center;
	vertical-align: top;
}

.table_content
{
	width: 720px;
	height: 448px;
}

.td_content_desc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #917c72;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	height: 50px;	
}

.td_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a19992;
	vertical-align: top;
}

.text_label, .text_label_left
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #937e74;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.div_content
{
	background-color: #eee4df;
	border: 1px #e4d6d2 solid;
	padding: 10px;	
}

.td_padding
{
	padding-top: 15px;
	padding-left: 30px;
}

.font_title
{
	color: #713846;
	font-weight: bold;
	font-size: 14px;
}

.font_text
{
	color: #713846;
	font-weight: normal;
	font-size: 12px;
}

.arrow
{
	padding-right: 8px;
}

