/* CSS Document */

#Contenedor {
	position:relative;
	width:700px;
	height:500px;
	z-index:1;
	left:162px;
}
#menulateral {
	position:relative;
	width:200px;
	height:500px;
	z-index:1;
	float:left;
	background-color: #000000;
	background-image: url(../imagenes/logoaci.gif);
	background-repeat: no-repeat;
}
#Contenido {
	position:relative;
	width:500px;
	height:500px;
	z-index:1;
	float:left;
}
#menu {
	position:relative;
	width:500px;
	height:50px;
	z-index:1;
	float:left;
}
#prog {
	position:relative;
	width:500px;
	height:400px;
	z-index:1;
	float:left;
	background-image: url(../imagenes/espiralaci2.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#enlaces {
	position:relative;
	width:500px;
	height:50px;
	z-index:1;
	float:left;
}
.Estilo2 {
	font-family: Garamond;
	color: #000000;
	font-weight: bold;
}