html, body {
	height: 100%;
}

body {
	background: #F2F2F2;
}

h1, h2 {
	font-family: Georgia, Nimbus Roman No9 L, Norasi, Rekha, Century Schoolbook L, Sans-serif;
	font-weight: normal;
	font-style: italic;
}

h1 {
	font-size: 24px;
	text-shadow: #999 0.09em 0.09em 3px;
}

h2 {
	font-size: 20px;
	text-shadow: #999 0.06em 0.06em 3px;
}

h3, .block-title {
	color: #014598 !important;
	font-family: Georgia, Nimbus Roman No9 L, Norasi, Rekha, Century Schoolbook L, Sans-serif;
	font-weight: bold;
	padding-top: 15px;
	font-size: 15px;
	margin: 0 !important;
}

p, .text {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	color: #555;
}

p {
	line-height: 20px;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	padding: 0;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #014598;
}

input, textarea, select {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	color: #014598;
}

.h430 {
	height: 430px;
	overflow: hidden;
}

.content-block {
	width: 984px;
	margin: 0 auto;
}

.line {
	height:1px;
	background:#f00;
	width: 100%;
	top: -10px;
	position: absolute;
	z-index: 0;
}

.border-background {
	background: url(../img/background-content-trans.png) repeat-y center 0;
}

.header {
	background: url(../img/background-header.gif) repeat-x 0 0;
}

.header .content-block {
	height: 132px;
}

.max-link {
	float: left;
	display: inline;
	margin: 10px 0 0 -10px;
}

.header-bar {
	float: left;
	display: inline;
	width: 730px;
	position: relative;
}

.search-bar {
	margin: 43px 0 0 450px;
	height: 46px;
	position: relative;
}

.search-bar .input {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 30px;

	opacity: 0.20;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
	-khtml-opacity: 0.20;
	-moz-opacity: 0.20;
	
	border-radius: 5px;
  	-moz-border-radius: 5px;
	background-color: #fff;
}

#query {
	position: absolute;
	z-index: 2;
	margin: 0;
	top: 4px;
	left: 5px;
	border: none;
	color: #fff;
	width: 224px;

	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;

	background: transparent;
	font-family: Georgia, Nimbus Roman No9 L, Norasi, Rekha, Century Schoolbook L, Sans-serif;
	font-size: 16px;
	font-style: italic;
}

.search-bar .lupe {
	display: block;
	position: absolute;
	z-index: 3;
	right: -3px;
	top: -6px;
}

.watermark {
	color: #7DA0CB !important;
}

.menu-bar {
	margin: 0 0 0 15px;
	position: relative;
}

.menu-bar ul {
	list-style: none;
	display: block;
	float: right;
}

.menu-bar ul li {
	float: left;
	display: inline;
	position: relative;
}

.menu-bar ul li a {
	font-family: Georgia, Nimbus Roman No9 L, Norasi, Rekha, Century Schoolbook L, Sans-serif;
	font-size: 19px;
	color: #A0C2E7; /*#88b3e1;*/
	text-decoration: none;
	text-shadow: #222 2px 0.1em 3px;
	float: left;
	display: inline;
	height: 30px;
	margin-bottom: 20x;
}

.menu-bar ul li a:hover, .menu-bar ul li a.current {
	color: #fff;
}

.language-selection {
	position: absolute;
	top: 15px;
	margin-left: 450px;
}

.language-selection a {
	color: #88b3e1;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 20px;
	display: none;
	text-shadow: #333 1px 1px 3px;
}

.language-selection a:hover {
	color: #fff;
}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../img/background-content-trans.png) repeat-y center 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
}

.footer {
	background: url(/img/background-footer.gif) repeat-x 0 0;
	border-bottom: 1px solid #525252;
}

.spacer {
	padding: 0 20px;
}

.news-title {
	background: url(/img/news-title-trans.png) no-repeat 0 0;
	width: 288px;
	height: 36px;
}

.promo-title-br {
	background: url(/img/promo-title-trans.png) no-repeat 0 0;
	width: 151px;
	height: 36px;
}

.services-title-br {
	background: url(/img/services-title-trans.png) no-repeat 0 0;
	width: 117px;
	height: 36px;
}

.promo-title-en {
	background: url(/img/promo-title-en-trans.png) no-repeat 0 0;
	width: 151px;
	height: 36px;
}

.services-title-en {
	background: url(/img/services-title-en-trans.png) no-repeat 0 0;
	width: 117px;
	height: 36px;
}

.promo-title-es {
	background: url(/img/promo-title-trans.png) no-repeat 0 0;
	width: 151px;
	height: 36px;
}

.services-title-es {
	background: url(/img/services-title-trans.png) no-repeat 0 0;
	width: 117px;
	height: 36px;
}

.footer .content-block {
	padding-top: 30px;
	padding-bottom: 22px;
}

.footer .content-block .spacer {
	padding-left: 40px;
}

.footer h2 {
	margin-bottom: 10px;
	text-indent: -5500px;
}

.footer ul {
	list-style: square;
}

.footer ul li {
	margin: 0 0 5px 20px;
	font-family: Arial, Sans-serif;
	font-size: 13px;
}

.footer ul li span {
	color: #F2F2F2;
}

.footer ul li a {
	color: #ccc;
	text-decoration: none;
}

.footer ul li a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.footer .footer-content {
	width: 290px;
	float: left;
	display: inline;
}

.footer .post {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}

.footer .post .text {
	color: #F5F5F5;
}

.footer .post .date {
	font-size: 11px;
	color: #CCC;
	font-style: italic;
	margin: 2px 0 0 0;
}

.base-page {
	background: url(/img/background-base-page.gif) repeat-x 0 0;
}

.base-page .content-block {
	height: 46px;
}

a.maplink {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

a.maplink:hover {
	border-bottom: 1px dotted #fff;
}

.bggray {
	background: #eee;
}

.slogan {
	float: left;
	display: inline;
	font-family: Georgia, Nimbus Roman No9 L, Norasi, Rekha, Century Schoolbook L, Sans-serif;
	font-size: 16px;
	color: #fff;
	font-style: italic;
	padding-top: 13px;
	text-shadow: #111 2px 3px 3px;
}

.es-slogan {
	font-size: 15px;
}

.address {
	font-family: Arial, Sans-serif;
	color: #fff;
	font-size: 12px;
	float: left;
	display: inline;
	padding-top: 18px;
	margin-left: 20px;
}

.address address {
	display: inline;
	font-style: normal;
}

.en-address {
	margin-left: 40px;
}

.logo-augix {
	float: right;
	display: inline;
	margin: 12px 0 0 0;
}

.ml20 {
	margin-left: 20px;
}

.mt20 {
	margin-top: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

.menusep {
	margin-left: 35px;
}

.menusep-en {
	margin-left: 25px;
}

.menusep-es {
	margin-left: 20px;
}


.cb {
	clear: both;
}

.db {
	display: block;
}

.hc {
	cursor: pointer;
}

.nb {
	border: 0 none !important;
}

.fb {
	font-weight: bold;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.nm {
	margin: 0 !important;
}

.np {
	padding: 0 !important;
}

#main-content {
	width: 950px;
	margin: 0 auto;
	padding: 9px 0 14px 0;
	overflow: hidden;
	height: 100%;
}

#main-content a:hover {
	border-bottom: 1px solid #014598;
}

#main-content ul {
	list-style-type: disc;
	padding-left: 30px;
	margin: 15px 0 0 0;
}

#main-content ul li {
	padding-left: 5px;
	color: #555;
}

.home-block {
	width: 590px;
	float: left;
	display: inline;
	margin: 10px 0 20px 30px;
}

.home-newsletter {
	width: 270px;
	float: right;
	display: inline;
	margin: 14px 45px 0 0;
}

.home-newsletter .box-newsletter {
	width: 270px;
	margin: 10px 0 0 0;
}

.home-newsletter .input-newsletter {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	margin: 0 !important;
	padding: 4px;
	border: 1px solid #AAA;
	margin-right: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
	width: 180px;
	*width: 175px;
	display: inline;
	float: left;
}

.home-newsletter .input-newsletter:hover, .button:hover, .right-column-form .input:hover, .right-column-form .input:focus {
	-moz-box-shadow: 0 0 10px 0px #BBB;
	-webkit-box-shadow: 0 0 10px #BBB;
	border: 1px solid #1A57A2 !important;
}

.newsletter-button {
	margin: 0;
	width: 68px;
	height: 24px;
	padding: 0 !important;
	line-height: 12px !important;
}

.button {
	color: #000;
	text-decoration: none;
	font-family: Arial, Sans-serif;
	font-size: 12px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
	border: 1px solid #AAA;
	background-color: #F5F5F5;
	display: inline;
	cursor: pointer;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#CCCCCC');
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#CCC));
	background: -moz-linear-gradient(top,  #F5F5F5,  #CCC);
}

.button:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3E2F4', endColorstr='#73A1DA');
	background: -webkit-gradient(linear, left top, left bottom, from(#D3E2F4), to(#73A1DA));
	background: -moz-linear-gradient(top,  #D3E2F4,  #73A1DA);
}

.inner-content {
	margin: 15px;
}

.inner-content .inner-content-block {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	line-height: 22px;
}

.inner-content .inner-content-block .left-column {
	width: 580px;
	float: left;
	display: inline;
}

.inner-content .inner-content-block .right-column {
	width: 300px;
	float: right;
	margin-right: 5px;
}

.inner-content .inner-content-block .block-title {
	display: block;
	padding-top: 20px;
}

.inner-content .inner-content-block .right-column p {
	margin: 3px 0 10px 0;
}

.inner-content .inner-content-block .right-column a.simple-link {
	margin: 3px 0 10px 0;
	display: block;
	border: 0 none !important;
}

.inner-content .inner-content-block .right-column a.simple-link span {
	display: block;
	color: #555;
}

.inner-content .inner-content-block .right-column .block {
	width: 300px;
	padding-bottom: 15px;
	clear: left;
}

.inner-content .inner-content-block .right-column img {
	float: left;
	margin-right: 10px;
}

.left-column-form {
	width: 450px;
	float: left;
	display: inline;
}

.left-column-form h2 {
	margin-top: 20px;
}

.right-column-form {
	width: 400px;
	float: left;
	display: inline;
	margin-left: 40px;
}

.right-column-form label {
	float: left;
	width: 160px;
	font-family: Georgia, Nimbus Roman No9 L, Norasi, Rekha, Century Schoolbook L, Sans-serif;
	font-style: italic;
	font-size: 15px;
	padding-top: 2px;
	text-align: right;
}

.right-column-form .input {
	float: right;
	width: 220px;
	margin-bottom: 15px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
	border: 1px solid #AAA;
	padding: 4px;
}

.right-column-form select.input {
	width: 230px !important;
}

.right-column-form textarea.input {
	height: 100px;
}

.submit-button {
	float: left;
	display: inline;
	padding: 5px 30px;
}

.ml170 {
	margin-left: 170px;
}

#marker-current, #marker {
	position: absolute;
	top: 29px;
	left: 50%;
	z-index: 1000;
	margin-left: -13px;
	width: 26px;
	height: 22px;
	background: url(/img/active-marker-trans.png) no-repeat center bottom;
}

/* the overlayed element */
.overlay {
	backgroundground: #333;
	min-height: 200px;
	border: 1px solid #777;
	display: none;
	position: absolute;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.overlay .close {
	background-image: url(/img/close.png);
	position: absolute;
	z-index: 90000;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

/* use a semi-transparent image for the overlay */
#overlay {
	color: #efefef;
	width: 850px;
	height: 500px;
}

#overlay .mapWrap {
	width: 850px;
	height: 500px;
}

/* root element for single scroll */
.scroll {
	position:relative;
	overflow:hidden;
	width: 394px;
	height: 266px;
	float:left;
}

/* root element for the scroll pics */
.scroll .pics {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scroll item */
.pics div {
	float: left;
	cursor: pointer;
	width: 400px !important;
	height: 300px;
	margin: 0px;
}

/* possible settings for the active scroll */
.scroll.active {

}

.error {
	height: 16px;
	background-color: #014598;
	font-family: Arial, Sans-serif;
	font-size: 13px;
	padding: 3px 8px 0 8px;
	color: #FFF;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	
	-moz-box-shadow: 0 0 6px #014598;
	-webkit-box-shadow: 0 0 6px #014598;	
}

.error em {
	display: block;
	_display: none;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #014598 transparent transparent;
	position: absolute;
	bottom: -17px;
	left: 62px;
}

div.fancy-holder {
	padding: 23px 0 0 15px;
}

a.fancybox:hover {
	border: 0 none !important;
}

a.fancybox img {
	background: none repeat scroll 0 0 white;
	border: 1px solid #BBB;
	margin: 15px 20px 0 0;
	padding: 5px;
}

.conventions {
}

.conventions .map-area {
	border: 1px solid #ddd;
	width: 550px;
	height: 500px;
	float: right;
	display: inline;
	position: relative;
}

.conventions .map-area .lupe {
	position: absolute;
	right: -25px;
	top: -15px;
	z-index: 20;
}

.conventions .map-content .map {
	margin-top: 20px;
}

.conventions .map-content {
	width: 340px;
	margin-right: 2px;
	float: left;
	display: inline;
	height: 300px;
	overflow: hidden;
}

.search-list {
	list-style-image: url("/img/lupa-small.png");
}

#promoBox {
	display: none;
}

.fotos-home{
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 130px;
}
