body {
	
	background: #d5dae1;
	
    font: 12px Arial, Helvetica, sans-serif;
	
	text-align: center;

}



/*

WRAPPERS 
	
********************************************************************************************************************/

div.wrapper {

	position: relative;
	
	min-width: 985px;
	
	overflow: hidden;

}

div#container {

	position: relative;

}

.decorado {
	
	display: none;
	
}


/*

HEADER 

********************************************************************************************************************/

div#header {
	
	display: none;
	
}


/*

NAVIGATION 

********************************************************************************************************************/

div#navigation {
	
	display: none;
	
}



/*

CONTENT 

********************************************************************************************************************/

#content {

	position: relative;
	
	background: url(../images/intro-bg.jpg) left 150px repeat-x;
	
	margin: 0;
	
	padding: 0 !important;
	
}

.en #content {

	padding: 150px 0 0 0 !important;
	
}



.main-content {
	
	position: relative;
	
	width: 1004px;
	
	height: auto !important;
	
	height: auto;
	
	min-height: inherit;
	
	margin: 0 auto;
	
	padding: 150px 0 0 0;
	
	border-bottom: 0;

}

.en .main-content {
	
	padding: 0;

}

.introheader {
	
	position: relative;
	
	height: 129px;
	
}

.introheader h1 {
	
	position: absolute;
	
	top: 0;
	
	left: 0;
	
}

.introheader h1 a {
	
	display: block;
	
	background: url(../images/intrologo.jpg) no-repeat;
	
	width: 374px;
	
	height: 125px;
	
	margin: 0;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

.introheader p {
	
	display: none;
	
}

.introheader object {
	
	position: absolute;
	
	top: 42px;
	
	left: 374px;
	
}

.introdecorado {
	
	position: absolute;
	
	top: -51px;
	
	right: 0;
	
	background: url(../images/intro-decorado.jpg) no-repeat;
	
	width: 257px;
	
	height: 176px;
	
}

.introbanners {
	
	height: 145px;
	
}

.banner {
	
	position: relative;
	
	float: left;
	
	background: url(../images/banner-bg.png) no-repeat;
	
	width: 490px;
	
	height: 145px;
	
	margin: 0 !important;
	
}

.bannerder {
	
	float: right;
	
}

.banner a {
	
	display: block;
	
	position: absolute;
	
	top: 0;
	
	left: 0;
	
	background: url(../images/bg.gif);
	
	width: 490px;
	
	height: 140px;
	
	text-align: left;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

	z-index: 99;
	
}

.ingresar a {
	
	display: block;
	
	background: url(../images/button-ingresar.gif) no-repeat;
	
	width: 132px;
	
	height: 25px;
	
	margin: 0 auto;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}


ul.lang {

	height: 35px;
	
	margin: 0;
	
	text-align: center;
	
	list-style: none;
	
	line-height: 35px;
	
}

ul.lang li {
	
	display: inline;
	
}

ul.lang li a {

	margin: 0 10px;

}


/*

FOOTER 

********************************************************************************************************************/

div#footer {
	
	display: none;

}
