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

#contenedora {
	width: 980px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-350px;
	margin-left:-495px;
	background-color: #000;
	height: 600px;
	background-repeat: no-repeat;
}
#cabecera {
	height: 500px;
	width: 980px;
	float: left;
}
#menuindex {
	height: 100px;
	width: 980px;
	float: left;
	text-align: right;
	vertical-align: bottom;
}
