* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body{
	text-align: center;
	}
form{
	color: #000080;
	margin: 0 auto;
	margin-top: 80px;
	width: 400px;
}
form fieldset {
	text-align:right;
	padding: 0px 10px 10px 10px;
	background-color: #f4f4f4;
}

#logo{
	margin: 10px 120px 10px 0;
}
#txtPwd{
	margin-right: 16px;
}

#divTextoRegistrarse{
	float:left;
	text-align: left;
}

#divTextoContra{
	float:right;;
	text-align: right;
}

.boton{
	margin-top: 10px;
	background-color: #000080;
	color: #ffffff;
	border-top: 2px solid #0000a0;
	border-left: 2px solid #0000a0;
	border-right: 2px solid #000060;
	border-bottom: 2px solid #000060;
}

.boton:hover{
	text-decoration: underline;
}

.aparecerReloj{
	margin-top: 5px;	
	visibility: visible;
}

.desaparecerReloj{
	visibility: hidden;
	margin:0 auto;
	height: 0px;
}