@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 {
	width: 900px;
	height: 190px;
}
#headerBottom #headerBottomLeft {
	float: left;
	width: 180px;
	padding-top: 70px;
	padding-left: 20px;
}
#headerBottom #headerBottomRight {
	float: right;
	width: 580px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}


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;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img.photoNews {
	float: left;
	margin-right: 50px;
	padding-bottom: 40px;
}
#headerBottomRight p {
	margin: 0px;
	padding: 0px;
}
#headerBottomRight a {
	font-size: 13px;
	color: #960;
	text-decoration: none;
}


#headerBottomRight a.pdf {
	line-height: 50px;
	background-image: url(../images/logos/logo-pdf35.png);
	background-repeat: no-repeat;
	background-position: 190px center;
	height: 50px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#headerBottomRight h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerBottomRight h2 strong {
	font-size: 30px;
}

#headerBottomRight h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #444;
}
#headerBottomRight h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
}

