/*Estilos*/
.top10{margin-top: 10px;}
.padding10{padding:10px;}
.noList{list-style: none;}
.categoriasRevelantes{margin: 30px 0;}
.marginLeft100{margin-left: 100px;}
.zindex{z-index: 50;}
.radio5{border-radius: 5px;}
.invest{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
/*Colores:*/
.verdeGidelpa{background: #006600;}
.rojoGidelpa{background: #fe0000;}

/*Galeria:*/
.imgGale{height: 100px;}
/*Letras:*/
.impact{font-family: Impact;}

/*Response:*/
@media screen and
(max-width: 1024px){
  .marginLeft100{margin-left: 10px;}
  .titleGidelpa{margin-left: 10px;}
  .imgGale{height: 50px;}
}
