/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2008 / www.ecimtech.com
 */

/* Global / Body **************************************************************************/


body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 80px;
}

a {
	text-decoration: none;
	color: rgb(0, 145,215);
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}


/* Footer  **************************************************************************/


#footer {
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
}
#footer p {
	padding: 0;
	margin: 0 0 5px 0;
}

/* Loading *****************************************************************************/

#loading {
	position: absolute;
	z-index: 1;
	display: none;
	top: 40%;
	left:50%;
	margin-top: -36px;
	margin-left: -36px;
}

/* Contents  **************************************************************************/

#mainframe {
	position: relative;
	width: 780px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#ground {
	position: absolute;
	top: 283px;
	left: 0;
	z-index: 5;
}

#horizon {
	position: absolute;
	top: 0;
	left: 0;
	height: 283px;
	width: 100%;
	z-index: 1;
	background-image: url(../images/main.background2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;	
}

#logo {
	position: absolute;
	top: 256px;
	left: 60px;
	z-index: 10;
}

#lang_col1 {
	position: absolute;
	width: 80px;
	top: 65px;
	left: 420px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: rgb(166, 171, 181);
}

#lang_col1 li {
	padding: 0 0 20px 0;
}

#lang_col2 {
	position: absolute;
	top: 68px;
	left: 570px;
	text-align: left;
	font-size: 22px;
	color: rgb(166, 171, 181);
}

#lang_col2 a {
	color: rgb(166, 171, 181);
}


#lang_col2 li {
	padding: 0 0 17px 0;
}
