/* FORMULARIOS - CUSTOMIZACION
------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/


div.webform_wrapper {
	background:none repeat scroll 0 0 #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:20px 30px;
	-webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
	margin-bottom:30px;
}
div.webform_wrapper h3 {
	border-bottom: 1px dotted #9E9E9E;
    color: #666666;
    font-family: 'fjalla_oneregular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
} 
div.webform_bottomtext {
    padding: 0 25px;
}

.webform h2 {
    color: #1477A5;
    font-family: 'fjalla_oneregular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
     border-bottom: 1px dotted #CCCCCC;
}

.webform .webform_row {
    margin-bottom: 10px;
}	

.webform_mandatory {
    font-size: 11px;
}



/** botones *********************/

.webform_button .formbutton.submitbutton {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #178AB7;
  *background-color: #11648c;
  background-image: -moz-linear-gradient(top, #11648c, #178AB7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#11648c), to(#178AB7));
  background-image: -webkit-linear-gradient(top, #11648c, #178AB7);
  background-image: -o-linear-gradient(top, #11648c, #178AB7);
  background-image: linear-gradient(to bottom, #11648c, #178AB7);
  background-repeat: repeat-x;
  border-color: #178AB7 #178AB7 #11648c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff11648c', endColorstr='#ff178AB7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.webform_button .formbutton.submitbutton:hover,
.webform_button .formbutton.submitbutton:active {
  color: #ffffff;
  background-color: #178AB7;
  *background-color: #178AB7;
    background-position: 0 -45px;
}

.webform_button .formbutton.submitbutton:active {
  background-color: #003399 \9;
}


.webform_button .button {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}
.webform_button .button:hover,
.webform_button .button:focus {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}


/** pagina de confirmacion *********************/

.titulo-confirm-form {
	color: #1477A5;
    font-family: 'fjalla_oneregular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
     border-bottom: 1px dotted #CCCCCC;
}
.confirmation-text-intro {margin-bottom: 15px;}
.confirmation-text-intro p {margin-bottom: 5px;font-style: italic;font-size: 14px;}
.webform_confirm_wrapper .webform_row {
	border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.webform_confirm_wrapper .webform_row .webform_label {
	color: #1477A5;
    font-style: italic;
    margin-bottom: 5px;
}
.webform_confirm_wrapper .webform_row .webform_field {
	color: #666666;
}