body {
  margin-right:10%;
  margin-left:10%;
  padding:  0px;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-x;
}

a:link {
  font-size: 10px;
  color: #333333;
  text-decoration:none;
}

a:visited {
  font-size: 10px;
  color: #333333;
  text-decoration:none;
}

.logo {
  margin-left: 30px;
  background-image: url(../img/logo.png);
  height: 70px;
  width: 140px;
  background-repeat: no-repeat;
}

.header {
  background-image: url(../img/header.png);
  height:100px;
  width:1000px;
  padding-top:30px;
}

.header1 {
  background-image: url(../img/header1.png); 
  height:32px;
  width:300px;
  background-repeat: no-repeat;
  float:left;
  font-family: Arial;
  font-size: 12px;
  color: #970f00;
}

.header2 {
  background-image: url(../img/header2.png); 
  height:32px;
  width:700px;
  background-repeat: repeat-x;
  float:left;
}

.header3 {
  background-image: url(../img/header3.png); 
  height:34px;
  width:1000px;
  background-repeat: no-repeat;
  float:left;
  color: #9b9b9b;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;  
}

.footer {
  background-image: url(../img/footer.png); 
  height:37px;
  width:1000px;
  background-repeat: no-repeat;
  float:left;
}

.container {
  margin-right:auto;
  margin-left:auto;
  width: 1000px;

}

.bobina {
  background-image: url(../img/bobina.jpg); 
  background-repeat: no-repeat;
  background-position: top right;
}

.video_container {
  padding-bottom:83px;
}

.videos_container {
  float:left;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  width: 100%;
  margin-top: 0px;
}

.video{
  background-image: url(../img/video_bg.png);
  width: 115px;
  height: 100px;
  float:left;
  margin:10px;
  padding-top:4px;
  text-align:center;
  vertical-align: middle;
  color: #9b9b9b;
  font-family: Arial;
  font-size: 12px;

}

.video_title {
  font-family: Arial;
  font-size: 12px;
  color: #970f00;
  float:left;
  margin-left: 10px;
}

.video_description {
  width: 400px;
  height: 100px;
  font-family: Arial;
  font-size: 10px;
  color: #000000;
  float:left;
  text-align: justify;
  margin-left: 10px;
}

.text_title {
  font-family: Arial;
  font-size: 12px;
  color: #970f00;
  margin-left: 20px;
  float:left;
  width:400px;
}

.text_description {
  font-family: Arial;
  font-size: 10px;
  color: #000000;
  text-align: justify;
  margin-left: 42px;
  float:left;
  width:400px;  
 /* height: 100px; */
}

.durata_title {
  font-family: Arial;
  font-size: 12px;
  color: #970f00;
  margin-left: 20px;
  margin-top:10px;
  float:left;
  width:400px;
}

.durata_description {
  font-family: Arial;
  font-size: 10px;
  color: #000000;
  text-align: justify;
  margin-left: 42px;
  float:left;
  width:400px;
  /*height: 100px;*/
}

