@charset "utf-8";
/* CSS Document AGÊNCIA WERKS */



html, body { height:100%; }
body { font-family:Arial, Helvetica, sans-serif; text-decoration:none; margin:0px; font-size:12px;}
body p { margin:0px;}


/*a partir daqui, criado por Falconiere*/
.box-portfolio
{
	display: table;
	  width: 780px;
	margin: 0 auto;
	height: auto;
	
}

.box-portfolio .content
{
	display: block;
	text-decoration: none;
	color: white;
	float: left;
	width: 240px;
	height: 235px;
	padding: 7.5px 7.5px 7.5px 7.5px;
}
.box-portfolio .content .img-portfolio
{
	width: 100%;
	height: 195px;
	overflow: hidden;
}
.box-portfolio .content .img-portfolio img
{
	width: 240px;
	height: 180px;
}

.box-portfolio .content  .categoria-portfolio
{
	display: table-cell;
	width: 240px;
	height: 40px;
	background: #000000;
	color: white;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}

.clear-both
{
	clear: both;

}

.slider
{
	 width: 1000px;
	 height: 308px;
	 margin: 20px auto;
	 overflow: hidden;
}

.slider .img
{
	width: 100%;
	height: auto;
	float: left;
}

.slider .img img
{
	width: 100%;
	height: auto;
}

.slider-texto
{
	 width: 1000px;
	 height: 114px;
	 margin: 20px auto;
	 overflow: hidden;
	 background: #000;
}

.slider-texto .content
{
		display: table;
		width: 100%;
		height: auto;
}

.slider-texto .content p
{
	display: table-cell;
	width: 760px;
	height: auto;
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	color: white;

}

.slider-texto .content a
{
	display: table-cell;
	width: 175px;
	height: 27px;
	background: url(../../../SEGURETEC/08_01/v1/img/btn_vejamais.jpg) no-repeat;
	float: right;
	margin-right: 20px;
	vertical-align: middle;
}