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

body {
	background-color: #23231a;
	margin: 0px 0px 0px 0px;
	overflow-y: hidden;
	overflow-x: hidden;
	}
	
.contenedor{
	position:absolute;
	width: 960px;
	height: 662px;
	top:50%;
	left:50%;
	margin-top:-303px;
	margin-left:-480px;
	border: none;
	}
	
.contenido{
	position:relative;
	width: 960px;
	height: 600px;
	}
	
.sombra{
	position:relative;
	width: 960px;
	height: 62px;
	}
	
