/*¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨*/
/*_________________________Autor Quim Medio_________________________*/
/*_____________________Web http://www.quimstil______________________*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*;;;;;;;;;;;;;ARCHIVOS IMPORTADOS;;;;;;;;;;;;;;;;*/
@import url("reset.css");
/*________________________________________________*/
body#centro {
	background-color: #333333;
}

body#principal {
	background: #fff;
}

div#contenido {
	margin: 20px auto auto auto;
	width: 950px;
	height: 650px;
	background: #333;
	border: none;
}

div#index {
	margin: auto;
	width: 900px;
	height: 600px;
	background: #333;
	border: none;
}

/*CABECERA*/
div#cabecera {
	margin: auto 0;
	width: 100%;
	height: 100%;
	border: none;
	background: #333;	
}
#almacen {
	background: #663333;
	margin: 0 auto;
	width: 910px;
	height: 605px;
	padding-top: 5px;
}
#contenedor {
	background: #996600;
	margin: 0 auto;
	width: 930px;
	height: 620px;
	padding-top: 10px;
}
/* regla para el LINK "volver" del DIV "volver". */
div#volver a {
	color: #00CC99;
	font-family: Georgia;
	font-size: 12px;
}

div#volver {
	width: 900px;
	height: auto;
	margin: 0 auto;
	background: #333;
	max-height: 16px;
}