div.slide{
	height: 150px !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 0px 1px rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 0px 1px rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.2), inset 0 -3px 2px rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.1);

	/*height: 310px;*/
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#0d000000',GradientType=0 ); /* IE6-9 */
	position: relative;
}

div.slide div.bg-slide{
	background: url(../images/interno_empresa.jpg) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: -1;
}

div.slide div.bg-slide.contabilidade{
	background: url(../images/interno_contabilidade.jpg) no-repeat center center;
}

div.slide div.bg-slide.contatos{
	background: url(../images/interno_contatos.jpg) no-repeat center center;
}

div.slide div.bg-slide.documentos{
	background: url(../images/interno_documentos.jpg) no-repeat center center;
}

div.slide div.bg-slide.noticias{
	background: url(../images/interno_noticias.jpg) no-repeat center center;
}

div.slide div.bg-slide.links{
	background: url(../images/interno_links.jpg) no-repeat center center;
}

div.slide div.bg-slide.qualidade{
	background: url(../images/interno_qualidade.jpg) no-repeat center center;
}
div.slide div.bg-slide.cadastro{
	background: url(../images/interno_cadastro.jpg) no-repeat center center;
}

div.slide h2{
	color: #fff;
	line-height: 120px;
	font-family: Verdana;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

div.content-middle p{
	font-family: Verdana;
	/*letter-spacing: 1px;*/
	text-align: justify;
	margin-top: 15px;
}

div.content-middle img{
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	max-width: 157px;
	margin-left:-6px;
	margin-right: 10px;
	margin-bottom:10px;
}

div.content-middle div.bottom{

}

div.content-middle ul.lista li{
	list-style:none;
	font-family: Verdana;
	letter-spacing: 1px;
	line-height: 28px;
}

div.content-middle div.contatos p{
	padding-left: 45px;
	background: url(../images/icons/icons.png) no-repeat;
	padding-right: 5px;
}

div.content-middle div.contatos p.endereco{
	background-position: 0 5px;
}

div.content-middle div.contatos p.email{
	background-position: 0 -45px;
	line-height: 50px;
}

div.content-middle div.contatos p.telefone{
	background-position: 0 -97px;
	line-height: 40px;
}

div.content-middle div.contatos p.empty{
	background:transparent;
	padding-left: 0;
}

.content-middle input, .content-middle textarea {
	background: rgba(255,255,255, 0.2);
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	border-radius: 0;
	border: none;
	height: 30px;
	margin-bottom: 20px;
	text-indent: 5px;
	color: #000;
	font-family: Verdana;
}

.content-middle form *:focus{
	outline: none;
	background: transparent;
}

.content-middle *:focus{
	outline: none;
	background: transparent !important;
}

.content-middle button {
	margin: 0;
	border: none;
	height: 30px;
	background: #513c36;
	width: 100px;
	color: #fff;
	font-family: Verdana;
	letter-spacing: 1px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}


.content-middle ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
    font-family: Verdana;
    font-size: 13px;
}
.content-middle :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    font-family: Verdana;
    font-size: 13px;
}
.content-middle ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    font-family: Verdana;
    font-size: 13px;
}
.content-middle :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
    font-family: Verdana;
    font-size: 13px;
}

.content-middle .newsletter ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #eee;
    font-family: Verdana;
    font-size: 13px;
}
.content-middle .newsletter :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #eee;
    font-family: Verdana;
    font-size: 13px;
}
.content-middle .newsletter ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #eee;
    font-family: Verdana;
    font-size: 13px;
}
.content-middle .newsletter :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #eee;
    font-family: Verdana;
    font-size: 13px;
}

.no-padding{
	padding: 2px !important;
}

#map {
    width: 100%;
    height: 300px;
    z-index: 0
}

#map img{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

ul.lista.doc li{
	float: left;
	width: 46%;
	margin-right: 2%;
}

ul.lista a{
	color: #000;
}

div.content-middle.noticias h2{
	font-family: Verdana;
	font-size: 20px;
}

div.content-middle.noticias a{
	font-weight: bold;
	color: #000;
}

div.mold-noticia{
	height: 88px;
	width: 163px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

div.content-middle hr{
	border: solid #fff;
	border-width: 1px 0 0;
	clear: both;
	margin: 22px 0 21px;
	height: 0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 0px 1px rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 0px 1px rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.2), inset 0 -3px 2px rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.1);
}

div.two .mold{
	display: table-cell;
	vertical-align: middle;
	height: 160px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4);
	width: 164px;
	text-align: center;
}

div.two .mold img{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	width: 100px;
}

div.three.evento{
	height: 200px;
}

div.three.evento .mold{
	height: 200px;

	overflow: hidden;
	float: left;
	position: relative;
}

div.three.evento span{
	position: absolute;
	width: 215px;
	height: 45px;
	background: rgba(100, 127, 0, 0.85);
	bottom: 0px;
	line-height: 45px;
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.5);
	left: 15px
}

div.cadastro ul.lista li a{
	display: block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 0px 1px rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 0px 1px rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.2), inset 0 -3px 2px rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.1);
/* height: 310px; */
background: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#0d000000',GradientType=0 );
padding: 5px 15px;
}


div.cadastro ul.lista li a:hover{
	background: -moz-linear-gradient(top, rgba(128,149,47,0.8) 0%, rgba(107,129,26,0.6) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,149,47,0.8)), color-stop(100%,rgba(107,129,26,0.6)));
background: -webkit-linear-gradient(top, rgba(128,149,47,0.8) 0%,rgba(107,129,26,0.6) 100%);
background: -o-linear-gradient(top, rgba(128,149,47,0.8) 0%,rgba(107,129,26,0.6) 100%);
background: -ms-linear-gradient(top, rgba(128,149,47,0.8) 0%,rgba(107,129,26,0.6) 100%);
background: linear-gradient(to bottom, rgba(128,149,47,0.8) 0%,rgba(107,129,26,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9980952f', endColorstr='#666b811a',GradientType=0 );
color: #fff;
}