/*testo slide --- SILVIA*/


/* @media Rule */

@media only screen and (min-width: 0px) and (max-width: 1024px) { 
.cont_scritta {
top:20px;
padding:0 0;
}
		.slogan_slide {
		padding-top:60px;
		width:500px;
		}
		.slogan_slide h1{
		font-size:25px;
		line-height:30px;
		}

		.link_slide {
		clear:both;
		font-size:20px;
		line-height:26px;
		background:url(/images/sf_link.png) right 60px no-repeat;
		height:85px;
		}
		
		.link_slide1 {
		clear:both;
		font-size:20px;
		line-height:26px;
		background:url(/images/sf_link.png) right 35px no-repeat;
		height:55px;
		}

}

/* iPhone*/
@media only screen and (min-width: 0px) and (max-width: 480px) {/*iphone verticale ed orizzontale*/

}