/*
	FOGLIO DI STILE CSS
	Nome: "banner.css".
	Descrizione: gestisce la formattazione dei banner in tutto il sito.
	Autore:	3pix Studio (http://www.3pix.it).
	NB: le classi sono disposte in ordine alfabetico per tipologia di banner (vedi commenti in maiuscolo).

	- Indice degli elementi:

		"banner fantasquadra", "banner homepage", "banner principale".
*/



/* BANNER FANTASQUADRA: banner posizionato a sinistra in tutte le pagine fantasquadra */
.bannerFantasquadra {
	width: 300px; height: 250px; overflow: hidden; text-align: center; border: none; margin: 8px 0 0 0;
	}
.bannerFantasquadra iframe {
	border: none; margin: 0; width: 300px; height: 250px;
	}
.bannerFantasquadra span {
	color: #ddd; font-size: 10px;
	}
.bannerFantasquadra img {
	border: none;
	}



/* BANNER HOMEPAGE: banner posizionato a destra in homepage */
.bannerHomepage {
	height: 250px; width: 300px; overflow: hidden; text-align: center; margin: 20px auto;
	border: 5px solid #00C0FF;
	}
.bannerHomepage iframe {
	border: none; margin: 0; height: 250px; width: 300px;
	}
.bannerHomepage span {
	color: #ddd; font-size: 10px;
	}
.bannerHomepage img {
	border: none;
	}



/* BANNER PRINCIPALE: banner principale nella parte superiore della pagina */
.bannerPrincipale {
	background: none; width: 728px; height: 90px; text-align: center; margin: 0 auto; overflow: hidden;
	}
.bannerPrincipale iframe {
	border: none; margin: 0; width: 728px; height: 90px;
	}
.bannerPrincipale span {
	color: #ddd; font-size: 10px;
	}
.bannerPrincipale img {
	border: none;
	}
