html, body{
	height							: 100%;	
	width							: 100%;
	margin							: 0;
	padding							: 0; 
}
body{
	font-family						: Verdana,Arial,Helvetica,sans-serif;
	font-size						: 12px;
}
table.main{
	width							: 800px;
	height							: 100%;
	border							: 0px;
	margin-left						: auto; 
	margin-right					: auto;
	padding							: 0px;
	background-color				: #f3e4d1;
	border-right					: 1px solid #6e5f4c;
}
table.header{
	width							: 100%;
	height							: 125px;
	padding							: 0px;
}
table.content{
	padding							: 5px;
	width							: 100%;
}
table.menu{
	width							: 100%;
}
table.center{
	margin-left						: auto; 
	margin-right					: auto;
}
table.contact{
	width							: 100%;
}
table.contact td{vertical-align: top;}

td.header_container{
	background						: #E0C39E;
	height							: 125px;
	max-height						: 125px;
	padding							: 0;
	margin							: 0;
}
td.header_img_left{
	text-align						: left;
	vertical-align					: top;
	width							: 200px;
}
td.header_img_right{
	text-align						: right;
	vertical-align					: bottom;
	width							: 200px;
}
td.header_lang{
	text-align						: right;
	vertical-align					: top;	
	width							: 200px;
	font-size						: 11px;
}
td.header_address{
	text-align						: left;
	vertical-align					: bottom;	
	width							: 200px;
	font-size						: 11px;
}
td.header_sigla{
	text-align						: center;
}
td.footer{
	background						: #E0C39E;
	height							: 20px;
	text-align						: center;
}
td.separator{
	height							: 10px;
	background						: #6e5f4a;
}
td.menu_container{
	background						: #efd566;
	height							: 35px;
}
td.main_container{
	vertical-align					: top;
}
td.menu{
	text-align						: center;
}
td.content{
	vertical-align					: top;
	line-height						: 150%;
	padding-left					: 15px;
	padding-right					: 15px;
}
td.thumb{
	padding							: 5px;
}
td.shadow_left{
	width							: 2px;
	background-image				: url("img/shadow_left.jpg");
	background-repeat				: repeat-y;
	background-position				: center right;
	font-size						: 1px;
}
td.contact_map{
	text-align						: center;
}
td.contact_map iframe{border: 1px solid black;}

p.content{
	text-indent						: 35px;
	text-align						: justify;
}
p.center{
	text-align						: center;
}
td.left_img{
	width							: 122px;
	vertical-align					: top;
}
h1{
	color							: #6e5f4a;
	font-size						: 22px;
}
img.with_border{
	border							: 1px solid #6e5f4a;
}
a{
	text-decoration					: none;
	color							: black;
}
a:hover{
	border-bottom					: 1px black dotted;
}
a.bmrweb{
	text-decoration					: none;
	color							: red;
}
input, textarea, select{
	border							: 1px solid #6e5f4a;
}
textarea, input{
	width							: 250px;	
}
textarea{
	height							: 80px;
}
img.email{
	vertical-align					: bottom;
}
