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


/*	LIMPEZA	*/
body, p, td, th, ul, li, img, * {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Genéricas */
.centraliza {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alinhaDir {
	float: right;
}
.alinhaEsq {
	float: left;
}
.limpaFloat{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sesamo {
	display: none;
}

/* Tipografia e Cores */
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #333;
	background-color:#000;
}

/* box principal */
#box {
	background-color:#FFF;
	border: solid 2px #333;
	height: 400px;
	width: 600px;
	margin-top: -202px;
	margin-left: -302px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align:center;
}

/* logo */
#box #logo {
	margin: 40px 0 20px 0;
}

/* destaque */
#box #destaque {
	background:#CCC;
	text-align: left;
}
#box #destaque #destaque-foto {
	float: left;
	margin: 20px;
}
#box #destaque h2 {
	padding-top: 20px;
}
#box #destaque p {
	padding-top: 10px;
}
#box #destaque ul, #box #destaque ol {
	margin-left: 210px;
	margin-top: 10px;
}

/* creditos */
#box #djio {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left:303px;
	margin-top:150px;
}
#box #djio a {
	display:block;
	width:36px; 
	height:36px;
	background-image: url('img/djio_label_36x.gif');
	background-repeat: no-repeat;
}


/* downloads */
.download {
	display:inline-block;
	vertical-align: bottom;
	background: url(img/icon_down_16x.png) no-repeat;
	width: 16px;
	height: 16px;
}

h2 .download {
	background: url(img/icon_down_24x.png) no-repeat;
	width: 24px;
	height: 24px;
}
