body {
	/* Fondo */
	
	background-image: url('../images/Municipalidad_de_Campana.jpg');
	background-position: top;
	/*
	background-attachment: fixed;
 
	background-repeat: repeat-x;
	margin:0px;padding:0px; */
}

#disable_background_div {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.7;
	z-index: 1;
}

#disable_background_div_2 {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.7;
	z-index: 1;
}

#loading_card {
	position: fixed;
	top: 10%;
	/* Para centrar un div absoluto necesito setear en 0px left y right, darle un width y margin:auto*/
	left:0px;
	right:0px;
	margin: auto;
	width:80%;
	z-index: 2;
	display: none;
	/* background-color:red; */
}

#ingreso_manual_card {
	
	position: fixed;
	top: 5%;
	/* Para centrar un div absoluto necesito setear en 0px left y right, darle un width y margin:auto*/
	left:0px;
	right:0px;
	margin: auto;
	z-index: 2;
	display: none;
	/* background-color:red; */
	
}

#busqueda_remito_card {
	
	position: fixed;
	top: 5%;
	/* Para centrar un div absoluto necesito setear en 0px left y right, darle un width y margin:auto*/
	left:0px;
	right:0px;
	margin: auto;
	z-index: 2;
	display: none;
	/* background-color:red; */
	
}





/* Retoques a Materialize */

i.icon-purple {
    color: red;
}


#login_usuario:focus {
	
	border-bottom: 1px solid #6a1b9a;
	box-shadow: 0 1px 0 0 #6a1b9a;
	
}

#login_password:focus {
	
	border-bottom: 1px solid #6a1b9a;
	box-shadow: 0 1px 0 0 #6a1b9a;
	
}


#inicio_sesion_button:focus{ 
  background-color: #5384ca;
}