<style type="text/css">
	html {
		overflow: hidden;
	}
	body {
		background: #fff;
		width: 98%;
		height: 100%;
	}
	#dock {
	position: absolute;
	bottom: 1em;
	width: 100%;
	text-align: center;
	left: 0px;
	z-index: 100;
	}
	#dock a:visited{
		text-decoration: none;
	}
	#dock a{
		text-decoration: none;
		margin: -2px;
	}
	#dock img {
		border: none;
		width: 0px;
	}
	#legend {
		position: absolute;
		bottom: 0px;
		width: 100%;
		text-align: center;
		font-family: arial;
		font-weight: bold;
		font-size: 1em;
		color: #000;
	}
#content {
	position:absolute;
	width:60%;
	height:60%;
	z-index:1;
	left: 20%;
	top: 20%;
	background-color: #CCCCCC;
	opacity: .8;
	filter: alpha(opacity= 80);
}
#lyCabecera {
	position:absolute;
	width:100%;
	height:10%;
	z-index:2;
	left: 0;
	top: 0;
}
#lyOrdenador {
	position:absolute;
	width:40%;
	height:40%;
	z-index:1;
	left: 60%;
	top: 35%;
}
#lyArroba {
	position:absolute;
	width:35%;
	height:40%;
	z-index:0;
	left: 0;
	top: 35%;
}
#lyFooter {
	position:absolute;
	width:100%;
	height:10%;
	z-index:0;
	left: 0;
	bottom: 0px;
}
#lyMenu {
	position:absolute;
	width:100%;
	height: 40px;
	z-index:3;
	left: 0;
	bottom: 40px;
	text-align:center;
}
#lyValidacion {
	position:absolute;
	width:200px;
	height:40px;
	z-index:101;
	left: 0;
	bottom: 0px;
	text-align: left;
}


body{
	margin:0;
	padding:0;
	font:80% Arial, Helvetica, sans-serif;
	background:#fff;
	color:#333;
	line-height:180%;
	height:100%;
	overflow:visible;
	text-align:center;
	left: 0px;
	}
#container{
	margin:0 auto;
	text-align:left;
	width:800px;
	padding-top:2em;
	z-index:10;
}
h1{
	font-size:250%;
	font-weight:normal;
	color:#000;
	margin-top:0;
}
h2{
	font-size:200%;
	font-weight:normal;
	color:#000;
}

img{
	border: 0;
	}


/* easyscroll */

#easyscroll{
	background:#eee;
	margin:1em 0;
	/* add additional styling */
	}	

	/* easyscroll navigation buttons */	

	#easyscrollnav, #easyscrollnav li{
		height:28px;
		line-height:28px;
		margin:0;	
		padding:0;
		}	
	#easyscrollnav{
		margin:1em 0;	
		}			
	#easyscrollnav li{
		list-style:none;
		float:left;
		background: #CCCCCC;
		margin-right:10px;		
		padding:0 10px;
		color: #000000;
		font-style: bold;
		cursor:pointer;
		background-image: url(../img/button16.gif);
		background-repeat:no-repeat;
		width:80px;
		height:35px;
		text-align:center;
		}					
	#easyscrollnav li.over{
		background-image: url(../img/button15.gif);
		}	
	/* // easyscroll navigation buttons */	

/* // end easyscroll */


</style>