#todo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
}

#header {
  height: 66px;
  width: 340px;

  color: white;
  font-family: Montserrat, Georgia, Helvetica;
  font-size: 1.1em;

  text-align: center;
}

#header2 {
    height: 480px;
    width: 289px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0);
      padding-left: 8px;
    font-family: Montserrat, Dosis, Helvetica, sans-serif;
    font-size: 1.0em;
         border-radius: 12px 12px 12px 12px;
-moz-border-radius: 12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
}

.center {
	text-align: center;
}

.txt_curso_elegido {
    padding: 0px;
    font-family: Open Sans, Source Sans Pro;
    font-size: 1.0em;
    color: #00b2d8;
}

.txt_required {
  font-family: Arial;
  font-size: 0.9em;
  text-align: center;
  color: black;
}

.txt_error {
  font-weight:700;
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 0.8em;
  text-align: center;
  color: black;
}

.cupon {
	display:inline;
	float:left;
	width:289px;
	border:none;
	margin:0 1px;
	padding:4px 0;
	font-family: Open Sans;
	font-size: 0.75em;
color: #333333;
}


.cupon5 {
	display:inline;
	float:left;
	width:335px;
	border:none;
	margin:0 1px;
	padding:4px 0;
	font-family: Open Sans;
	font-size: 0.75em;
color: #ff4e61;
}




.campo_cupon {
	float:left;
	line-height:18px;
	width: 200px;
	text-align: left;
}

.label_cupon {
	clear:left;
	float:left;
	font-weight:600;
	line-height:18px;
	margin-right:5px;
	padding-left:4px;
	text-align:right;
	width:10px;
}

.required_cupon {
  font-weight:700;
}

.error_cupon {
  color: red;
  font-size: 13px;
}





.boton_mini {
    background-color: #edeef2;
    border: 1px solid #173d77;
	color:#333333;
	font-family: Open Sans;
	font-size: 0.9em;
	width:87px;
	padding:2px;


}

.boton_2 {

	font-family: Open Sans;
    font-size: 1.1em;
    width: 284px;
	padding:10px;

    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #173d77;
    color: #595959;
        background: url('https://empleosencorreos.com/form/images/punto.png') no-repeat;


}

.boton {

    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #173d77;
    color: #000000;
    font-family: Open Sans;
    font-size: 1.1em;
    width: 264px;
    padding: 10px;
    background: url('https://empleosencorreos.com/form/images/punto.png') no-repeat;



}

.mail{

  background: url('https://empleosencorreos.com/form/images/mail.png') no-repeat;
  background-position: left;


    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #173d77;
    color: black;
    font-family: Open Sans;
    font-size: 1.1em;
    width: 253px;
    padding: 10px;
    padding-left: 20px;
}

.phone{

    background: url('https://empleosencorreos.com/form/images/telefono.png') no-repeat;
  background-position: left;


    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #173d77;
    color: black;
    font-family: Open Sans;
    font-size: 1.1em;
    width: 253px;
    padding: 10px;
    padding-left: 20px;


}




.rollover {
  display: block;
  width: 234px;
  height: 44px;
  background: url('https://empleosencorreos.com/form/images/boton.png') no-repeat;
  text-indent: -9999px;
}

a.rollover {
  background:url('https://empleosencorreos.com/form/images/boton.png') no-repeat;
}

a.rollover:hover {
  background-position:0 -44px;
}