
/* reglas CSS para formulario */
.form-consulta {
	margin-left:auto;
	margin-right:auto;
	max-width: 800px;
	 background: white; 
	 padding: 25px;
	 font-family: 'Source Sans Pro', sans-serif;
	 box-shadow: 2px 2px 6px black;
	}
.dni-form {
	width:20%; 
	height:36px;
    margin: 2px 20px 30px;
    padding-left:6px;
    box-sizing: border-box; 
    border-radius:3px; 
    border:0; font-family: 'Source Sans Pro', sans-serif; 
    font-size:1em;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
}


.campo-form {
	width:60%; 
	height:36px; 
	margin:2px 0 6px; 
	padding-left:6px; 
	box-sizing: border-box; 
	border-radius:3px; 
	border:0; font-family: 'Source Sans Pro', sans-serif; 
	font-size:1em;
	border-bottom: 1px solid #9e9e9e;
	outline: none;
}

.mitad-form {
	width:39%; 
	height:36px;
    margin: 2px 20px 0px;
    padding-left:6px;
    box-sizing: border-box; 
    border-radius:3px; 
    border:0; font-family: 'Source Sans Pro', sans-serif; 
    font-size:1em;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
}
.detalle-form {
	width:100%; 
	height:36px; 
	margin:2px 0 6px; 
	padding-left:6px; 
	box-sizing: border-box; 
	border-radius:3px; 
	border:0; font-family: 'Source Sans Pro', sans-serif; 
	font-size:1em;
	border-bottom: 1px solid #9e9e9e;
	outline: none;
}

label span {
	/*color: #f00;*/
	color: silver;
}
textarea {min-height: 100px!important;}
.btn-form {display: inline-block; border:0; background: #000; height: 46px; line-height: 46px; padding: 0 20px; border-radius: 6px; color:#fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px}
.btn-form:hover {background: #444}
.muni{ margin-left: auto;margin-right: auto;border: 10px;
}
.left-align{
box-sizing:content-box;
color:rgb(0, 0, 0);
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:300;
height:10px;

}
.text1{
	font-family: kerning; ;
	margin-top: -95px;
	margin-bottom: 30px;
	/*border: solid 3px red;*/
	width: 600px;
	height: 30px;
	font-size: 35px;
	color: #2d074e;
}
.datos-muni{
	margin-top: -15px;
	font-family:  kerning;
	font-size: 19px;
}


.text_entrada{
	color:#000000;
font-family:Tahoma;
font-size:54px;
}
/*.listado{
	background-color: silver;
	border: 5px solid red ;
	width: 800px;
	height: auto;
    box-shadow: 2px 20px 86px black;
}*/