*{
	margin:0;
	padding:0;
	font-size:1em;
}
/* hack IE */
div{
    height:1%;
}
/* hack firefox */
div:after, ul:after{
    content:" ";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    overflow:hidden;
}
body {
	background:#1C5A83 url(../img/bg-body.jpg) repeat 0 0;
	color:#fff;
	font-family:Georgia, serif;
	font-size:15px;
	line-height:150%;
}
a{
	color:#fff;
	cursor:pointer;
    outline:0 none;
}
a:hover{
	text-decoration:none;
}
abbr, acronym
{
   border-bottom: .135em dotted;
   cursor: help;
}
h1{
	float:left;
	margin:40px 0 60px 0;
	height:76px;
	width:283px;
	text-indent:-20000px;
	background:transparent url(../img/h1.jpg) no-repeat 0 0;
}

h2{
	font-size:1.5em;
	font-weight:normal;
	font-style:italic;
	margin-bottom:10px;
}
h2 span{
	font-size:0.75em;
	font-style:normal;
}
h3, .cabecalho{
		font-family:Arial, Helvetica, sans-serif;
}
h3{
	float:left;
	width:670px;
	font-size:.95em;
}
h3 span{
	font-weight:normal;
}
h3.off{
	width:100%;
}
li{
	list-style-type:none;
}

img{
	margin-bottom:10px;
}
p img{
	margin:0 5px 0 0;
}
.cabecalho{
	position:relative;
}

.cabecalho p{
	margin-bottom:1.5em;
	clear:both;
}
.container{
	width:780px;
	background-color:#144261;
	padding:10px;
}

.vejaProjeto a{
	display:block;
	float:right;
	width:100px;
	height:30px;
	text-indent:-20000px;
	background:#1C5A83 url(../img/bt_veja_projeto.jpg) no-repeat 0 0;
}
.vejaProjeto a:hover{
	background:#1C5A83 url(../img/bt_veja_projeto.jpg) no-repeat 0 -30px;
}
#wrap{
	margin:0 auto;
	width:800px;
}

#conteudo{
	margin-bottom:80px;
}
.item{
	margin-top:60px;
}

/*
SOCIAL
*/
.social{
	height:62px;
	width:298px;
	top:61px;
	position:absolute;
	right:0;	
	background:transparent url(../img/bg-social.png) no-repeat 0 0;
	}
.social li{
	position:relative;
	top:25px;
	left:47px;
	display:block;
	float:left;
	margin-left:20px;
}

.twitter a{
	float:left;
	display:block;
	height:35px;
	width:30px;
	text-indent:-20000px;
	background:transparent url(../img/bg-ico-social.png) no-repeat -98px 5px;
}
.twitter a:hover{
	text-indent:-20000px;
	background:transparent url(../img/bg-ico-social.png) no-repeat -98px -30px;
}

.flickr a{
	float:left;
	display:block;
	height:35px;
	width:30px;
	text-indent:-20000px;
	background:transparent url(../img/bg-ico-social.png) no-repeat -1px 5px;
}
.flickr a:hover{
	text-indent:-20000px;
	background:transparent url(../img/bg-ico-social.png) no-repeat -1px -30px;
}

.linkedin a{
	float:left;
	display:block;
	height:35px;
	width:30px;
	text-indent:-20000px;
	background:transparent url(../img/bg-ico-social.png) no-repeat -49px 5px;
}
.linkedin a:hover{
	text-indent:-20000px;
	background:transparent url(../img/bg-ico-social.png) no-repeat -49px -30px;
}
.drimio a{
	float:left;
	display:block;
	height:35px;
	width:30px;
	text-indent:-20000px;
	background:transparent url(../img/bg-ico-social.png) no-repeat -147px 5px;
}
.drimio a:hover{
	text-indent:-20000px;
	background:transparent url(../img/bg-ico-social.png) no-repeat -147px -30px;
}
.email a{
	float:left;
	display:block;
	height:35px;
	width:31px;
	text-indent:-20000px;
	background:transparent url(../img/bg-ico-social.png) no-repeat -198px 5px;
}
.email a:hover{
	text-indent:-20000px;
	background:transparent url(../img/bg-ico-social.png) no-repeat -198px -30px;
}
/*RODAPE*/
#rodape{
	padding-top:69px;
	text-align:center;
	height:81px;
	background:#1C5A83 url(../img/bg-rodape.jpg) repeat-x bottom;
}
.voltarTopo{
	margin:0 auto;
	text-indent:-20000px;
	display:block;
	height:26px;
	width:108px;
	background:transparent url(../img/bt-voltar-topo.png) no-repeat 0 0;
}
