/* CSS Document */
body {
	font-size: 0.8rem !important;
	/* letter-spacing: 0.5px; */
	color: #333;
	font-family: 'Lato', arial, serif;
}
html {
	overflow-y:scroll;
}
a {
	text-decoration: none;
	color:  #00C;
}
a:hover {
   color: #F00;
}

select,button,input,textarea
{
font-size: 0.8rem !important;
}

.form-label {
    margin-top: 0.2rem !important;
    margin-bottom: 0rem !important;
}

table.dataTable td {
  padding: 3px 3px 3px 3px !important;
}

#flotante{
	z-index: 10001;
    border: 5px solid #2E28A9;
	top: 61.75px;
	left: 239.5px;
	position: fixed;
	width: 500px;
	max-height: 682px;
	background-color: #fff;
	border-radius: 4px;
	padding-bottom: 20px;
}
#head_login{
	background-color: #9CC;
	margin-bottom: 20px;
	padding: 10px;
	text-align: right;
}
#section_login {
	background: #FFF;
}
