@charset "utf-8";
/* CSS Document */

.background {
	background-color:#4b90d5;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
}

#banner {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:900px;
	height:200px;
	background-image:url(../images/suave_banner1.jpg);
	border:solid #000000 1px;
}
#lang-banner {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	padding-right: 40px;
	text-align:right;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
#nav-container {
	width:900px;
	height:23px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background-color:#326aa0;
	border:solid #000000 1px;
	z-index:30;
}
#office_info {
	position: absolute;
	width: 180px;
	height: 456px;
	padding-top: 10px;
	border-right: dashed #ffffff 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	left: 4px;
	top: 2px;
}


.text {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:400;
	color:#000;
	
}
#content{
	background:#FFF;
	color: #000;
	font-weight: lighter;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	
}
tr.fotter{
	font-size:12px;
	color:#000;
	background-color: ;
}
