body{
	margin: 0;
	padding: 0;
}
div#header{
	clear: both;
	float:left;
	overflow: visible;
	width: 100%;
}
div#content{
	float:left;
	overflow: visible;
	width: 100%;
	}
div#footer{
	background-color: #000;
	clear: both;
	float:left;
	padding-bottom: 20px;
	overflow: visible;
	width: 100%;
	text-align:center;
}
div.center{
	width: 900px;
	margin: 0px auto;
	clear: both;
	}
/*HEADER*/
a img#logo{
	position: absolute;
	border: none;
	z-index: 10;
	top: 0;
	left: 50%;
	margin-left: -450px;
}
div#languages{
	height: 20px;
	margin-top: 10px;
	z-index: 1;
}
/*Primera página*/
div#flash{
	width: 880px;
	height: 280px;
	float: left;
	padding: 10px;
}
/*Resto*/
div#flash_socios{
	width: 880px;
	height: 150px;
	float: left;
	padding: 10px;
}
div#menu{
	float: left;
	margin-top: 10px;
	z-index: 1;
}

/*CONTENT*/
div#info{
	float:left;
	width:590px;
}
div#extra{
	float:right;
	width:280px;
	padding: 10px;
}
div.simple{
	width: 590px;
	float: left;
	margin-bottom: 10px;
}
div.doble_der{
	width: 285px;
	float: right;
	margin-bottom: 10px;
}
div.doble_izq{
	width: 285px;
	float: left;
	margin-bottom: 10px;
}
div.column_right{
	padding: 10px 0px;
	width:280px;
	float:left;
}
/*FOOTER*/
div.column{
	margin-top:20px;
	display:inline;
	margin-right: 5px;
	float: left;
	width:175px;
}
div.column.last{
	margin-right: 0px;
}