@import "reset.css";
@import "layout.css";
@import "texts.css";
@import "menu.css";
/* general
--------------------------------------------------------------------------------------------------*/
body {
	background-color: #f9f9f9;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1px;
}
#backgroundSite {
	width: 100%;
	background: #fff url(../images/bg_site.gif) 0px 0px repeat-x;
	padding-bottom: 10px;
}
/* Left Column
--------------------------------------------------------------------------------------------------*/
#logo {
	margin: 23px 0 35px 0;
}
#rates {
	margin-top: 142px;
}
/* home main content
--------------------------------------------------------------------------------------------------*/
.botonMore a {
	display: block;
	width: 189px;
	height: 16px;
	margin-bottom: 10px;
}
.botonMore a.financial {
	background: url(../images/btn_financialReports.gif) 0px 0px no-repeat;
}
.botonMore a.events {
	background: url(../images/boton_more_events.gif) 0px 0px no-repeat;
}
.botonMore a.news {
	background: url(../images/boton_more_news.gif) 0px 0px no-repeat;
}
.botonMore a.reports {
	background: url(../images/boton_more_reports.gif) 0px 0px no-repeat;
}
.botonMore a.viewmore {
	background: url(../images/boton_view_more.gif) 0px 0px no-repeat;
}
.botonMore a:hover {
	background-position: 0px -16px;
}
#navigation img {
	float: right;
}
#listBox {
	width: 190px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
#listBox img {
	float: left;
	margin: 3px 0 0 4px;
}
#listBox select {
	width: 112px;
	font-weight: normal;
	font-size: 10px;
	color: #4D566D;
	border: 1px solid #ACB0B7;
	float: right;
}
.bio {
	width: 400px;
	overflow: hidden;
}
.bio img {
	float: left;
	border: 3px solid #E6E5E5;
	margin-right: 10px;
}
div.management {
	width: 205px;
	float: left;
}
div.jobForm p {
	margin: 0;
	padding: 0;
}
div.jobForm select, div.jobForm input {
	font-weight: normal;
	font-size: 10px;
	color: #4D566D;
	border: 1px solid #ACB0B7;
	margin: 0;
	padding: 0;
	width: 170px;
}
div.jobForm a {
	font-weight: bold;
}
table.contactUs td {
	padding-bottom: 6px;
}
table.contactUs input {
	width: 172px;
	border: 1px solid #c7c7c7;
	margin: 0;
	padding: 3px;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}
table.contactUs input.radio {
	width: 18px;
	border: none;
	margin: 0;
	padding: 0;
}
table.contactUs input.subject {
	width: 372px;
}
table.contactUs textarea {
	width: 380px;
	height: 100px;
	border: 1px solid #c7c7c7;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	font-family: Tahoma,verdana,sans-serif;
}
table.pressReleases td {
	padding-bottom: 12px;
}
#printVersion {
	width: 60px;
	height: 17px;
	float: right;
}
#printVersion a {
	background: url(../images/icon_printable.gif) top left no-repeat;
	display:block;
	width: 60px;
	height: 17px;
}
#printVersion a:hover {
	background-position: bottom left;
}