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

* {
	margin:0;
	padding:0;
	list-style:none;
	line-height: 1em;
	}

.clear {
	clear:both;}

img {border:none;}

body,html{height:100%;}

a {
	color:#286B82;
	text-decoration: none;}
	
a:hover {
	text-decoration:underline;}
	
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:#9a8f77;
	position: relative;
}
	

#pageContainer {
	width:990px;
	background-color:#31251e;
	margin: auto;
	height: 622px;
	position: absolute;
	background-image: url(../Graphics/home/home.jpg);
	background-repeat: no-repeat;
}


#footer {
	position:absolute;
	bottom:0;
	background-color: #4c413b;
	width: 100%;
	height: 22px;
}

#about {
	position:absolute;
	bottom:7px;
	left:34px;
	font-size:9px;
	color: #9A8F77;
} 

#cmdEntrar {
	position:absolute;
	bottom:5px;
	right:56px;
	color: #c3beb2;
	font-size: 12px;
	font-weight: bold;
	}

#cmdEntrar:hover {
	color:#FFF;
	text-decoration:none;}
	
#FlashContainer {
	position:absolute;
	width:467px;
	height:165px;
	background-color: #4c413b;
	top: 267px;
	left: 257px;
}
