@charset "utf-8";



body {
	font-family: Verdana, Arial, Helvetica, sans-serif, CidsHand;
	color: #FFFFFF;
	margin: 0px;
	height: 100%;
	background-color: #646466;
	background-image: url(../imagenes/fondo.png);
	background-repeat: repeat-x;
}
html {
	height: 100%;
}
#menubar {
	position:absolute;
	left:0px;
	top:150px;
	width:100%;
	height:18px;
	z-index:6;
	visibility: visible;
}

#contenido {
	position:absolute;
	left:0px;
	top:150px;
	width:100%;
	z-index:11;
	color: #FFFFFF;
	bottom: 0px;
	height: 100%;
	visibility: hidden;
}
#imagenes {
	top: 40px;
	bottom: 40px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#fondocontenido {
	top: 140px;
	z-index: 11;
}

#tablacontenido {
	width: 800px;
	z-index: 1;
	height: 100%;
}
#pie {
	bottom: 0px;
	height: 150px;
	z-index: 11;
	position: relative;
	text-align: center;
}
#textopie {
	color: #0000FF;
	bottom: 75px;
	position: relative;
	z-index: 12;
}
#inicio {
	margin-top: 20px;
	margin-bottom: 20px;
	}
