* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	/*background-image:url(../img/cables.gif);*/
	background-position: right top;
	background-repeat: repeat-y;
}

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/

#contenedor {
	position:absolute;
	top:0;
	width:100%;
	height:600px;
	/*margin-top:-283px;*/
	background-image:url(../img/TORRE_ARRIBA.gif);
	background-repeat: no-repeat;
	background-position: right top;
	z-index:2;
}

#torre {
	position:absolute;
	width:524px;
	height:365px;
	top:100%;
	left:100%;
	margin-top:-365px;
	margin-left:-524px;
	background-image:url(../img/torreabajo.gif);
	z-index:1;
}

#cuerpo {
	float:left;
	width:100%;
	margin-top:24%;
}
	/*-----------------------------------------------------------*/
	#cuerpo h1 {
		width:100%;
		padding: 0px 0px 0px 0px;
	}
	#cuerpo h1 a{
		margin-left:50px;
		text-decoration:none;
		font-size:0.5em;
		font-weight:800;
		color:#000000;
	}
	#cuerpo h1 img { padding:0px; margin:0px; border:none; }
	/*-----------------------------------------------------------*/
	#cuerpo ul.menu {
		list-style:none;
		padding-bottom:15px;
		margin-left:278px;
	}
	#cuerpo ul.menu li a {
		text-decoration:none;
		color:#d0d0d0;
		font-size:1.3em;
		line-height:30px;
	}
	#cuerpo ul.menu li a:hover {
		color:#008489;
	}
	/*-----------------------------------------------------------*/
	#cuerpo .fotos {
		padding: 30px 0px 30px 0px;
		height:162px;
		background-image:url(../img/degradado.gif);
		width:100%;
		background-repeat: repeat-y;
		background-color:#e1e1e1;
	}
	#cuerpo .fotos ul {
		list-style:none;
		margin: 0px auto 0 auto;
		background:none;
		width:750px;
	}
	#cuerpo .fotos ul li{
		float:left;
	}
	#cuerpo .fotos ul li span {
		float:left;
		border: 1px solid #FFFFFF;
		padding:2px;
	}
	#cuerpo .fotos ul li span span {
		float:left;
		border: 1px solid #FFFFFF;
		padding:0px;
	}
	#cuerpo .fotos ul li img {
	}
	/*-----------------------------------------------------------*/
	#cuerpo ul.idioma {
		float:right;
		margin:0px;
		padding:0px;
		margin-top:-215px;
		list-style:none;
		width:75px;
	}
	#cuerpo ul.idioma img { border:none; }
	#cuerpo ul.idioma li {
		float:left;
	}
	#cuerpo ul.idioma li a {
		display:block;
		padding: 0px 5px 0 5px;
	}
	/*-----------------------------------------------------------*/
#w3c {
	position:absolute;
	top:100%;
	left:100%;
	margin-top:-15px;
	margin-left:-120px;
	z-index:3;
}
#w3c ul {
	list-style:none;
	width:120px;
}
#w3c ul li {
	font-size:0.7em;
	float:left;
}
#w3c ul li span {
	float:left;
}
#w3c ul li ul {
	float:left;
	width:90px;
}
#w3c ul li ul li {
	float:left;
}
#w3c ul li ul li a {
	font-size:10px;
	padding-left:10px;
	text-decoration:none;
	color:#000000;
	float:left;
}
#w3c ul li ul li a:hover {
	text-decoration:underline;
}
	/*-----------------------------------------------------------*/
	
span.invisible {
		position:absolute;
		margin-top:-10000px;
		margin-left:-10000px;
}