* {
/*	width: auto;*/
	padding: 0;
	margin: 0;
	border: 0;
}
body {
  padding-bottom: 70px;
	background: url('../images/body-bg.png') repeat-x black;
	font-family: tahoma, "lucida grande ce", lucida, sans-serif;
}
a {
  outline: none;
}
strong {
	font-weight: bold;
}
big {
	font-size: 14px;
	font-weight: bold;
}
small {
	font-size: 10px;
	font-weight: normal;
}
em {
	font-style: normal;
}
address {
	font-style: normal;
}
img {
	display: block;
}
ul {
	list-style-type: none;
}
input, textarea {
	font-family: tahoma, "lucida grande ce", lucida, sans-serif;
}
.l {
	float: left;
	display: inline;
}
.r {
	float: right;
	display: inline;
}
.cleared:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.cleaner {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.top, .bottom, .hr {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.content {
	height: 100%;
}
div#layout {
	width: 915px;
	margin: 0 auto;
}

/* header */
div#header {
  position: relative;
  z-index: 1;
  height: 145px;
}
h1 a {
	position: absolute;
	z-index: 0;
	top: 42px;
	left: 50px;
	display: block;
	width: 269px;
	height: 72px;
	background: url('../images/logo.png') no-repeat;
}
h1 a span {
  display: none;
}
ul#lang {
  position: absolute;
  top: 0;
  right: 10px;
  height: 21px;
}
ul#lang li {
  float: left;
  display: inline;
  height: 21px;
  margin-left: 1px;
}
ul#lang li a {
  float: left;
  display: inline;
  width: 49px;
  height: 21px;
  line-height: 20px;
  background: url('../images/ul-lang-li-bg.png') no-repeat;
  font-size: 11px;
  color: #fbfbfb;
  text-align: center;
  text-decoration: none;
}
ul#lang li a:hover {
  background-position: bottom;
}
div#header big {
  position: absolute;
  z-index: 2;
  left: 615px;
  top: 50px;
  line-height: 30px;
  font-size: 34px;
  color: #4e4e4e;
  font-weight: normal;
  font-family: "myriad pro", sans-serif;
}
/* header end */

/* nav */
ul#nav {
  position: absolute;
  z-index: 2;
  bottom: -58px;
  right: -14px;
  width: 427px;
  height: 40px;
  padding-right: 1px;
  background: url('../images/nav-bg.png') no-repeat;
}
ul#nav li {
  float: left;
  display: inline;
  height: 36px;
  padding-right: 1px;
  background: url('../images/nav-li-bg.png') top repeat-x;
  cursor: pointer;
}
ul#nav li a {
  float: left;
  display: inline;
  height: 36px;
  padding: 0 17px;
  line-height: 36px;
  background: url('../images/nav-a-bg.png') top left repeat-x;
  font-size: 14px;
  color: white;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
}
ul#nav li:hover {
  padding-left: 1px;
  margin-left: -1px;
  background-position: center;
}
ul#nav li:hover a {
  background-position: center left;
}
ul#nav li.active {
  padding-left: 1px;
  margin-left: -1px;
  background-position: bottom !important;
}
ul#nav li.active a {
  background-position: bottom left !important;
}
ul#nav li.first {
  padding-left: 0 !important;
  margin-left: 6px !important;
}
ul#nav li.first a {
  position: relative;
  margin-left: -6px;
  background-image: url('../images/nav-li-first-a-bg.png');
}
ul#nav li.last {
  padding-right: 0;
}
ul#nav li.last a {
  padding-right: 18px;
}
/* nav end */

/* col */
div#col {

}
div#col .top {
  height: 5px;
  background: url('../images/col-top.png') no-repeat;
}
div#col .bottom {
  height: 5px;
  background: url('../images/col-bottom.png') no-repeat;
}
div#col .content {
  padding: 20px 25px;
  border: solid #e5e5e5;
  border-width: 0 1px;
  background: #f3f3f3;
}
div#col p {
  margin-bottom: 10px;
  line-height: 15px;
  font-size: 12px;
  text-align: justify;
  color: #474747;
}
/* col end */

/* form */
div#col label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #100101;
}
div#col input.text {
  display: block;
  width: 178px;
  height: 19px;
  line-height: 19px;
  padding: 0 8px;
  background: url('../images/input-text-bg.png') no-repeat;
  font-size: 11px;
  color: white;
}
div#col input.text.small {
  width: 68px;
  background-image: url('../images/input-text-small-bg.png');
}
div#col input.submit {
  display: block;
  clear: both;
  width: 154px;
  height: 33px;
  margin: 0 auto;
  background: url('../images/input-submit-bg.png') top no-repeat;
  font-size: 16px;
  color: white;
  text-align: center;
  cursor: pointer;
}
div#col input.submit:hover {
  background-position: bottom;
}
div#col img.checkbox {
	float: left;
	clear: left;
	display: inline;
	margin: 0;
}
div#col label.checkbox {
	margin: 0 0 5px 20px;
	font-weight: normal;
	color: #474747;
}
div#col div.textarea {
  width: 264px;
  height: 69px;
  background: url('../images/textarea-bg.png') no-repeat;
}
div#col div.textarea textarea {
  width: 254px;
  height: 63px;
  padding: 3px 5px;
  background: none;
  font-size: 11px;
  color: white;
}
div#col .cell .hr {
  display: block;
  width: 8px;
  height: 1px;
  margin: 8px 0 8px 38px;
  background: #100101;
  color: #100101;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
/* form end */

/* select replacement */
div#col select {
	z-index: 1;
	width: 94px;
}
div#col .frmShdwTopLt {
	float: left;
	background: url('../images/select-shadow-top-left.gif') top left no-repeat;
}
div#col .frmShdwBottomRt {
	float: left;
	background: url('../images/select-shadow-bottom-right.gif') bottom right no-repeat;
}
div#col .frmShdwBottomLt {
	float: left;
	background: transparent url('../images/select-shadow-bottom-left.gif') bottom left no-repeat;
}
div#col .frmShdwTopRt {
	float: left;
	background: transparent url('../images/select-shadow-top-right.gif') top right no-repeat;
}
div#col .frmShdwSelectDropChosen {
	float: left;
	display: inline;
	margin-left: 10px;
	line-height: 19px;
	text-decoration: none;
	font-size: 11px;
	color: white;
	cursor: pointer;
}
div#col .frmShdwSelectDropShown {
	position: absolute;
	z-index: 1000;
	float: left;
	padding-top: 4px;
	margin-top: 15px;
	background: #fd2a27;
}
div#col .frmShdwSelectDrop {
	display: none;
}
div#col .fakeSelectImg {
	display: inline;
	margin: 0 4px 0 0;
}
div#col .frmShdwSelectDropShown a {
	display: block;
	line-height: 19px;
	padding: 0 10px;
	margin-right: -5px;
	background: #fd2a27;
	text-decoration: none;
	font-size: 11px;
	color: white;
}
div#col .frmShdwSelectDropShown a:hover {
  background: #da2e2b;
}

/* left-col */
div#left-col {
  float: left;
  display: inline;
  width: 475px;
  margin-bottom: 20px;
}
div#left-col h2 {
  margin-bottom: 20px;
  font-family: "myriad pro", sans-serif;
  font-size: 31px;
  color: #474747;
  font-weight: normal;
}
div#left-col em.sub {
  display: block;
  margin: -19px 0 15px 0;
  font-size: 10px;
  color: #f71a20;
}
div#left-col h3 {
  font-family: "myriad pro", sans-serif;
  font-size: 20px;
  color: #474747;
  font-weight: normal;
}
div#left-col h4 {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #474747;
}
div#left-col h4 a {
  color: #474747;
  text-decoration: underline;
}
div#left-col h4 a:hover {
  color: #ad1f24;
}
div#left-col p a {
  font-weight: bold;
  text-decoration: underline;
  color: #474747;
}
div#left-col p a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #ad1f24;
}
div#left-col em {
  color: #f4191f;
}
div#left-col img {
  display: block;
  margin-bottom: 10px;
}
div#left-col ul {
  padding-left: 25px;
  margin: 10px 0 15px 0;
  overflow: hidden;
}
div#left-col .inner-col ul {
  margin-bottom: 10px;
}
div#left-col ul li {
  padding-left: 21px;
  margin-bottom: 3px;
  line-height: 15px;
  background: url('../images/col-li-bg.png') 0 2px no-repeat;
  font-size: 12px;
  color: #474747;
}
div#left-col ul li a {
  color: #474747;
  text-decoration: none;
}
div#left-col ul li a:hover {
  text-decoration: underline;
}
div#left-col table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 12px;
  color: #474747;
}
div#left-col table th {
  font-weight: normal;
  text-align: left;
}
div#left-col table td {
  padding: 0 10px;
  font-weight: bold;
  text-align: left;
}
div#left-col .inner-col {
  width: 230px;
}
div#left-col .inner-col.small {
  width: 25% !important;
}
div#left-col .spot {
  margin-bottom: 15px;
}
div#left-col .spot img {
  float: left;
  margin: 0 10px 5px 0;
  border: 1px solid #707070;
}
div#left-col .spot a:hover img {
  border-color: #ad1f24;
}
div#left-col a.more {
  float: right;
  padding-left: 20px;
  background: url('../images/a-more-bg.png') left no-repeat;
  font-size: 12px;
  color: #f4191f;
  text-decoration: none;
}
div#left-col a.more:hover {
  text-decoration: underline;
}
div#left-col a.back {
  float: right;
  padding-left: 15px;
  background: url('../images/a-back-bg.png') left no-repeat;
  font-size: 12px;
  color: #474747;
  text-decoration: none;
}
div#left-col a.back:hover {
  text-decoration: underline;
}
div#left-col .gallery {
  margin-bottom: 10px;
}
div#left-col .gallery img {
  float: left;
  margin: 0 12px 10px 0;
  border: 1px solid #707070;
}
div#left-col .gallery a:hover img {
  border-color: #ad1f24;
}
div#left-col .gallery img.last {
  margin-right: 0;
}
div#left-col fieldset {
  margin-bottom: 20px;
}
div#left-col fieldset .inner-col.l {
  width: 194px;
}
div#left-col fieldset .inner-col.r {
  width: 264px;
}
div#left-col fieldset .inner-col.small input.text {
  width: 68px;
  background-image: url('../images/input-text-small-bg.png');
}
div#left-col .cell {
  margin-bottom: 10px;
}
div#left-col fieldset .inner-col.small .cell {
  margin-bottom: 20px;
}
div#left-col .map {
  float: right;
  display: inline;
  margin: 0 0 15px 10px;
  border: 1px solid #898989;
}
div#left-col .map img {
  margin: 0;
}

div#flash_mapa {
margin-left: 50px;
}
/* left-col end */

/* listing */
div#left-col div.listing {
  margin-bottom: 15px;
  text-align: center;
}
div#left-col div.listing a {
  display: inline-block;
  text-decoration: none;
  line-height: 15px;
  background-position: top;
  background-repeat: no-repeat;
}
div#left-col div.listing a:hover {
  background-position: bottom;
}
div#left-col div.listing a span {
  display: none;
}
div#left-col div.listing a.first {
  width: 18px;
  margin-right: 10px;
  background-image: url('../images/listing-first-bg.png');
}
div#left-col div.listing a.prev {
  width: 16px;
  margin-right: 30px;
  background-image: url('../images/listing-prev-bg.png');
}
div#left-col div.listing a.next {
  width: 16px;
  margin-left: 30px;
  background-image: url('../images/listing-next-bg.png');
}
div#left-col div.listing a.last {
  width: 18px;
  margin-left: 10px;
  background-image: url('../images/listing-last-bg.png');
}
div#left-col div.listing span a {
  font-size: 12px;
  text-decoration: underline;
  color: #474747;
  font-weight: bold;
}
div#left-col div.listing span a:hover {
  color: #ad1f24;
}
div#left-col div.listing span a.active {
  color: #f4191f;
  text-decoration: none;
}
/* listing end */

/* partner */
div#left-col .spot.partner {
  margin: 20px 0 35px 0;
}
div#left-col .spot.partner img {
  margin: 0 15px 10px 10px;
  border: none;
}
/* partner end */

/* msg */
div#left-col div.msg {
  margin-bottom: 15px;
}
div#left-col div.msg .content {
  padding: 5px 0;
  border: 0;
  text-align: center;
  font-size: 12px;
}
div#left-col div.msg strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  color: #100101;
  font-weight: normal;
}
div#left-col div.msg em {
  font-weight: bold;
  color: white;
}
div#left-col div.msg.err .top {
  height: 5px;
  background: url('../images/p-msg-err-top.png') no-repeat;
}
div#left-col div.msg.err .bottom {
  height: 5px;
  background: url('../images/p-msg-err-bottom.png') no-repeat;
}
div#left-col div.msg.err .content {
  background: #fd2a27;
  color: white;
}
div#left-col div.msg.ok .top {
  height: 5px;
  background: url('../images/p-msg-ok-top.png') no-repeat;
}
div#left-col div.msg.ok .bottom {
  height: 5px;
  background: url('../images/p-msg-ok-bottom.png') no-repeat;
}
div#left-col div.msg.ok .content {
  background: white;
  color: #616161;
}
div#left-col div.msg.ok strong {
  text-transform: uppercase;
}
div#left-col div.msg.ok em {
  color: #616161;
}
/* msg end */

/* right-col */
div#right-col {
  float: right;
  display: inline;
  margin: 60px -25px 20px;
  width: 355px;
  min-height: 540px;
  padding: 0 20px 15px 15px;
  background: url('../images/right-col-bg.png') bottom right no-repeat;
}
div#right-col h3 {
  margin-bottom: 1px;
  font-family: "myriad pro", sans-serif;
  font-size: 31px;
  color: #474747;
  font-weight: normal;
}
div#right-col em.sub {
  display: block;
  margin-bottom: 15px;
  font-size: 10px;
  color: #f71a20;
}
div#right-col img {
  display: block;
  margin: 0 auto;
}
div#right-col fieldset {
  margin-bottom: 20px;
}
div#right-col fieldset .inner-col.l {
  width: 67%;
}
div#right-col fieldset .inner-col.r {
  width: 30%;
}
div#right-col fieldset .inner-col .inner-col {
  width: 50%;
}
div#right-col .cell {
  margin-bottom: 20px;
}
div#right-col input.text {
  width: 68px;
  background-image: url('../images/input-text-small-bg.png');
}
/* right-col end */

/* accelerators */
div#accelerators {
  clear: both;
}
div#accelerators h3 {
  font-family: "myriad pro", sans-serif;
  font-size: 31px;
  color: #474747;
  font-weight: normal;
}
div#accelerators .spot {
  position: relative;
  float: left;
  display: inline;
  width: 260px;
  height: 243px;
  padding: 5px 10px;
  margin: 10px 16px 0 0;
  background: url('../images/accelerators-spot-bg.png') no-repeat;
}
div#accelerators .spot.small {
  width: 250px;
  background-image: url('../images/accelerators-spot-small-bg.png');
}
div#accelerators .spot.last {
  margin-right: 0;
}
div#accelerators .spot h4 {
  margin-bottom: 5px;
  font-family: "myriad pro", sans-serif;
  font-size: 22px;
  color: #060606;
  font-weight: normal;
}
div#accelerators .spot h4 a {
  color: #060606;
  text-decoration: none;
}
div#accelerators .spot p {
  color: #060606;
  text-align: left;
}
div#accelerators .spot p.info {
  height: 32px;
  padding: 5px 0 0 55px;
  margin: 0 -10px 10px -10px;
  line-height: normal;
  background: url('../images/accelerators-spot-blockquote-bg.png') no-repeat;
  font-size: 11px;
  font-style: normal;
  color: #100101;
}
div#accelerators .spot.small blockquote {
  background-image: url('../images/accelerators-spot-small-blockquote-bg.png');
}
div#accelerators .spot li {
  line-height: 16px;
  font-size: 12px;
  color: #060606;
}
div#accelerators .spot li a {
  color: #060606;
  text-decoration: none;
}
div#accelerators .spot li a:hover {
  text-decoration: underline;
}
div#accelerators .spot a.more {
  position: absolute;
  bottom: 8px;
  right: 10px;
  padding-left: 20px;
  background: url('../images/accelerators-spot-a-more-bg.png') left no-repeat;
  font-size: 12px;
  color: #060606;
  text-decoration: none;
}
div#accelerators .spot a.more:hover {
  text-decoration: underline;
}
/* accelerators end */

/* footer */
div#footer {
  position: relative;
  margin-top: 20px;
}
div#footer p {
  line-height: 18px;
  font-size: 12px;
  color: #616161;
  text-align: center;
}
div#footer p a {
  color: #616161;
  text-decoration: none;
}
div#footer p a:hover {
  text-decoration: underline;
}
div#footer p a#mediaform {
  position: absolute;
  top: 0;
  right: 25px;
  height: 35px;
  padding-right: 75px;
  background: url('../images/logo-mediaform.png') right center no-repeat;
  text-align: right;
}
div#footer p a#mediaform:hover {
  text-decoration: none;
}
/* footer end */



body.en ul#nav li.last a {
	padding-right: 21px
}
.validation-advice {
	font-size: 12px;
	font-weight: bold;
	color: red;
	padding: 2px;
}
