/**
 * @file
 * Visual styles for Bartik's lists.
 */

ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.821em;
}

/** START - Estilos para las listas de CERT - Segmentados */
#views-bootstrap-cert-segmentados-page-1 > div > div > article > h2 > a, 
#views-bootstrap-cert-segmentados-page-2 > div > div > article > h2 > a, 
#views-bootstrap-cert-segmentados-page-3 > div > div > article > h2 > a, 
#views-bootstrap-cert-segmentados-page-4 > div > div > article > h2 > a, 
#views-bootstrap-cert-segmentados-page-5 > div > div > article > h2 > a {
	height: 80px;
}
/** END - Estilos para las listas de CERT - Segmentados */