@charset "utf-8";
/* CSS Document */

*{
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
}

body{
	margin-top: 10px;
}

img{
	border: 0;
}

h1{
	padding: 0;
	margin: 0;
}

h2{
	font-size: 22px;
	color: #666;
	border-bottom: 1px solid #666;
	clear: both;
	padding-top: 10px;
}

a{
	color: #D14C3E;
}
a:visited{
	color: #DC776D;
}

#container{
	width: 938px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	background-image: url(../images/fundo.png);
}

#header,
#body{
	margin-left: 50px;
}

#header #logo{
	float: left;
}

#body{
	padding: 40px 0 50px;
	margin-right: 50px;
}

.grande-icone{
	float: left;
	margin-right: 35px;
	margin-top: 20px;
	position: relative;
}
.grande-icone div{
	text-align: center;
}
.grande-icone .label{
	margin-top: 15px;
}

.grande-icone .placeholder{
	height: 216px;
	width: 174px;
}


.draggable{
	z-index: 100;
}
.droppable{
	z-index: 50;
}



#menu{
	float: right;
	margin: 20px 50px 0 0;
}

#menu .item{
	float: left;
	margin-left: 5px;
	text-align: center;
}

#menu .item div{
	text-align: center;
	width: 64px;
}
#menu .item img{
/*	display: block;*/
/*	float: left;
	margin-left: auto;
	margin-right: auto;*/
}

ul.submenu{
	padding: 0;
	list-style: none;
}
ul.submenu li{
	display: inline
}

#barra_titulo{
	background-image:url(../images/barra_titulo_interior.png);
	background-repeat: repeat-x;
	height: 55px;
	padding: 20px 10px 0;
}

#barra_titulo #titulo{
	float: left;
}
#barra_titulo #icone{
	float: right;
}

#conteudo{
	background-color: #fff;
	padding: 10px;
	min-height: 300px;
}


dl,
dt,
dd{
	display: block;
}
dl{
	padding: 0;
}

dt{
	font-weight: bold;
	clear: left;
	float: left;
	width: 80px;
}
dd{
	float: left;
}

dl#bi{
	float: left;
}

.clear{
	clear: both;
}

.bloco-texto{
/*	width: 85%;*/
	margin-top: 10px;
}

ul.skills{
	display: block;
	list-style: url(../images/bullet_skill.png);
	margin: 0 0 0 20px;
	padding: 0;
}
ul.skills li{
	width: 50%;
	float:left;
}

ul#links{
	list-style: url(../images/bullet_links.png);
	padding: 0;
	margin: 0 0 0 20px;
}
ul#links li{
	padding: 0;
	margin: 0;
}	

/************
* FORM
**************/
form,
fieldset{
	margin: 0;
	border:none;
}

form div{
	clear: both;
}
form label{
	display: block;
	width: 100px;
	float: left;
	margin: 5px 0;
}
form input{
	display: block;
	float: left;
	width: 50%;
}
form textarea{
	width: 50%;
	height: 200px;
}
form div.botoes input{
	width: 25%;
	margin-left: 100px;
}

/***************
* PORTFOLIO
****************/
div.portfolio{
	font-size: 12px;
	margin-bottom: 20px;
	margin-right: 5px;
	width: 390px;
	float: left;
	/*border: 1px solid #999;*/
	padding: 5px;
}
div.portfolio .descricao{
	margin-top: 10px;
}
div.portfolio img{
	float: left;
	margin-right: 10px;
}
div.portfolio .lista{
	float: left;
	margin-right: 10px;
	width: 230px;
}
div.portfolio h3{
	margin: 0;
}
div.portfolio h4{
	margin: 0;
	color: #666666;
}
div.portfolio ul{
	margin-top: 0;
	margin-left: 20px;
	padding: 0;
}


.tooltip{
	width: 200px; 
	color:#000;
/*	font: lighter 11px/1.3 Arial,sans-serif;*/
	text-decoration:none;
	text-align:center
}

.tooltip span.top{
	padding: 30px 8px 0;
    background: url(../images/bl.png) no-repeat top;
}

.tooltip b.bottom{
	padding:3px 8px 15px;
	color: #548912;
    background: url(../images/bl.png) no-repeat bottom;
}