div#content {
    position:relative;
    width: 100%;
    height: auto !important;  /* per i browser moderni */
    height:600px;   /*per IE5.x e IE6 */
    min-height:600px;  /* per i browser moderni */
}

.catpercorso {
border-bottom: 1px solid #69b9af;
font: 2.6em Rotis;
text-align: center;color:#69b9af;clear:both;margin-top:80px;margin-bottom:55px
}

.prodName{   background: #69b9b0;text-align:center;
    color: #fff;
    font: 1.6em Rotis;
    margin-bottom: 30px;
    padding: 2px 0 3px 10px;}
	
.descProd{margin-top:20px;text-align:center;
	color: #616161; }
.boxProd {padding:0 0 20px 0;border-bottom:1px solid #69b9af}

.video{text-align:center}


@media (max-width: 1280px){

}


@media (max-width: 1023px){
	
	.prodName,.descProd,.boxProd, iframe {width:97%;margin-left:1%}


}



@media (max-width: 480px){
	.catpercorso{margin-bottom:34px;margin-top:45px;font: 2em Rotis;}

	
	}