/* Inicialización de estilos */

@import url("default.css");

/* Reseteo de estilos */

@import url("reset.css");

/* Estilos propios */

body {
	background-color: #1A1A1A;
	background-image: url("../../../img/admin/background-body.png");
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 1.5;
	text-align: justify;
}

#cuerpo {
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 984px;
}
