@charset "utf-8";
/* CSS Document */

/* Formato general, centrado, todo va dentro de #container*/
body {
	margin: 0px;
	background-color: #2c2c2c;
	background-image: url(../images/backgrounds/bodyIndex.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* Área superior, puede incluir otros DIV como el logo */
#header {
	padding-bottom: 20px;
	height: 520px;
}
#headerLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
#headerLeft #logo {
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 120px;
}
#headerLeft #slogan {
	padding-left: 40px;
}
#headerLeft #languagesIndex {
	padding-left: 300px;
}
#headerLeft #languagesIndex a {
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	width: 85px;
	display: block;
	float: left;
	padding-left: 15px;
	background-image: url(../images/backgrounds/arrowWhite.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 20px;
}
#headerLeft #languagesIndex a:hover {
	color: #666666;
	background-image: url(../images/backgrounds/arrowWhiteOn.png);
}
#headerRight {
	float: right;
	width: 320px;
}
#headerRight #globe {
	padding-top: 70px;
	padding-right: 40px;
}
#headerBottom {
	padding-top: 70px;
	padding-left: 20px;
}

br.clear {
	clear: both;
}

/* Área inferior, copyright, footer y FCDigital */

#footer, #footer a {
	background-image: url(../images/backgrounds/footerIndex.png);
	height: 50px;
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-repeat: repeat-x;
	padding-top: 30px;
}
