h4 {
	font-size: 14px;
	width: 320px;
	border-bottom: 1px solid #111;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #111;
}

#pasos_checkout h3 {
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #d1d1d1;
	padding: 5px;
	cursor: pointer;
	margin: 0px;
	background-color: #f0f0f0;
}

#pasos_checkout span.paso_numero {
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #666;
	color: white;
}

#pasos_checkout a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 5px;
	margin: 0px;
	color: #666;
}

#pasos_checkout a:hover {
	text-decoration: none;
}

#pasos_checkout .paso_cuerpo {
	background: white;
	border: 1px solid #ccc;
	border-top: none;
	padding: 5px;
	padding-left: 15px;
	margin: 0px;
}

#pasos_checkout .paso_cuerpo_noPadding {
	border: 1px solid #efcad4;
	border-top: none;
	margin: 0px;
}

span.tit_input {
	font-weight: bold;
	color: Gray;
}

span.ast_input {
	color: Red;
}

input.forms_checkout_btn {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 3px;
	width: 120px;
	color: white;
	border: 1px solid #48b1c3;
	background: #48b1c3;
	border-radius: 5px;
	cursor: pointer;
}

input.forms_checkout_btn:hover {
    color: #fff;
    background-color: #FFAB5A;
    text-shadow: 1px 1px 1px #424242;
    border: 1px solid #bc6c08;
}

input.forms_checkout_btn2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 3px;
	width: 120px;
	color: #333;
	border: 1px solid Silver;
	background: #e3e3e3;
	border-radius: 5px;
	cursor: pointer;
}

input.forms_checkout_btn2:hover {
	background: #777;
	color: White;
}

label.error { font-family: Arial; font-size: 10px; color: red; display: block; }

input.formulario_checkout:focus { border: 1px dotted black; }
input.formulario_checkout_libre:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
select:focus { border: 1px dotted black; }
select.error { border: 1px dotted red; }
span.error { color: red; font-weight: bold; }

div.lateral_checkout_tit {
	font-weight: bold;
	border: 1px solid Silver;
	width: 208px;
	padding: 5px;
	margin-bottom: 2px;
	background: #e3e3e3;
}

div.lateral_checkout_box {
	border: 1px solid Silver;
	width: 208px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 2px;
	background: #f3f3f3;
}