html {background: #f2f2f2;}
body {margin: 0; padding: 0; font-family: Arial, sans-serif; color: #666;}
h1 {color: #222; font-size: 18px; font-weight: normal; text-align: center; margin: 0 0 20px 0;}
li {font-size: 18px;}
p {font-size: 12px;}
.wrapper {width: 280px;padding: 20px;margin: 0 auto;}
.escolha-estados {list-style: none;padding: 0;margin: 0;}
.escolha-estados li {
	margin: 0 0 20px 0;
	border: 1px solid #dedede;
	height: 92px;
	line-height: 92px;
	background: url(../images/esportes-landing-li-bg.png) repeat-x left center;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.2); 
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}
.escolha-estados li a {
	display: block;
	height: 100%;
	border: 1px solid #fff;
	color: #666;
	text-decoration: none;
	background: url(../images/esportes-landing-logos.png) no-repeat;
	-webkit-box-shadow: inset 0px -1px 4px 0px rgba(255,255,255,1);
	-moz-box-shadow:    inset 0px -1px 4px 0px rgba(255,255,255,1);
	box-shadow:         inset 0px -1px 4px 0px rgba(255,255,255,1); 
	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-o-transition:      all 0.5s ease;
	transition:         all 0.5s ease;
}
.escolha-estados li.estado-rs a {background-position: 65px 18px;}
.escolha-estados li.estado-sc a {background-position: 65px -120px;}
.escolha-estados li a:hover, .escolha-estados li a:active {
	-webkit-box-shadow: inset 0px -1px 8px 3px rgba(255,255,255,1);
	-moz-box-shadow:    inset 0px -1px 8px 3px rgba(255,255,255,1);
	box-shadow:         inset 0px -1px 8px 3px rgba(255,255,255,1);
}
.escolha-estados li span {float: left;padding: 0 15px;background: url(../images/esportes-landing-li-linha.png) no-repeat right center;}
.copyright {text-align: center; margin: 30px 0;}