#open-popup {padding:20px}
.white-popup {
  position: relative;
  padding: 40px;
  width: auto;
  max-width: 60em;
  min-height:20em;
  margin: 20px auto;
  text-align: center;
  border-radius:0.25em;
  background-color: #CCC;
  box-shadow: 0 0.13em 0.31em #666666;
} 

.suscribite{
	position: relative;
	padding: 0px;
	width: auto;
	max-width: 26em;
	min-height: 25em;
	margin: 0px auto;
	text-align: center;
	border-radius: 0.25em;

  background-color: ;
	color: #000;
	}

  #biografiatexto {
position: relative;
  width: auto;
  max-width: 29em;
  max-height:20em;
  margin: 20px auto;
  text-align: center;
  overflow: auto;
}


.fotos {
  position: relative;
  padding: 40px;
  width: auto;
  max-width: 60em;
  min-height:20em;
  margin: 20px auto;
  text-align: center;
  border-radius:0.25em;
  background-color:;
}

.info {
  position: relative;
  padding: 40px;
  width: auto;
  max-width: 60em;
  min-height:20em;
  margin: 20px auto;
  text-align: center;
  border-radius:0.25em;
  background-color:;
}

#formatosa {
position: relative;
  width: auto;
  max-width: 29em;
  max-height:20em;
  margin: 20px auto;
  text-align: center;
  overflow: auto;
}

#formatosb {
position: relative;
  width: auto;
  max-width: 29em;
  max-height:20em;
  margin: 20px auto;
  text-align: center;
  overflow: auto;
}
#formatosc {
position: relative;
  width: auto;
  max-width: 29em;
  max-height:20em;
  margin: 20px auto;
  text-align: center;
  overflow: auto;
}

#requerimientoa {
position: relative;
  width: auto;
  max-width: 70em;
  max-height:37em;
  margin: 5px auto;
  text-align: center;
  overflow: auto;
}

#requerimientob {
position: relative;
  width: auto;
  max-width: 70em;
  max-height:37em;
  margin: 5px auto;
  text-align: center;
  overflow: auto;
}
#requerimientoc {
position: relative;
  width: auto;
  max-width: 70em;
  max-height:37em;
  margin: 5px auto;
  text-align: center;
  overflow: auto;
}

.contacto {
  position: relative;
  padding: 0px;
  width: auto;
  max-width: 60em;
  min-height:20em;
  margin: 0px auto;
  text-align: center;
  border-radius:0.25em;
  background-color: ;
	}
#mail {
position: relative;
  width: auto;
  max-width: 29em;
  max-height:20em;
  margin: 20px auto;
  text-align: center;
  overflow: auto;
}	
	
.form-input, .error {
	display: block;
	height: 24px;
	padding: 6px 10px;
	margin-bottom: 20px;
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius:         8px;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	background-color: #646464;
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	
	width: 320px;
	background: #ededed;
	border: 5px solid #dbdbdb;
	color: #999;
	position: relative;
}
.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 200px;
	overflow: auto;
	width: 320px; 
	position: relative;
}
.form-btn {
	padding: 0 15px;
	height: 30px;
	font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border: 1px solid #0d3d6a;
	background-color: #2F57B7;
	clear: both;
	float: right;
}
.form-btn:hover {
	color: #8598C6;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.contact-form {
    max-width: 49em;
	min-height: 20em;
	padding: 15px;
	margin: 20px auto;
	position: relative;
	background-color: ;
	background-image: -webkit-gradient(linear, left top, right bottom, 
										   color-stop(5%,  #bfd1E7), color-stop(5%,  #ed5737),
	                                       color-stop(15%, #ed5737), color-stop(15%, #bfd1E7),
	                                       color-stop(25%, #bfd1E7), color-stop(25%, #2f57b7),
	                                       color-stop(35%, #2f57b7), color-stop(35%, #bfd1E7),
	                                       color-stop(45%, #bfd1E7), color-stop(45%, #ed5737),
	                                       color-stop(55%, #ed5737), color-stop(55%, #bfd1E7),
	                                       color-stop(65%, #bfd1E7), color-stop(65%, #2f57b7),
	                                       color-stop(75%, #2f57b7), color-stop(75%, #bfd1E7),
	                                       color-stop(85%, #bfd1E7), color-stop(85%, #ed5737),
	                                       color-stop(95%, #ed5737), color-stop(95%, #bfd1E7));
	background-image: -webkit-repeating-linear-gradient(135deg, #ed5737 0, #ed5737 50px, transparent 50px, transparent 80px, #2f57b7 80px, #2f57b7 130px, transparent 130px, transparent 160px);
	background-image:    -moz-repeating-linear-gradient(135deg, #ed5737 0, #ed5737 50px, transparent 50px, transparent 80px, #2f57b7 80px, #2f57b7 130px, transparent 130px, transparent 160px);
	background-image:     -ms-repeating-linear-gradient(135deg, #ed5737 0, #ed5737 50px, transparent 50px, transparent 80px, #2f57b7 80px, #2f57b7 130px, transparent 130px, transparent 160px);
	background-image:      -o-repeating-linear-gradient(135deg, #ed5737 0, #ed5737 50px, transparent 50px, transparent 80px, #2f57b7 80px, #2f57b7 130px, transparent 130px, transparent 160px);
	background-image:         repeating-linear-gradient(135deg, #ed5737 0, #ed5737 50px, transparent 50px, transparent 80px, #2f57b7 80px, #2f57b7 130px, transparent 130px, transparent 160px);
	-pie-background:          linear-gradient(135deg, 
										   #bfd1E7 5%,  #ed5737 5%,
	                                       #ed5737 15%, #bfd1E7 15%,
	                                       #bfd1E7 25%, #2f57b7 25%,
	                                       #2f57b7 35%, #bfd1E7 35%,
	                                       #bfd1E7 45%, #ed5737 45%,
	                                       #ed5737 55%, #bfd1E7 55%,
	                                       #bfd1E7 65%, #2f57b7 65%,
	                                       #2f57b7 75%, #bfd1E7 75%,
	                                       #bfd1E7 85%, #ed5737 85%,
	                                       #ed5737 95%, #bfd1E7 95%);
	
	text-align: left;

}
.formulario {
	overflow: hidden;
	padding: 40px 20px;
	background-color: #fff;
}
.column:first-of-type {
	float: left;
	position: relative;
}

.column:last-of-type {
	float: right;
	margin: 0 0 20px 40px;
}
label {
	color: #444;
	font-size: 15px;
}
label span {
	color: #ff4141;
	font-size: 11px;
}

.mail {
  position: relative;
  width: auto;
  max-width: 29em;
  max-height:20em;
  margin: 20px auto;
  text-align: center;
  overflow: auto;
	}
