@charset "utf-8";
/* CSS Document */

.prodotti-sep {
	width: 100%;
	border: 1px solid #999;
}

.prodotti-sep td {
	padding: 10px;
	border: 1px solid #999;
}

.td-nome-prodotto-sep {
	width: 25%;
	height: 200px;
	text-align:center;
	background:url(../../../images/Cattura.PNG);
	color:#FFF;
	vertical-align: bottom;
}

.td-descrizione-prodotto-sep {
	width: 50%;
}

.td-normativa-prodotto-sep {
	width: 25%;
	font-size:12px;
}

.nome-prodotto-sep {
	border-color:#F00 10px solid;
	padding-top:150px;
	font-size:18px;
}






.pulsanti-sep-performance {
  display: inline-block;
  width: 250px;
  height: 40px;
  padding-top: 17px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'ABeeZee';
  border-radius: 3px;
  background: #0f4e66;
}

.pul-link {
	color: #FFF;
	text-decoration: none;
}

.pul-link:hover {
	color: #E5E5E5;
}

.pul-link:active {
	color: #E5E5E5;
}

.pul-link:visited {
	color: #E5E5E5;
	text-decoration: none;
}







@media screen and (max-width: 800px) {
	
	.tm-logo-small {
		position: relative;
		top: -132px;
		/*border: #0f4e66 1px solid;*/
	}

}
























