* {
	box-sizing: border-box;
}
body, html, ul, ol {
	margin: 0;
	padding: 0;
}
header {
	text-align: center;
}
header h2{
	background: #8a9359;
	color: white;
	padding: 25px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 26px;
}
header a {
  display: block;
  margin-top: 0;
  padding-top: 30px;
}
header a img{
	max-width: 190px;
}
.centrar {
	max-width: 1024px;
	margin: 0 auto;
}
.contenido__headerinterno h1{
  color: #1d1f3a;
  text-align: center;
}
.contenido__in {
	background: white;
	padding: 20px 40px 80px;
}
.contenido__in--periodistas .error {
  height: 35px;
  z-index: 2;
}
.contenido__in--periodistas p {
  margin: 20px 0;
}
.contenido__in h1 {
  padding: 30px 0;
  text-align: center;
  color: #8a9359;
  font-weight: bold;
  font-size: 1.7em;
	margin: 0;
}
.contenido__in--periodistas h2 {
  margin: 30px 0;
  color: #8a9359;
  font-weight: bold;
  font-size: 1.25em;
  text-align: left;
  text-shadow: inherit;
}
.contenido__in--periodistas h3 {
  color: #8a9359;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin: 20px 0;
}
.contenido__in--periodistas h4 {
  color: #f08600;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
.contenido__in--periodistas ul {
  list-style: initial;
  margin-left: 40px;
}
.contenido__in--periodistas ul li {
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  list-style-image: url("../img/selector.png");
}
.contenido__in--periodistas label {
  display: inline-block;
  font-size: 16px;
  float: left;
  position: relative;
  position: relative;
  padding: 10px 0 0;
  vertical-align: bottom;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
.contenido__in--periodistas select {
  background: url("../img/ico-select.png") 97% center no-repeat #f2f2f2;
  width: 100%;
}
.contenido__in--periodistas input[type=button] {
  background: url("../img/ico-newsletter.png") center right no-repeat #da8916;
  border: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
  padding: 8px;
  cursor: pointer;
	text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contenido__in--periodistas .send {
  background: url("../img/ico-newsletter.png") center right no-repeat #8a9359;
  border: 0;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 15px 35px !important;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 40px;
}
.contenido .periodistas input[type=text],
.contenido .periodistas input[type=file],
.contenido .periodistas input[type=mail],
.contenido .periodistas input[type=email],
.contenido .periodistas input[type=number],
.contenido .periodistas select {
  border: 1px solid rgba(0,0,0,0.1);
  background: #f2f2f2;
  color: #949494;
  display: block;
  font-style: italic;
  margin: 5px 0;
  padding: 10px 3%;
  width: 94%;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#enrollment > li {
	list-style: none;
}
.footer {
  text-align: center;
  margin: 75px auto;
  /*background: #e6e6f5;*/
}
.footer img{
  width: 20%;
}
.periodistas input[type=text], .periodistas input[type=file], .periodistas input[type=mail], .periodistas input[type=email], .periodistas input[type=number], .periodistas select {
  border: 1px solid rgba(0,0,0,0.1);
  background: #f2f2f2;
  color: #565656;
  display: block;
  font-family: sans-serif;
  margin: 5px 0 20px;
  padding: 10px 3%;
  width: 95%;
  max-width: unset;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
article form textarea{
    border: 1px solid #d4caca;
    padding: 10px;
    color: #424242;
  display: block;
  margin: 10px 0;
  max-width: 100%;
  width: 95%;
}

 article form select,
  article form textarea {
    color: #333;
    display: block;
    margin: 10px 0;
    max-width: 100%;
    width: 95%;
}
article form input[type="button"] {
   /*  background: #bbb;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin: 20px auto;
    max-width: 300px;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: 0.4s all;
    transition: 0.4s all; */
    display: none !important;
}
article form input[type="button"]:hover,
article form input[type="submit"]:hover {
    background: #103a6a;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
article form input[type="submit"] {
  background: #D21E1E;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-style: normal;
  /*font-weight: bold;*/
  margin: 20px auto;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.periodistas > h2:first-child {
    color: #5d5d5d;
    font-size: 1.5em;
}
.periodistas select {
  -webkit-appearance: menulist;
  appearance:menulist;
}
.periodistas select:focus {
  outline: none;
}
.periodistas select:focus {
  outline: none;
}
.periodistas p {
  margin-bottom: 15px;
}
.periodistas ul {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 40px;
}
.periodistas ul:nth-child(12), 
.periodistas h3:nth-child(11) {
  display: none;
}
#topfib{
  display: flex;
  justify-content: center;
}
@media(max-width:767px){
    .footer img{
        width: 75%
    }
}

@media screen and (max-width:600px) {
  article form input[type="submit"] {
    width: 100%;
    font-size: 0.75em;
  }
  .periodistas ul {
    padding-left: 0;
    margin-left: 10px;
  }
}