html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #FFF url('./login/img/bg.jpg') top center fixed no-repeat;
	font-family:12px Tahoma,sans-serif;
	padding-bottom: 1px; /* force scrollbars */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
}

.titulo {
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:8px;
	font-size:20px;
	font-family:Georgia;
	color:#CCCCCC
}

.txt {
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	font-size:12px;
	font-family:Georgia;
	color:#FFFFFF;
	text-align:justify;
}

/**************** BTN INGRESAR ****************/
#btn {
  display: block;
  width: 150px;
  height: 26px;
  background: url("./login/img/ingresar.jpg") no-repeat 0 0;
}

#btn:hover { 
  background-position: 0 -26px;
}

#btn span {
  position: absolute;
  top: -999em;
}

/**************** BTN INGRESAR ****************/
