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

/*------------- AREA ACCESO ------------------------*/
#container {
	position:absolute;
	left: 50%; 
	width:992px;
	height:800px;
	margin-left: -496px; 
	z-index:1;
}
#home {
	position:absolute;
	left:0px;
	top:18px;
	width:992px;
	height:742px;
	z-index:2;
}
#avisoprivada{
	position:absolute;
	left:0px;	
	top:560px;
	width:100px;
	height:40px;
	z-index:2;
}
#areasocios {
	position:absolute;
	left:305px;
	top:180px;
	width:381px;
	height:262px;
	border-color: #CCC;
	border-width: 3px;
	border-style: solid;
	-moz-box-shadow: 2px 32x 3px #7E7E7E;
	-webkit-box-shadow: 2px 2px 3px #7E7E7E;
	box-shadow: 2px 2px 3px #7E7E7E;
	background-color: #EEEEEE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:2;
}
