body { background:#fff; }

a { text-decoration:none; }

input.invalid{ border:1px solid red; }

footer{
	background:#666;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:10;
	box-shadow:-1px -2px 1px #aaa;
}

footer p{
	width:40%;
	color:#fff;
	font-size:15px;
	line-height:40px;
}

footer p.footer-address{
}

footer p.footer-iva{
	float:left;
	text-align:right;
}

footer p.footer-capsoc{
	float:right;
}
