html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
strong,
b {
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
p {
  font-size: 24px;
}
.standard {
  margin: auto;
  max-width: 1750px;
  width: 90%;
}
.header {
  background: #000;
}
.header .top {
  padding: 50px 0;
}
.header .top h1 {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 48px;
  vertical-align: middle;
  width: calc(95% - 200px);
}
.header .top h1 span {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
.header .top a {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
.header .top a img {
  display: block;
}
.header .menu_ayuda ul li {
  display: inline-block;
}
.header .menu_ayuda ul li a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  padding: 30px 0;
  text-align: center;
  width: 300px;
}
.header .menu_ayuda ul li a:hover {
  background: #d5007f;
  font-weight: 500;
}
.header .menu_ayuda ul li .active {
  background: #d5007f;
  font-weight: 500;
}
.contenedor {
  text-align: center;
}
.contenedor h3 {
  font-size: 20px;
  margin: 40px 0;
  text-align: left;
}
.contenedor h2 {
  font-weight: 500;
  font-size: 48px;
}
.contenedor h2 span {
  display: block;
}
.contenedor a {
  display: inline-block;
}
.contenedor .drop_box {
  margin: 50px auto 0;
  width: 560px;
}
.contenedor .drop_box h5 {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px 0;
  text-align: left;
}
.contenedor .drop_box .dropdown {
  border: solid 1px #909090;
  border-radius: 4px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #505050;
  display: block;
  font-size: 20px;
  padding: 20px 10px;
  position: relative;
  margin: auto;
  text-align: left;
  width: 100%;
}
.contenedor .drop_box .dropdown .select {
  position: relative;
}
.contenedor .drop_box .dropdown .select span {
  border-radius: 0 4px 4px 0;
  border-left: solid 1px #909090;
  background: #E7E7E7;
  position: absolute;
  top: -20px;
  right: -10px;
  width: 40px;
  display: block;
}
.contenedor .drop_box .dropdown .select span img {
  display: block;
  margin: 27px auto;
  width: 16px;
}
.contenedor .drop_box .dropdown:hover .dropdown-content {
  display: block;
}
.contenedor .drop_box .dropdown .dropdown-content {
  background: #f4f4f4;
  border: solid 1px #909090;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0px;
  position: absolute;
  top: 63px;
  width: 100%;
  z-index: 1;
}
.contenedor .drop_box .dropdown .dropdown-content a {
  box-sizing: border-box;
  color: #000;
  display: block;
  margin: 0;
  padding: 18px 20px;
  text-decoration: none;
  width: 100%;
}
.contenedor .drop_box .dropdown .dropdown-content a:hover {
  background: #d5007f;
  color: #fff;
}
.contenedor .caja {
  margin: 40px 0 60px;
  text-align: center;
}
.contenedor .caja .caja1 {
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
  width: 49%;
}
.contenedor .caja .caja1 a {
  display: inline-block;
}
.contenedor .caja .caja1 h6 {
  font-size: 24px;
  font-weight: 500;
}
.contenedor img {
  display: block;
  margin: 40px auto;
}
.contenedor p span {
  display: block;
}
.contenedor a {
  color: #d5007f;
  display: inline-block;
  font-size: 24px;
  margin: 10px 0;
  text-decoration: underline;
}
.contenedor a:hover {
  font-weight: 500;
}
footer {
  background: #000;
  margin: 90px 0 0 0;
}
footer div {
  position: relative;
}
footer div img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 140px;
}
footer div p {
  color: #fff;
  font-size: 16px;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  footer div img {
    bottom: inherit;
    left: inherit;
    margin: 0 auto 15px;
    padding: 30px 0 0 0;
    position: relative;
  }
  footer div p {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .header .top {
    padding: 35px 0;
  }
  .header .top h1 {
    font-size: 18px;
    width: calc(95% - 45px);
  }
  .header .top h1 span {
    margin: 0 5px;
  }
  .header .top h1 span img {
    display: block;
    width: 2px;
  }
  .header .top a {
    margin-left: 3%;
    width: 45px;
  }
  .header .top a img {
    display: block;
    width: 100%;
  }
  .header .menu_ayuda ul li {
    width: 49%;
  }
  .header .menu_ayuda ul li a {
    font-size: 20px;
    padding: 10px 0;
    width: 100%;
  }
  .contenedor h3 {
    font-size: 16px;
  }
  .contenedor h2 {
    font-size: 26px;
  }
  .contenedor h2 span {
    display: contents;
  }
  .contenedor .drop_box {
    width: 100%;
  }
  .contenedor img {
    display: block;
    margin: 30px auto 15px;
    width: 145px;
  }
  .contenedor .caja .caja1 {
    display: block;
    margin: 0 0 50px 0;
    width: 100%;
  }
  .contenedor .caja .caja1 img {
    display: block;
    margin: 0 auto 10px;
    width: 145px;
  }
  footer div img {
    width: 100px;
  }
  footer div p {
    font-size: 10px;
  }
}
/*******/
/*# sourceMappingURL=ayuda-centros-electorales.css.map */