/*************************************************************************************
	ESTILOS PARA EL LOGIN DE LA APLICACION
*************************************************************************************/
@font-face {
    font-family: 'quicksandregular';
    src: url('quicksand/quicksand-regular-webfont.eot');
    src: url('quicksand/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand/quicksand-regular-webfont.woff2') format('woff2'),
         url('quicksand/quicksand-regular-webfont.woff') format('woff'),
         url('quicksand/quicksand-regular-webfont.ttf') format('truetype'),
         url('quicksand/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	padding-top: 100px;
}
#img_fondo_login {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_contenedor {
	width: 300px;
	height: 260px;
	margin: auto;
	border-radius: 5px;
	background-color: #ffffff;
	opacity: 0.7;
}
.l_titulo1 {
	padding: 15px 0 3px 0;
	font-family: 'quicksandregular';
	font-size: 29px;
	color: #004E65;
	text-align: center;
	font-weight: bold;
	letter-spacing: -4px;
}
.l_titulo2 {
	padding: 3px 0 5px 5px;
	margin-bottom: 50px;
	font-family: Arial;
	font-size: 24px;
	color: #004E65;
	text-align: center;
	font-weight: normal;
	letter-spacing: 5px;
}
.l_campos_formulario {
	margin: 20px 10px 0 10px;
	text-align: center;
}
.l_campos_formulario input {
	width: 80%;
	padding: 3px 5px 3px 5px;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	border: 0;
	border-bottom: 1px solid silver;
}
.l_boton_formulario {
	width: 80%;
	padding: 3px 0;
	margin: 20px auto;
	text-align: center;
	border-radius: 3px;
	background-color: #043B84;
	cursor: pointer;
}
.l_boton_formulario input {
	border: 0;
	background-color: transparent;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.l_boton_formulario input:hover {
	color: orange;
}
