@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');


/********************************************
* FORM                                      *
********************************************/
body {
	font-size: 14px;
	background-color: transparent;
	line-height: 1.5;
	color: #555;
	font-family: 'Raleway', sans-serif;
}
a{ color:#7A1A38;}
.clear {
	clear: both;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
dl {
	width: 240px;
	min-height: 90px;
	float: left;
	margin: 5px 10px;
}
dt {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	cursor: pointer;
}
dd label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	cursor: pointer;
}
dd {
	margin: 0;
	width: 205px;
}
dd input, select, textarea {
	width: 100%;
	height: auto;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.6;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
dd label input {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	border: none;
}
dd select {
    width: 221px;
    height: 43px;
    font-size: 13px;
    padding: 10px 10px;
}
dd textarea {
    width: 715px;
    height: 150px;
	font-family: 'Raleway', sans-serif;
	margin-top: 10px;
}
dd input[type="checkbox"] {
	width: 8px;
	height: 8px;
	margin: 5px;
	float: left;
}
dd span, #Divprovincia {
	margin: 7px 5px 5px 0;
	display: block;
}
dl .required input {
	border: #E12B61 solid 1px
}
dl .required textarea {
	border: #E12B61 solid 1px
}
dl .required select {
	border: #E12B61 solid 1px;
	float: left;
}
dl input.required, dl textarea.required, dl select.required {
	border: #E12B61 solid 1px;
}
dl #required {
	background: url(/vistas/images/tilde_required.png) no-repeat;
	display: block;
	height: 5px;
	width: 5px;
	float: right;
	margin-top: 5px;
}
dl .text_required {
	color: #E12B61;
	padding-left: 10px;
	background: url(/vistas/images/tilde_required.png) no-repeat;
	clear: both;
}
dd .interPhone, dd .prePhone {
	width: 20px;
}

#TresGMDivBtnAgregarPcia, #DivTresGMTxtCiudad{
	font-size:10px;}

#Divprovincia select {
	margin: 2px;
	border: #E12B61 solid 1px;
}
#Divciudad_ select {
	border: #E12B61 solid 1px;
}
dd .interDay {
	width: 102px;
}
dd .phone {
	width: 100px;
}
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 {

}
#DivProcesoInscripcion h3 {
	font-size: 18px;
	margin-bottom: 2px;
}
h4 span.blue {
	background: none;
	color: #003763;
}
h4 span.blue:hover {
	background: none;
	color: #003763;
}
dl input[type="button"], #DivPaso2 input[type="button"], #DivBotonPaso3 input[type="button"] {
	border: #F4F4F4 solid 1px;
	margin: 20px 7px;
	padding: 7px 14px;
	_padding: 7px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px #999;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Droid+Sans', 'Arial', sans-serif;
	background: #30305D;
	color: #FFF;
}
#button {
	padding-top: 25px;
}
.label-error {
	color: #600;
	font-size: 11px;
}
