body {
	background-color: #1e2547;

}
#contenedor {
	height: 501px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#contenedor #top {
	background-image: url(../gifs/top.png);
	background-repeat: no-repeat;
	float: left;
	width: 880px;
	height: 8px;
}
#contenedor #cuerpo {
	float: left;
	height: 477px;
	width: 880px;
	margin-top: 0px;
	padding-top: 0px;
}
#contenedor #cuerpo #left {
	background-image: url(../gifs/left.png);
	float: left;
	width: 10px;
	height: 483px;
}
#contenedor #cuerpo #center {
	float: left;
	width: 860px;
	height: 483px;
}
#contenedor #cuerpo #right {
	background-image: url(../gifs/right.png);
	float: left;
	height: 483px;
	width: 10px;
}
#contenedor #bottom {
	background-image: url(../gifs/bottom.png);
	float: left;
	height: 10px;
	width: 880px;
	background-repeat: no-repeat;
}
ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ol li {
	float: left;
}

ol span {
	display: none;
}
#contenedor #top h1 {
	display: none;
}
h2 {
	display: none;
}
#contenedor #cuerpo #center #c1 {
	background-image: url(../gifs/home1.jpg);
	float: left;
	height: 483px;
	width: 860px;
}
#contenedor #cuerpo #center #c1 #home {
	float: left;
	width: 860px;
	height: 483px;
}

