@charset "utf-8";

/* Estilo */

body {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;	
	color:#7E8083;
	padding:0px;
	height:auto;
	background:url(../imgs/bg_pb4.jpg) repeat-y top;
	background-color:#000000;
}

a {
	text-decoration:none;
	color:#ffffff;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-top:0px;
	margin-bottom:0px;
}

/* Fontes */

.verde15 {
	color: #CC6600;
	font-size:14px;
	font-weight:bold;
}

/* Template */

#container {
	height:auto;
	background:url(../imgs/bg.png) no-repeat top;
}
#corpo {
	width:775px;
	margin:0px auto;
	background-color:#202020;
}
#corpo:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}	
#topo {
	width:775px;
	height:115px;
	background:url(../imgs/topo.jpg) scroll;
	text-align:right;
	}
#conteudo {
	width:550px;
	float:left;
	margin-left:15px;
	}
#clientes {
	width:170px;
	float:left;
	margin-left:25px;
	background-color:#191919;
	}
#trabalhos {
	width:760px;
	float:left;
	margin-top:15px;
	padding-left:15px;
	}
#rodape {
	width:775px;
	background-color:#191919;
	float:left;
	margin-bottom:15px;
	margin-top:15px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	color:#7E8083;
	}
#vertodo {
	text-align:right;
	padding:3px;
	background-color:#000000;
}
#vertodo a {
	color:#00CCFF;
}
	
/* Menu */


#topo a {
	margin-top:62px;
	font-size:16px;
	color: #BAEC0B;
	display: inline-block;
	padding:3px 8px 3px 8px;
	border-left: #666666 solid 1px;

}
#topo a:hover {
	background-color: #BAEC0B;
	text-decoration:none;
	color: #006600;
}

/* Clientes */

#clientes a {
	width:160px;
	background-color:#191919;
	float:left;
	margin:0px 5px 0px 5px;
	border-bottom: #333333 solid 1px;

}
#clientes a:hover {
	border-bottom: #BAEC0B solid 1px;
	text-decoration:none;
}
.titulos {
	width:155px;
	padding:4px 0px 4px 15px;
	background-color:#000000;
	color: #BAEC0B;
	font-size:12px;
}

/* trabalhos */

#trabalhos a {
	width:173px;
	background-color:#191919;
	color: #CCCCCC;
	float:left;
	margin-right:2px;
	border-bottom: #333333 solid 1px;
	padding:8px 0px 8px 12px;

}
#trabalhos a:hover {
	border-bottom: #BAEC0B solid 1px;
	text-decoration:none;
}

.titulos2 {
	width:730px;
	padding:4px 0px 4px 15px;
	background-color:#000000;
	color: #BAEC0B;
	font-size:12px;
}

/* Conteúdo */

.artigos {
	width:520px;
	background-color:#000000;
	padding:15px;
	margin-bottom:10px;
}

.artigos img:hover {
	width:514px;
	height:234px;
	border: 3px #BAEC0B solid;
}

/* Portfólio */

#categorias {
font-size:14px;
text-align:center;
color: #00CCFF;
}

#categorias a {
	width:100%;
	font-size:16px;
	background-color:#191919;
	float:left;
	margin:0px 0px 5px 5px;
	padding:3px;
	border: #333333 solid 1px;
	text-align:center;

}
#categorias a:hover {

	text-decoration:none;
	background-color:#0066CC;
}

/* Ver Todas Eventos */

#vertodas_eventos a {
	width:100%;
	padding:3px;
	margin-bottom:4px;
	display:block;
	float:left;
	background-color:#191919;
	border: 1px #333333 solid;
}

#vertodas_eventos a:hover
{
	background-color: #FF9900;
	text-decoration:none;
}
