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

/* -------------------->>> FORMULARIO <<<---------------------*/
form{
	float:left;
	width:750px;
	margin:0;
}

form li{
	margin-bottom:2px;
	list-style:none;
}

legend{
	display:none;
}

fieldset{
	border:none;
}

label{
	display:block;
	clear:both;
	width:41em;
	padding:.4em 0;
}

input, textarea, select{
	width:400px;
	padding:.4em .6em;
	color:#00728a;
	background:#fff;
	border:1px solid #7c121d;
}

textarea{
	height:10em;
}

select{
	width:37em;
}

option{
	width:36em;
	margin:.2em 0;
	
}

input:focus, textarea:focus, select:focus{
	color:#7c121d;
	background:#fff;
}

.obligatorio{
	margin-left:3em;
}

.checkbox{
	width:2em;
	background:none;
	
}
.privacidad{
	width:59em;
	margin-top:1em;
	text-align:justify;
	font-size:.7em;
	line-height:1.4em;
}

.boton{
	width:auto;
	margin-top:5px;
margin-left:20px;
margin-bottom:10px;
	padding:3px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	background:#7c121d;
	border:none;
	cursor:pointer;

}
.boton_comprar{
	width:415px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:10px;
	padding: 0.4em 0.6em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	background:#7c121d;
	border:none;
	cursor:pointer;
    border-radius: 3px 3px 3px 3px;
}
.color_rojo{
	color:#6b0e0e;
}

.oculto{
	display:none;
}

/* ---------- Validacionn ----------*/
#col_1 #texto_interior_distri p.error{
	width:34em;
	padding:.4em .2em;
	background:#7c121d;
	color:#fff;
	margin-left:0;
	clear:both;
	float:none;
}

input.error, textarea.error, option.error{
	clear:both;
	width:400px;
	padding:.4em .6em;
	color:#7c121d;
	background:#fff;
	border:1px solid #7c121d;
}

input.error:focus, textarea.error:focus{
	color:#fff;
	background:#7c121d;
}

.checkbox.error{
	width:2em;
	background:none;
}

.privacidad label.error{
	margin-bottom:.8em;
	
}

#acepto, #informacion_legal{
	width:20px;
	border: none;
}

#informacion_legal_div{
	display: none;	
	width: 540px;
	height: 380px;
	padding: 0 20px;
}

#col_1 #texto_interior_distri #informacion_legal_div p{
	width: 540px;
	height:auto;
}
