/* immagine sfondo a tutto schermo css3 */
#contenitorecell_index {
	visibility: hidden;
	position: absolute;
	z-index: 40;
}
#contenitorecell {
	visibility: hidden;
	position: absolute;
	z-index: 40;
}
#contenitorecell2 {
	visibility: hidden;
	position: absolute;
	z-index: 40;
}
/* ---------------------------------------- ridimensionamento*/
@media only screen and (min-width: 321px) and (max-width: 480px) {
	#contenitoretotale {
}
#contenitorecell_index {
	visibility: visible;
	height: 178px;
	width: 480px;
	position: static;
	margin-left: 25px;
}
#contenitorecell {
	visibility: visible;
	height: 30px;
	width: 480px;
	position: static;
}
#contenitorecell2 {
	visibility: visible;
	height: 30px;
	width: 480px;
	position: absolute;
	margin-top: 950px;
}
.centra {
	margin-left: 65px;
}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
}

@media only screen and (min-width: 1025px) {
	
}