.curso .full .ilustracao
{  
  float:left;
  width:25%;
}
.curso .full .ilustracao img
{  
  width:100%;
}
.curso .full .resumo_informacao_curso
{  
  float:left;
  width:41%;
  padding:0 2%;
}
.curso .full .resumo_informacao_curso .label
{  
  font-weight:bold;
  border-bottom:1px dotted;
}
.curso .full .responsaveis_curso
{  
  float:left;
  width:30%;
}
.curso .full .subtabs
{  
  margin-top:20px;
}

.curso .full .subtab_content
{  
  min-height:200px;
  max-height:420px;
  overflow:auto;
}
.curso .full .subtab_content .subtab_content
{  
  max-height:300px!important;
  overflow:auto;
}