
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #fff
}
/* == Forms == */  


fieldset {
	border: 0;
	margin: 10px;
	padding: 0;
}
dl {
	float: left;
	padding: 2px 4px;
}
dt {
	font-size: 11px;
	padding: 5px;
	color: #333;
}
dd label {
	font-size: 10px;
	padding: 5px;
}
dd {
	width: 325px;
	margin:0;
	padding:0;
}
dd input, select, textarea {
	background: none repeat scroll 0 0 #FEFEFE;
	border: 1px solid #DADADA;
	box-shadow: 0 1px 0 #ddd;
	color: #777;
	font-size: 15px;
	opacity: 0.8;
	font-family: Arial, serif;
	margin: 0;
	padding: 10px;
	width: 290px;
}
dd label input {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	border: none;
}
dd select {
	width: 302px;
	font-size: 12px;
	padding: 10px;
}
dd textarea {
	width: 616px;
	height: 150px;
	font-family: 'Arial', Tahoma, Helvetica, sans-serif;
}
dd input[type="checkbox"] {
	width: 8px;
	height: 8px;
	margin: 5px;
	float: left;
}
dd span {
	margin: 7px 5px 5px 0;
	display: block;
}
dl .required input {
	border: #F30 solid 1px
}
dl .required textarea {
	border: #F30 solid 1px
}
dl .required select {
	border: #F30 solid 1px
}
dl input.required, dl textarea.required, dl select.required {
	border: #E12B61 solid 1px;
}
dl #required {

	display: block;
	height: 5px;
	width: 5px;
	float: right;
	margin-top: 5px;
}
dl .text_required {
	color:#E12B61;
	padding-left: 10px;
	clear: both;
}
dd .interPhone, dd .prePhone {
	width: 60px;
}
#Divprovincia select {
	border: #E12B61 solid 1px;
}
#Divciudad_ select {
	border: #E12B61 solid 1px;
}
dd .interDay {
	width: 102px;
}
dd .phone {
	width: 188px;
}
dd .day {
	width: 120px;
}
dt .dma {
	margin-right: 65px;
}
dd .btn {
	width: 180px;
	padding: 8px 30px;
	margin: 0;
}
dl .btn {
	font-size: 16px;
}
dd #modalidadCurso, dd #DivMetodosDePago {
	margin: 7px 5px 5px 0;
}
#DivPaso2, #DivBotonPaso3 {
	background: #FFF;
}
#DivProcesoInscripcion h3 {
	font-size: 18px;
	margin-bottom: 2px;
}

img.captcha {
	display: inline-block!important;
	width: auto;
	position: absolute;
	top: 5px;
	right: 5px
}
input[type="button"], .button {
	color:#fff; 
	background: #0da3e2 !important; 
	background-image: none;
	filter: none;
	border: 0;
	padding: 7px 14px; 
	
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  	font-size: 14px;  	
  	color: #333333;
	cursor: pointer;
	outline: none;
  	-webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
 	 -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;

  	-webkit-text-shadow: none;
     -moz-text-shadow: none;
          text-shadow: none;

}
#button{
	padding-top:30px;}
.button:hover, .button:focus {
	color:#fff; 
	background: #0095d4 !important; 
}
.fbbutton {
	width: 33px;
	height: 33px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px
}

a {
	color: #3B4584;
	text-decoration: none;
	outline: none
}
a:hover, a:focus {
	color: rgba(0,0,0,1);
	outline: none
}

.label {
	border-radius: 3px 3px 3px 3px;
	padding: 1px 4px 2px
}
.label, .badge {
	background-color: #999;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	vertical-align: baseline;
	white-space: nowrap
}
.label-ok, .badge-ok {
	background-color: #61A598
}
.label-error, .badge-error {
	background-color: #BA433F
}

.clear{
	clear:both;}
