.actividade-petit-chef {
  border-style: dashed;
  border-width: 2px;
  border-color: #F00;
  padding-bottom: 20px;
  width:289px;
}

.actividade-petit-chef div {
  position:relative;
  width:250px; 
  min-height:300px; 
  padding-top: 250px; 
  margin: 0 auto;
}
.actividade-petit-chef span {
  display:block;
}

.actividade-petit-chef .nivel {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #F00;
}

.actividade-petit-chef .idade {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
  color: #333333;
}

.actividade-petit-chef .especificacoes {
  font-size: 14px;
  margin-left: -10px;
}

.actividade-petit-chef .texto {
  font-size: 12px;
  text-align: left;
  color: #000;
  padding-bottom: 5px;
}

.actividade-petit-chef .inscrever {
  display: block;
  width: 250px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0px;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 18px;

  border: none;
  /*
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  */
}

.nivel-0 {
  background: url('/images/layout/icones/Nivel_0_simple.png') #CFE6E7 no-repeat top center; 
  background-position: center 20px;
}

.nivel-0 .inscrever {
  background: #cfe6e7; /* Old browsers */
  background: -moz-linear-gradient(top, #cfe6e7 0%, #70cdd0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe6e7), color-stop(100%,#70cdd0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cfe6e7 0%,#70cdd0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cfe6e7 0%,#70cdd0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cfe6e7 0%,#70cdd0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #cfe6e7 0%,#70cdd0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe6e7', endColorstr='#70cdd0',GradientType=0 ); /* IE6-9 */
}

.nivel-1 {
  background: url('/images/layout/icones/Nivel_1_simple.png') #eae8ca no-repeat top center; 
  background-position: center 20px;
}

.nivel-1 .inscrever {
  background: #eae8ca; /* Old browsers */
  background: -moz-linear-gradient(top, #eae8ca 0%, #cbc676 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae8ca), color-stop(100%,#cbc676)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eae8ca 0%,#cbc676 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eae8ca 0%,#cbc676 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eae8ca 0%,#cbc676 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eae8ca 0%,#cbc676 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8ca', endColorstr='#cbc676',GradientType=0 ); /* IE6-9 */
}

.nivel-2 {
  background: url('/images/layout/icones/Nivel_2_simple.png') #d7b4b4 no-repeat top center; 
  background-position: center 20px;
}

.nivel-2 .inscrever {
  background: #d7b4b4; /* Old browsers */
  background: -moz-linear-gradient(top, #d7b4b4 0%, #ba8a8a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7b4b4), color-stop(100%,#ba8a8a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d7b4b4 0%,#ba8a8a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d7b4b4 0%,#ba8a8a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d7b4b4 0%,#ba8a8a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #d7b4b4 0%,#ba8a8a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b4b4', endColorstr='#ba8a8a',GradientType=0 ); /* IE6-9 */
}
