/* Container */
#container {
	position:relative;
	margin:0 auto;
	font-size:1.2em;
	width:800px;
	height:600px;
	z-index:8;
	background:  url(../imagenes/fondo800600.png);
}
/* Centro */
#centro{
	position:relative;
	top: 77px;
	left: 1px;
	margin:0 auto;
	width:797px;	
	height:444px;
	z-index:8;
	text-align:left;
}
#centro a:link img{
	border: 0px;
}
#centro  a:active img, a:visited img, a:hover img{
	border: 0px;
}
#texto{
	position:relative;
	top: 140px;
	left: -35px;
	margin:0 auto;
	height:280px;
	width:260px;
	padding: 10px;
	background:#ffffff;
	overflow:hidden;
	color:#404040;
	font:10px Avant Garde Medium Bt, Arial;	
}
#textoWeb{
	position:relative;
	top: 142px;
	left: -35px;
	margin:0 auto;
	height:240px;
	width:260px;
	padding: 10px;
	background:#ffffff;
	overflow:hidden;
	color:#404040;
	font:10px Avant Garde Medium Bt, Arial;	
}
#textoWeb a:link {
	text-decoration: none;
	color:#f86935;
}
#textoWeb  a:active{
	text-decoration: none;
	color:#022e74;
}
#textoWeb  a:visited{
	text-decoration: none;
	color:#c0c0c1;
}
#textoWeb  a:hover{
	text-decoration: none;
	color:#022e74;
}
.flecha_sube{
	position:relative;
	top: -60px;
	left: 200px;	
}
.flecha_baja{
	position:relative;
	top: 1px;
	left: 200px;	

	}
.bola{
	position: absolute;
	top:160px;
	left: 542px;
	color: #022e74;
	font:12px Avant Garde Medium Bt, Arial;	
}
/* Lateral Izquierdo */
#superior{
	position:absolute;
	top: 0px;
	margin:0 auto;
	width:800px;
	height:76px;
	z-index:8;
	border-bottom: solid 1px #022e74;
}
/* Lateral Derecho */
#inferior{
	position:absolute;
	bottom: 0px;
	left: 0px;
	margin:0 auto;
	height:76px;
	width:800px;
	z-index:9;
	border-top: solid 1px #f86935;
}
#inferior a:link img{
	border: 0px;
}
#inferior  a:active img, a:visited img, a:hover img{
	border: 0px;
}
/* Pie */
#pie{
	position:absolute;
	bottom: -10px;
	left: 27px;
	height:27px;
	margin:0 auto;
	width:800px;
	z-index:8;
	color:"blue";
	text-align:left;
	font:10px Arial, "Times New Roman", Times, serif;
	font-weight:bold
}
#pie a:link,a:visited, a:active{
	color:#e2086c;
	text-decoration: none;
}
#pie  a:hover{
	color:#91134d;
	text-decoration: underline;
}
