#login h1 a {
	background-image:url(logo.png) !important;
	background-position: center top;
	background-repeat: no-repeat;
	width: 303px!important;
    height: 66px!important;
    background-size: 303px 66px !important;
}
input#wp-submit {
	background-color: #003957;
	border-color: #003957;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #003957;
	width: 100%;
	height: 3.4em;
	margin: 1em 0;
	border-bottom: 4px outset #003957cc;
	font-size: 14px;
	color: #FFF;
	float:right;
}
input#wp-submit:active {border-bottom: 1px outset rgba(205,184,94,0.65);}
.login #backtoblog a, .login #nav a  {
	color: #fff;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover, .privacy-policy-link {
	color: #79B1C8;
}
body {
	background-color: #dedede;
	background: url('fondo.jpg') no-repeat;
	background-size: cover;
}