@import url("framework.css");

/* @group Basic Styles */
body { font-size: 62.5%; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #8C8A82 url(http://hugobaeta.com/thebox/global_assets/images/bg-body.png) repeat 0 0; color: #4A4A45; }
strong { color: #333; }
/* @end */

/* @group Links */
a:link, a:visited { color: #333; text-decoration: underline; }
a:hover, a:active { color: #660033; text-decoration: none; }
/* @end */

/* @group Layout */
#body-wrap { width: 100%; }
#content-wrap { width: 500px; margin: 200px 200px 100px; }
/*LOGO*/
#logo { width: 320px; height: 90px; margin: 0 0 80px; padding: 0; }
#logo h1 { width: 320px; height: 90px; margin: 0;
	background: transparent url(http://hugobaeta.com/thebox/global_assets/images/logo.png) no-repeat; }
#logo h1 a { width: 320px; height: 90px; margin: 0; text-indent: -9999px; float: left;
	background: transparent url(http://hugobaeta.com/thebox/global_assets/images/logo.png) no-repeat; }
/*TEXT*/
#content-text { padding: 0 0 0 110px; width: 290px;
	font-size: 1.2em; line-height: 1.4em; font-weight: bold; text-transform: uppercase; }
#content-text h3 { font-size: 1.2em; color: #333; }
#content-text ul { margin: 0 0 1em; }
#content-text ul li { margin: 0 1em .5em; }
/* @end */