/* *********** css pagina copertine ************ */
@import "mnpag03.css";
@import "footer.css";

div#content {
  position: relative;
  float: left;
  left: 0;
  top: 0;
  background: #fff;
	padding: 10px;
}
div#alto20 {
	position: relative;
	float: left;
/*	clear: both;  */
  background: #fff;
  width: 800px;
  height: 20px;
}
div#copertine {
  position: relative;
  float: left;
  width: 960px;
  background: #fff;
	font: normal 11px tahoma,verdana,arial,helvetica,sans-serif;
	color: #000;
}
div#copertine h3 {
	font: bold 18px tahoma,verdana,arial,helvetica,sans-serif;
	color: #888;
	line-height: 28px;
}
div#copertine table {
	font: normal 11px tahoma,verdana,arial,helvetica,sans-serif;
	color: #000;
}
.black {
	font: normal 11px tahoma,verdana,arial,helvetica,sans-serif;
	color: #000;
}
/* ******** popup ******* */
div#popup {
   width: 600px; 
   height: 400px;
   background: #fff;
}
div#foto {
  position: relative;
  float: left;
  width: 250px;
  height: 400px;
  padding-top: 30px;
  padding-left: 30px;
}
div#voti {
  padding-top: 50px;
  text-align: center;
  font: bold 20px tahoma,verdana,arial,helvetica,sans-serif;
  color: #dc8200;
}
div#copyright {
  padding-top: 50px;
  text-align: center;
  font: bold 11px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
}
.vota {
  width: 200px;
  height: 100px;
  border: 0;
  background: url(../images/vota.png) no-repeat;
}
