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

body{
	font-family: 'Ruluko';
	font-style: normal;
	background: url(../img/back.png) no-repeat fixed center;
	background-size: cover;
}

input[type="text"],
select,
input[type="submit"]{	
	padding: 5px;
	border: 1px solid #C0BEBE;
	background: #fff;
	 z-index: 11;
}

fieldset,
select,
input[type="submit"] {
	
	text-align: left;
	color: #979797;
	font-size: 14px;
	 z-index: 11;
}
label{
	font-weight:bold;
	width: 150px;
	display: inline-block;
	 z-index: 11;
}
#div_form{
/*	border:1px solid #ccc; */
/*	box-shadow: 2px 2px 20px #838080; */
	padding: 15px;
	background:transparent;
	position: relative;
  	z-index: 10;

}
#msgs{
	z-index: 10;
	position: absolute;
}

input#continuar{
		background: url(../img/b_continuar.png);
	height: 45px;
	width: 173px;
	cursor: pointer;
	border: none;
}
input#descarga{
	border: none;
	background: url(../img/boton.png);
	height: 173px;
	width: 189px;
	cursor: pointer;
	box-shadow:none;
}
#div_des{
/*	border:1px solid #ccc; */
	/*box-shadow: 2px 2px 20px #838080; */
	padding: 15px;
	background:transparent;
	position: relative;
  	z-index: 10;

}
fieldset {
	margin-bottom: 15px;
}