.header_periods {
  clear:both;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 4px;
  width: 100%;
}

.header_logotip {
  clear: left;
  float: left;
}
.header_logotip img {
  height: 100px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 0px;
  overflow: hidden;
}

.header_text_1, .header_text_2, .header_text_3 {
  clear: right;
  float: right;
  margin-right: 20px;
  font-weight: bold;
  text-align: right;
}
.header_text_1 {
  font-size: 20px;
}
.header_text_2 {
  color: #2c383e;
  font-size: 16px;
}
.header_text_3 {
  color: #2c383e;
  font-size: 16px;
}

/* Part central */
.pagina {
  background-repeat: no-repeat;
  border: 0px solid #748fa6;
  border-radius: 0px 0px 6px 6px;
  clear: both;
  margin: 0 auto;
  padding-bottom: 36px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 800px;
}
.periodes_oberts {
  clear: both;
  border: 1px solid #919ca6;/* #dadddd #aaaaaa #748fa6 #365668 */
  border-radius: 6px;
  float: left;
  margin-bottom: 20px;
  padding: 6px;
  width: 786px;
}
.periodes_oberts .titol {
  border-radius: 4px;
  padding: 6px;
  background-color: #dcecfc;
  padding-left: 10px;
}

.periodes_oberts .titol h3 {
  font-size: 1.1rem;
}


.periodes_oberts .periodes {
  clear:both;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.periodes_oberts .periodes h4.explicacio {
  padding: 6px;
  margin-bottom: 4px;
}
.periode + h4.explicacio {
  font-weight: normal;
  margin-top: 20px;
}

.periodes_oberts .periodes .periode {
  margin-bottom: 10px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: left;
}

.periodes_oberts .periodes .periode::before {
  display: inline-block;
  content: " ";
  height: 20px;
  width: 6px;
  vertical-align: top;
}

.periodes_oberts .periodes .periode a,
.periodes_oberts .periodes .periode.registration_done span {
  display: inline-block;
  color: #333333;
  line-height: 16px;
  padding: 2px 4px;
  border-radius: 0 4px 4px 0;
  border: 0;
}

.periodes_oberts .periodes .periode.registration_done a.accio {
  display: inline;
  float: none;
  margin-left: 10px;
}
.periodes_oberts .periodes .periode.registration_done a.accio > img {
  vertical-align: middle;
}

.footer_periods {
  clear:both;
  margin: 0 auto;
  padding-top:10px;
  width:100%;
}
.footer_text_1, .footer_text_2, .footer_text_3 {
  color:#333333;
  padding-bottom:20px;
  text-align:center;
}
