@charset "utf-8";
/* CSS Document */

body {
	margin: 35px 0;
	padding:0;
	background: #555;
}

* {
	margin: 0;
	padding:0;
}

#contenedor {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: #000;
}

#top, #bot {
	width: 800px;
	height: 5px;
	background: #403021;
}
#cabecera {
	width: 800px;
}
#cuerpo {
	clear:both;
	width: 800px;
	height: 302px;
	background:url(../imagen/index.gif);
}

#cuerpo .inicio {
}

#player {
	width: 90px;
	float:right;
	padding-right: 5px;
}
#base {
	width: 800px;
	height: 32px;
	background:#000 url(../imagen/base.jpg) top no-repeat;
}
.separa {
	clear:both;
	height:1px;
}

#sgae {
	float:right;
	margin: 20px 0;
	width:250px;
	height: 59px;
	background:url(../imagen/sgae.gif) no-repeat;
}

