/**** ESTILOS ****/

body, div, object, img, p, h1, a {
	margin: 0;
	padding: 0;
	color: #000000;
}

a {
	text-decoration: none;
}

/**** CONTENEDOR ****/

#contenedor {
	/*position: relative;*/
	position: absolute;
	width: 760px;
	height: 450px;
	padding: 0px;
	/*margin: auto;*/
  margin-left: -380px;
	margin-top: -225px;
	top: 50%;
	left: 50%;
  background-color: #ffffff;
	border: 1px solid #e5e5e5;
}

/**** FIN CONTENEDOR ****/


/**** MENU LATERAL ****/

#contenedor #menu_lateral {
	position: relative;
	display: inline;
	float: left;
	left: 0px;
	top: 0px;
	width: 106px;
	height: 450px;
}

/**** FIN MENU LATERAL ****/

/**** PRECARGA DE IMAGENES ****/

#precarga {
	display: none;
}
