body {
	background-color: #840;
	background-image: url(img/bgd.jpg);
	margin: 0px;
	background-repeat: repeat;
	overflow: hidden;
}

#main {
	height: 550px;
	width: 100%;
	position: absolute;
	margin-left: -50%;
	left: 50%;
}

#header {
	position: absolute;
	background-image: url(img/logo.png);
	height: 90px;
	width: 260px;
	z-index: 10;
	background-repeat: no-repeat;
	right: 10px;
	top: 0px;
}

#menu {
	position: relative;
	height: 500px;
	width: 300px;
	z-index: 9;
	margin: 0px -50px;
	top: 90px;
	clear: left;
	float: left;
}
#titulo {
	position: absolute;
	z-index: 10;
	height: 43px;
	width: 224px;
	left: 195px;
	top: 187px;
}
#submenu {
	position: relative;
	z-index: 10;
	height: 270px;
	width: 150px;
	float: left;
	clear: none;
	margin-left: -43px;
	top: 215px;
}
#submenu ul {
	list-style-type: none;
	}
#submenu li a{
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #fff;
	text-indent: 5px;
	text-decoration:none;
	background-image: url(img/btn.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 100px;
	margin: 5px;
}
#submenu li a:visited{
	color: #edc;
}
#submenu li a:hover{
	background-image: url(img/btnh.png);
	color: #fff;
}
.here{
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #fff;
	text-indent: 5px;
	background-image: url(img/btnh.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 100px;
	margin: 3px;
}

#text {
	position: absolute;
	z-index: 6;
	width: 570px;
	right: 0px;
	background-image: url(img/dark.png);
	background-repeat: repeat;
	overflow: hidden;
}
#fade {
	position: absolute;
	z-index: 6;
	width: 30px;
	height: 450px;
	right: 570px;
	top: 100px;
}
#fade img{
	position: absolute;
	right:0px;
	border: 0px;
}
  
#text_w {
	position: absolute;
	right: 35px;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #FFDDBB;
	text-indent: 0px;
}
#text_w input{
	color: #210;
	background-color: #DDD;
	border: 1px solid #210;
}
#text h1 {
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	color: #FFF;
}
#text h2 {
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	color: #FFF;
}
#text h6 {
	font-size: 10px;
	line-height: 11px;
	color: #DDBB99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#text td {
	font-size: 15px;
	line-height: 18px;
	font-style: normal;
	color: #CCCDCD;
}
#imgen {
	border: 0px;
	position: absolute;
	z-index: 0;
	height: 450px;
	width: 1000px;
	margin-left: -475px;
	top: 100px;
	left: 50%;
}
#imgen img
{
	width: 1000px;
	height: 450px;
	display:none;
	position: absolute;
	top: 0px;
	right: 0px;
}
#imgen p {
	line-height: 15px;
}
#footer {
	position: absolute;
	top: 555px;
	left: 35px;
	width: 500px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #FFDDBB;
	text-indent: 9px;
}.NUMEROS {
	font-family: "Courier New", Courier, monospace;
}
.ARIAL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
