@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{
	height:100%;
}
body {
	margin: 0;
	/*background-color: #428581;*/
	background-color: #CBDEED;
	background-image: url(../img/bg-gradient.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #899B96;
	height: 100%;
    text-shadow:0 1px 0 white;
}
a {
    text-decoration: none;
}
img {
    border-style: none;
}
#header {
	font-family: "Century Gothic", Futura,"Trebuchet MS";
	width: 100%;
	overflow: hidden;
	z-index: 5000;
	position: fixed;
	top: 0px;
	min-width: 1000px;
}
#header-rest {
	height: 40px;
	position: absolute;
	right: 0px;
	padding-right: 20px;
}
#header-rest #topLanguage {
	font-size:10px;
	float:left;
	width: 110px;
	margin-top:8px;
}
#header-rest #topLanguage li{
	display:inline;
	float:left;
	height:15px;
	margin-right:5px;
}
#header-rest #topLanguage li a{
	display:block;
	width:50px;
	color:#a2a0a5;
}
#header-rest #topLanguage li a:hover{
	color:#fff;
}

#header-rest .facebook {
	width:23px;
	height:23px;
	float: left;
}
#header-rest .facebook  a{
	margin:8px;
	width:100%;
	height:100%;
	display:block;
	background-image: url(../img/facebook.png);
}
#header-rest .facebook  a:hover{
	background-image: url(../img/facebook-hover.png);
}
#logo {
	float: left;
	margin: 5px 10px 5px 30px;
}
#flashContainer {
	height: 100%;
	min-height: 570px;
}
#flashContent {
	position: absolute;
	top: 50%;
	margin-top:-260px;
}
#flashContainerIntro {
	height: 100%;
	z-index: 1;
}
#flashContentIntro {
	min-height: 100%;
	height: 100%;
	position:absolute;	
                background:url(../img/carousel/ajax_loader.gif) no-repeat center;
}
#textContent{
	line-height:1.4;
	font-size: 14px;
	color: #899181;
}
#textContent a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#textContent a:hover {
	text-decoration: underline;
}
#textContent h2{
	font-size: 18px;
	color: #FFF;
	padding-bottom: 15px;
}
#textContent h3 {
	color: #8E8B8B;
    font-family: "Century Gothic",Futura,"Trebuchet MS";
    font-size: 18px;
    padding-top: 25px;
}
#textContent table {
	clear: both;
}
#textContent p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#textContent p strong{
	color:#798B76;
	font-weight: bold;
}
.verticalSpacer {
	height: 35px;
}
#inline1 {
	color:#999;
	padding:30px;
	line-height:1.5;
	font-size:14px;
}
#inline1 h3{
	font-size:17px;
	font-weight:bold;
	color: #666;
	margin-bottom:20px;	
}
.modalContents {
	width: 500px;
	height: 400px;
}
#textContent blockquote {
	color:#444;
	padding: 15px 15px 15px 47px;
	font-size: 18px;
	font-style: italic;
	line-height: 1;
}
#verticalContainer {
	height: 90%;
	min-height: 600px;
	width: 801px;
	margin: 0 auto;
}
#verticalContent {
	margin-top: 81px;
	background-image: url(../img/background-trans.png);
	padding: 30px;
	margin-left: 10px;
	float: left;
	margin-bottom: 30px;
}
#verticalContentThin {
	margin-top: 81px;
	background-image: url(../img/background-trans.png);
	padding: 30px;
	width: 290px;
	float: left;
	height: 580px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#verticalContentThinWindow {
	margin-top: 81px;
	background-image: url(../img/background-trans.png);
	width: 279px;
	float: left;
	margin-left: 10px;
}
#verticalContentContainer{
	margin-top: 81px;
	float: left;
	margin-left: 10px;
	width:600px;
}
#contactForm {
	color: #798B76;
	padding-top: 10px;
}
/* finished resetting css */

#contactForm input ,#contactForm textarea ,#contactForm select{
	padding: 3px;
	border: 1px solid #2b4043;
	background: transparent url(../img/input_bg.png);
	margin-bottom: 20px;
	background-color: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CED3D4;
}
#contactForm input:hover ,#contactForm textarea:hover , #contactForm select:hover{
	border: 1px solid #ffffff;
	color: #fff;
}

#contactForm #s {
	background: transparent url(../img/input_bg.png);
}
#contactForm label {
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
}
#contactForm .submit input{
	float: right;
	background: transparent url(../img/input_bg.png);
	margin-top:25px;
	font-size: 16px;
	padding: 10px 20px;
}
#contactForm .submit:hover input {
	background-color: #697b7a;
	cursor: pointer;
}
.input.text.error, input.required.error, input.form.error{
}
.error-message {
	margin-top: -17px;
	color: #930;
	font-size: 10px;
	margin-bottom: 7px;
}
#contactForm .checkbox{
	display:block;
	clear:both;
	width:235px;
	margin-top: 10px;
}
#contactForm .checkbox input{
	float:left;
	padding: 0px;
	margin-right:10px;
}
#contactForm .checkbox label{
	display:inline;
	position:relative;
	font-size: 11px;
	line-height:1.3;
	font-style:normal;
	clear:both;
	color: #999;	
}
.form-error {
	background-color: #FCF;
}
#contactForm .checkbox .error-message{
	margin-top:0;
}
#contactForm .checkbox label a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#contactForm .checkbox label a:hover {
	text-decoration: underline;
}

#contactFormLog .checkbox .error-message{
	margin-top:0;
}
.fieldTitle {
	font-size: 14px;
	padding-bottom: 5px;
}

.fieldRequired {
	color:#6e7f7f;
	float: right;
	padding-top: 3px;
	font-size:12px;
}

#ColumnsOneTwo {
	width: 334px;
	float: left;
}
#ColumnsThreeFour {
	width: 235px;
	float: left;
	margin-left: 10px;
}

#ColumnsThreeFourFive {
	width: 505px;
	float: left;
	margin-left: 10px;
}

#main-menu {
	float: left;
}
.newsLeftColumn {
	float: left;
	width: 155px;
	margin-right:20px;
}
.newsRightColumn {
	float: left;
}
.newsDivider {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	margin: 20px 0;
}
.newsLeftColumn .newsDate{
	font-size: 10px;
	font-style: italic;
	color:#869698;
}
.newsLeftColumn h4{
	font-family: "Century Gothic", Futura,"Trebuchet MS";
	font-weight:bold;
	font-size: 18px;
	margin-bottom:15px;
	padding-top:0;
	color:#FFF;
	line-height:1.2;
}
.newsLeftColumn .newsBody {
	font-size: 12px;
	line-height:1.5;
}
#main-menu ul  {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	min-width:830px;
}
#main-menu ul  li{
	float: left;
	display: inline;
	margin-right: 1px;
	height:40px;
	overflow: hidden;
}
#main-menu ul li:hover{
	visibility:inherit;
}
#main-menu ul li a{
	display: block;
	padding: 12px;
	background-image: url(../img/main-menu-bg.png);
	color: #899B96;
}
#main-menu ul li a:hover{
	/*background-color: #cb3351;*/
	background-color: white;
	background-image: none;
}
#main-menu ul li ul {
	position: fixed;
	left: 0px;
	top: 41px;
	visibility: visible;
	width: 100%;
	overflow: hidden;
	display:block;
	height: 0px;
}
.refill  {
	background-image: url(../img/main-menu-bg.png);
	float: left;
	width: 100%;
	position: absolute;
	height: 40px;
	visibility: inherit;
}

#main-menu ul li:hover ul{
	visibility:inherit;
}
#main-menu ul li ul li{
}
#container {
	/*	background-image: url(../img/acolchado.png);*/
	min-height: 100%;
	width: 100%;
	position: absolut;
	top: 0px;
	margin-bottom: -16px;
}
#mainContent {
	padding-top:100px;
}
.boxTitlePositionWide {
	position: absolute;
	top: 100px;
	left: 5%;
	width: 148px;
}
.boxTitleAttached {
	width: 148px;
	margin-top: 81px;
	float: left;
}

.boxTitleOff{
	background-image: url(../img/background-trans.png);
	width:132px;
	height:132px;
	font-family: "Century Gothic", Futura, "Trebuchet MS";
	font-size: 23px;
	font-weight: bold;
	padding: 8px;
	text-align: right;
	margin-bottom:10px;
}
.boxTitleBut{
	width:132px;
	height:132px;
	font-family: "Century Gothic", Futura, "Trebuchet MS";
	font-size: 23px;
	font-weight: bold;
	text-align: right;
	margin-bottom:28px;
}
.boxTitleBut a{
	color:#CCC;
	font-weight:bold;
	padding: 8px;
	background-image: url(../img/background-trans.png);
	height:100%;
	width:100%;
	display:block;
}
.boxTitleBut a:hover{
	background-color:#cb3351;
	color:#FFF;
    text-shadow:none;
}
	
.boxTitleOn{
	background-color: #e74d3a;
	width:132px;
	height:132px;
	font-family: "Century Gothic", Futura, "Trebuchet MS";
	font-size: 23px;
	font-weight: bold;
	padding: 8px;
	text-align: right;
	margin-bottom:10px;
    color:white;
    text-shadow:none;
}
.boxTitleOn .referencias{
        font-size:14px;
        height:50px;
}
div#slide_holder_inner div.slide div.campanaExplicacion {
	position: absolute;
	width:132px;
	bottom: 90px;
	left: 25%;
}
.campanaExplicacion .maximizado{
}
.campanaExplicacion .minimizado{
	width:40px;
	height:40px;
	position:absolute;
	bottom:0px;
}
.campanaExplicacion .minimizado a{ 
background-image: url(../img/background-trans.png);
display:block;
padding:10px;
border:1px solid transparent;
font-size:18;
font-weight:bold;
color:#899B96;
}

.campanaExplicacion .minimizado a:hover{ 
border:1px solid #FFF;
background-color:white;
}

.campanaExplicacion .minimizar{
	width:40px;
	height:40px;
	margin-bottom:10px;
}
.campanaExplicacion .minimizar a{ 
background-image: url(../img/background-trans.png);
display:block;
padding:10px;
border:1px solid transparent;
font-size:18;
	font-weight:bold;
	color:#899B96;
}
.campanaExplicacion .minimizar a:hover{ 
border:1px solid #FFF;
color:#899B96;
}


.boxMercados{
	background-image: url(../img/background-trans.png);
	height:124px;
	width:100%;
	padding:12px;
	line-height:1.5;
	margin-bottom:12px;
}
.mercadoBase {
	float:left;
	width:239px;
	color: #FFF;
	font-size:14px;
	height:120px;
}
.mercadoBase h3 {
	font-family: "Century Gothic", Futura,"Trebuchet MS";
	font-size: 18px;
    color: #8E8B8B;
}
.mercadoBase p {
	padding: 15px 0;	
	line-height:1.5;
	color:#889696;
}
.mercadoBase a{
	color:#FFF;
}
.mercadoBase a:hover{
	text-decoration:underline;
}
.mercadoExplicacion {
	margin-left:20px;
	font-size:14px;
	color:#859293;
}

.boxMedia {
	background-image: url(../img/background-trans.png);
	height:132px;
	width:100%;
	padding:8px;
	margin-bottom:12px;
}
.boxMedia img{
	border: 1px solid #000;
	height:128px;
}
.boxMediaInside {
	background-image: url(../img/background-trans.png);
	height:474px;
	width:100%;
	padding:8px;
	
}
.boxMediaInside ul li{
	text-align:center;
	width:100%;
}
.boxMediaInside .footerMedia{
	text-align:center;
	width:100%;
	font-size:12px;
	margin-top:10px;
}

.selectedMedia {
	border: 1px solid #FFF;
	float:left;
}
.nonSelectedMedia {
	border: 1px solid #071b1d;
	float:left;
}
.nonSelectedMedia {
	border: 1px solid #071b1d;
	float:left;
}
.nonSelectedMedia:hover {
	border: 1px solid #fff;
}




#containerFooter {
	width: 100%;
	margin: -20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(../img/main-menu-bg.png);
	height: 20px;
	position: relative;
}

#footer {
	padding: 2px 20px;
	margin: 0 auto;
	background-repeat: repeat-x;
	text-align: right;
	font-size: 11px;
	height: 16px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #FFF;
}

.video-js-box{
    position:absolute;
    top:50%;
    margin-top: -180px;
    left:20px;
}
