.acusados_gurtel h2 {font-size:3rem;font-weight:300;text-transform:uppercase;padding:2rem;text-align:center;}
.acusados_gurtel ul {display:inline-block;width:100%;}
.acusados_gurtel ul.destaca li  {width:20%;float:left;}
.acusados_gurtel ul.destaca .name, .acusados_gurtel ul.destaca em {display:block;width:100%;text-align:center;font-weight:500;}
.acusados_gurtel .destaca .txtBox, .acusados_gurtel .destaca .auxBox {text-align:center;color:#494847;}
.acusados_gurtel .destaca .auxBox {padding-bottom:0.4rem;}

.acusados_gurtel em, .acusados_gurtel .name, .acusados_gurtel em , .acusados_gurtel .auxBox p,
.acusados_gurtel .second .txtBox .charge {font-size:1.6rem;line-height:1.2;}
 
.acusados_gurtel ul li {background:transparent;}
.acusados_gurtel ul.destaca li .auxBox p {font-size:1.4rem;}

.acusados_gurtel ul.destaca li:nth-child(5n+1) {clear:left;}

.acusados_gurtel ul.second li:nth-child(odd) {background:#e1e1e1;}
.acusados_gurtel ul.second li:nth-child(even) {background:#ebebeb;}
.acusados_gurtel ul.second li .txtBox, .acusados_gurtel ul.second li .auxBox  {display:inline-block;}
.acusados_gurtel ul.second li .infoBox {display:inline-block;width:100%;}
.acusados_gurtel ul.second li .txtBox {width:40%;float:left;padding:0.4rem 1rem;}
.acusados_gurtel ul.second li .auxBox {width:60%;float:left;} 
.acusados_gurtel ul.second .auxBox p {margin:0.4rem;}

.acusados_gurtel .head_table {display:block;width:100%;margin-top:4rem;}
.acusados_gurtel .head_table span:first-child {width:40%;}
.acusados_gurtel .head_table span:last-child{width: 60%; padding-left:.4rem;}
.acusados_gurtel .head_table span {text-transform:uppercase;display:block;float:left;font-size:1.6rem;font-weight:500;padding:.5rem 1rem;text-align:left;width: 50%; background:#c7c7c7}

.acusados_gurtel .second .txtBox .name, 
.acusados_gurtel .second .txtBox .charge {display:block;}
.acusados_gurtel .second .txtBox .charge {font-weight:500;;}

@media only screen and (max-width: 680px){
    .acusados_gurtel ul.destaca li {width:50%;}
	.acusados_gurtel ul.destaca li:nth-child(2n+1) {clear:left;}
	.acusados_gurtel ul.destaca li:nth-child(5n+1) {clear:none;}
}