@charset "utf-8";
@import url("menu_es.css");
@import url("footer_es.css");
body {
	background-color: #1D242C;
	margin: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#enc {
	height: 200px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #CCCCCC;
}
#content {
	height: 500px;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000000;
	padding: 10px 0 0 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: left;
	overflow: hidden;
}

#content2 {
	height: 580px;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000000;
	padding: 10px 0 0 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: left;
	overflow: hidden;
}

#footer {
	height: 38px;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#lang {
	font-size: 10px;
	text-align: right;
	width: 750px;
	margin: 3px auto;
	color: #BCB48F;
}
#lang strong {
	font-size: 11px;
	color: #A0984B;
}
#lang a {
	color: #DED8BF;
	text-decoration: none;
}
#lang a:hover {
	color: #A0984B;
}

