@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1;}
}

body {
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
	background-color:#e1e1e1;
	margin:0;
	padding:0;
}

img {
	border:none;
}

#container {
	background-color:#fff;
	width:960px;
	margin:auto;
}

#menuSuperior {
	width: 960px;
	box-sizing: border-box;
	margin: 0 auto -20px auto;
	text-align: right;
	padding:15px 4px 0 4px;
	font-size:12px;
}

a:link {
	color:#333;
	text-decoration:none;
}

a:active {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#777;
	text-decoration:underline;
}

a:visited {
	color:#000;
	text-decoration:none;
}


#header {
	clear:both;
	background: url(../content/bg_header.png) repeat-x;
	margin: auto;
	width: 960px;
	height: 111px;
	padding: 0;
}

#content {
	width: 960px;
	box-sizing: border-box;
	margin: 20px auto;
}

#destaqueEsq {
	float:left;
	margin:10px 50px 10px 70px;
	width:350px;
	animation-name: fadeIn;
	animation-duration: 4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#destaqueEsq img {
	width:100%;
}

#destaqueDir {
	float:right;
	margin:10px 20px 10px 100px;
	width:350px;
	animation-name: fadeIn;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#destaqueDir img {
	display:block;
	width:60%;
	margin:0 0 10px 35px;
}

#destaqueDir img.tagCloud {
	width:85%;
	margin:40px 0 10px 0;
}

#destaqueDir > #e_tudo_de_graca {
	padding: 0;
	margin: -5px 0 0 115px;
	height: 54px;
	line-height: 54px;
	width: 162px;
	background: url(../content/bg_detalhe.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

h2 {
	display:block;
	clear:both;
	width:450px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#5c5b56;
	margin:auto;
	padding-top:5px;
}

#box {
	width: 448px;
	height: 273px;
	margin: 20px 10px;
	padding: 0;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	letter-spacing:-0.5px;
	line-height:17px;
}

ul {
	display:block;
	clear:both;
	font-size:20px;
	font-weight:bold;
	margin: 60px 0 0 55px;
	list-style-type:none;
	line-height:33px;
	letter-spacing:-0.5px;
}

#box.esq {
	background: url(../content/bg_box_zl_home.png) no-repeat;
	float: left;
}

#box.esq h1 {
	float:right;
	padding-right:87px;
	padding-top:6px;
	color:#e10d7b;
}

#box.esq ul {
	color:#fdcc0a;
	margin: 65px 0 0 55px;
}

#box.esq a:link {
	color:#fdcc0a;
}

#box.esq a:active {
	color:#fdcc0a;
}

#box.esq a:hover {
	color:#fdcc0a;
}

#box.esq a:visited {
	color:#fdcc0a;
}

#box.esq h1 a:link {
	color:#e10d7b;
}

#box.esq h1 a:active {
	color:#e10d7b;
}

#box.esq h1 a:hover {
	color:#e10d7b;
}

#box.esq h1 a:visited {
	color:#e10d7b;
}

#box.dir {
	background: url(../content/bg_box_zns_home.png) no-repeat;
	float:right;
}

#box.dir h1 {
	float:left;
	padding-left:50px;
	color:#6b389c;

}

#box.dir ul {
	color:#9ef000;
	margin: 65px 0 0 0;
    line-height:28px;
}

#box.dir a:link {
	color:#9ef000;
}

#box.dir a:active {
	color:#9ef000;
}

#box.dir a:hover {
	color:#9ef000;
}

#box.dir a:visited {
	color:#9ef000;
}

#box.dir h1 a:link {
	color:#6b389c;
}

#box.dir h1 a:active {
	color:#6b389c;
}

#box.dir h1 a:hover {
	color:#6b389c;
}

#box.dir h1 a:visited {
	color:#6b389c;
}


#footer {
	clear:both;
	background: #ffcc33;
	margin: 20px auto auto auto;
	width: 960px;
	height: 100px;
	padding: 0;
}
