/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.contactos td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.oneColFixCtrHdr #container {
	width: 925px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	height: auto !important;
	height: auto;
	min-height: 600px;
	background-color: #FFFFFF;
	padding: 15px;
}
.oneColFixCtrHdr #header {
	height: 85px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	float: left;
	width: 925px;
	height: auto;
	background-color: #FFFFFF;
}
#footerMenu   {
	width: 919px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
}
.footerMenu  #footerLinks {
	float: left;
	width: 720px;
	text-align: center;
	padding: 3px;
	padding-left: 95px;
}
.footerMenu A:link, .footerMenu A:visited, .footerMenu A:active {
	COLOR: #333333;
	FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	padding: 3px;
}
.footerMenu A:hover {
	COLOR: #FFFFFF;
	FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	background-color: #FF6600;
}
.oneColFixCtrHdr #flags {
	float: right;
	width: 90px;
	text-align: right;
	margin-top: 0px;
	padding-top: 1px;
}
.oneColFixCtrHdr #flags A:hover {
	background-color:#FFFFFF;
}

.oneColFixCtrHdr #footer {
	width: 925px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	float: left;
}
.logo {
	float: left;
	width: 240px;
	height: 60px;
	margin-bottom: 10px;
}
.slogan {
	float: right;
	width: 673px;
	height: 60px;
	margin-bottom: 10px;
	background-color: #FF6600;
}
#mainContent_home {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#blockLeft {
	height: 190px;
	width: 300px;
	margin-top: 15px;
	float: left;
}
#blockCenter {
	height: 190px;
	width: 300px;
	margin-top: 15px;
	float: left;
	margin-left: 12px;
}
#blockRight {
	height: 190px;
	width: 300px;
	margin-top: 15px;
	float: left;
	margin-left: 12px;
}
#dynamic_container {
	background-color: #FFFFFF;
	width: 925px;
	height: 225px;
	background-image: url(../gts_images/dynamic.jpg);
	background-repeat: no-repeat;
	float: left;
}
#dynamic  {
	background-color: #FF6600;
	width: 925px;
	height: 225px;
	background-repeat: no-repeat;
	float: left;
	display: none;
}
#dynamic_business  {
	background-color: #FF6600;
	width: 925px;
	height: 225px;
	background-image: url(../gts_images/dynamic_business.jpg);
	background-repeat: no-repeat;
	position: absolute;
	visibility: hidden;
}
#dynamic_emotion  {
	background-color: #FF6600;
	width: 925px;
	height: 225px;
	background-image: url(../gts_images/dynamic_emotion.jpg);
	background-repeat: no-repeat;
	position: absolute;
	visibility: hidden;
}
#dynamic_hotels  {
	background-color: #FF6600;
	width: 925px;
	height: 225px;
	background-image: url(../gts_images/dynamic_hotel.jpg);
	background-repeat: no-repeat;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
}
#dynamic_about {
	width: 923px;
	height: 223px;
	background-repeat: no-repeat;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(../gts_images/dynamic.jpg);
}
#dynamic_talento {
	width: 925px;
	height: 225px;
	background-repeat: no-repeat;
	position: absolute;
}
#dynamic_parceiros {
	background-color: #FFFFFF;
	width: 923px;
	height: 223px;
	background-repeat: no-repeat;
	position: absolute;
	border: 1px solid #cccccc;
}

#dynamic_form {
	float: left;
	height: 1400px;
	width: 925px;
	padding: 0px;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	margin-top: 10px;
}
.text_business {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 280px;
	height: 205px;
	padding: 10px;
	text-align: justify;
	overflow: hidden;
	font-weight: normal;
}
.text_emotion {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 280px;
	height: 205px;
	padding: 10px;
	margin-left: 312px;
	text-align: justify;
	overflow: hidden;
	font-weight: normal;
}
.text_hotels {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 280px;
	height: 205px;
	padding: 10px;
	margin-left: 624px;
	text-align: justify;
	overflow: hidden;
	font-weight: normal;
}
.text_about {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 430px;
	padding: 5px;
	text-align: justify;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
.text_about_topic {
	font-size: 14px;
	color: #FF6600;
}

.page_topic {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	width: auto;
	text-align: left;
	font-weight: normal;
	padding-left: 14px;
	padding-top: 10px;
}
.text_talento {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	width: auto;
	padding: 10px;
	text-align: justify;
	float: left;
	margin-left: 10px;
	height: auto;
	margin-right: 10px;
	font-weight: normal;
}
.Form_Topic {
	font-weight: bold;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-size: 10px;
	color: #000000;
}
.Form_Label {
	font-weight: bolder;
	text-align: right;
	vertical-align: top;
	FONT-SIZE: 10px;
	COLOR: #666666;
	FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
}
FORM {
	FONT-SIZE: 10px;
	COLOR: #333333
}
INPUT {
	FONT-SIZE: 12px; COLOR: #000066
}
.FormElements {
	BORDER-RIGHT: #000066 1px solid; BORDER-TOP: #000066 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 12px; BORDER-LEFT: #000066 1px solid; COLOR: #000066; BORDER-BOTTOM: #000066 1px solid; BACKGROUND-COLOR: #f3f4f6
}
.searchbox {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 2px; MARGIN: 2px; WIDTH: 100px; PADDING-TOP: 3px; POSITION: relative; BACKGROUND-COLOR: #f6f6f6; TEXT-ALIGN: center
}
.Radio {
	width: auto;
	float: left;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE8DA;
	padding-bottom: 5px;
}
.newsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

.newsTitle a:link, .newsTitle a:visited, .newsTitle a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
.newsTitle a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6600;
}
.newsText {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
}
.newsCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 9px;
}
.newsNav {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	margin-left: 20px;
}
.newsNavDate {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
}

/* Links */

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a:active {
	color: #FF9900;
	text-decoration: none;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	width: auto;
}

a.nav:visited {
	color: #000000;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 2px;
	font-weight: bold;
	width: auto;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.newsScroll {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	padding: 5px 20px 20px 20px;
}
.nav1 {
	color: #333333;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	text-align: right;
	margin-right: 10px;
}
a.nav1:link {
	color: #333333;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	text-align: right;
}

a.nav1:visited {
	color: #000000;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	text-align: right;
}

a.nav1:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 5px;
	font-weight: bold;
	width: auto;
	text-align: right;
	margin-top: 10px;
	text-decoration: none;
}
.RH_topic {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
