@charset "utf-8";
/* CSS Document */
body {
	width:800px;
	height:600px;
	overflow:hidden;
	background-repeat:no-repeat;
}
/**********************************************************************/
/******************************SFONDO**********************************/
/**********************************************************************/

a.log {
	position:absolute;
	top:5%;
	left:2.5%;
	width:150px;
	height:150px;
	background-image:url(img/logo.png);
	background-size:contain;
	box-shadow:8px 8px 8px #666;
}


/***********************************************************************/
/****************************LOGO***************************************/
/***********************************************************************/

table {
  position: absolute;
  top: 10%;
  left:20%;
  width: 60%;
  height: auto;
border:3px ridge #000;
box-shadow:10px 10px 8px #aaa;
}

td[rowspan="12"] {
  border: 1px solid #000;
  width:250px;
  height: 150px;
box-shadow:-2px -2px 1px #888 inset;
}

img {
  width:150px;
  height: auto;
}

td.uno {
  width:150px;
  height: 30px;
  font-style: italic;
  font-size: 1em;
  border: 1px solid #000;
  text-align: right;
  padding-right: 20px;
  background-color:#ddd;
}

td.due {
  width: 500px;
  height: 30px;
  font-size: 1em;
  border: 1px solid #000;
  padding-left: 20px;
}

td.tit1, td.tit2 {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 1.5em;
  border: 1px solid #000;
  background-color:#ADFF2F;
box-shadow:-2px -2px 1px #106010 inset;
}

td.tit1 {
  width: 150px;
}

td.tit2 {
  width: 500px;
}
/**************************************************************/
/*****************FINE TABLE SCTEC*****************************/
/**************************************************************/
#me {
display:none;
}
/**************************************************************/
/************************IDME**********************************/
/**************************************************************/

a {
	position:absolute;
	bottom:15%;
	left:40%;
	width:10%;
	height:8%;
	background-image:url(img/printlogo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
