/* Enlaces de Navegacion */
.login #nav a {
	color: #D41C24 !important;
}
	
	.login #nav a:active, .login #nav a:focus {
		color: #4C4C4C !important;
	}
	
	.login #nav a:hover {
		color: #4C4C4C !important;
	}

/* Logotipo Superior */
#login H1 A {
	width: auto; height: 64px;
	background: #d41c24 url(../css/logo-vdnv-login.png) no-repeat 50% 50%;
	
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
