#pestanaOfertasTecnicoPracticasLiceos {
    margin-right: 2px !important;
    border: 1px solid grey !important;
}

#pestanaOfertasTecnicoPracticasEmpresas {
    border: 1px solid grey !important;
}

.paddingBottom20 {
    padding-bottom: 20px; 
}

#filtroNombrePtpLiceos, #filtroNombrePtpEmpresas {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 0px;
}

.itemDetallePractica {
    padding: 10px;
    border: #c9c9c9 solid 3px;
    border-radius: 12px;
    background: #e6e6e6;
    background: -webkit-linear-gradient(left, #e6e6e6 0%, #ffffff 15%, #ffffff 85%,
        #e6e6e6 100%);
    background: -o-linear-gradient(left, #e6e6e6 0%, #ffffff 15%, #ffffff 85%, #e6e6e6
        100%);
    background: linear-gradient(to right, #e6e6e6 0%, #ffffff 15%, #ffffff 85%, #e6e6e6
        100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6',
        endColorstr='#e6e6e6', GradientType=1);
}

.itemDetallePractica:last-child {
	margin-bottom: 1.6em;
}