html, body, iframe, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000;
}
li {
	list-style: none;
}
object, iframe, img {
	outline: none;
	border: none;
}
iframe {
	overflow: hidden;
}
i, .hidden {
	display: none;
}
table {
	border: none;
	border-collapse: collapse;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
/*STRUCTURE*/
#especialContainer {
	width: 797px;
	height: 526px;
	position: relative;
	background-color: #fff;
}
#especialHeader {
	height: 50px;
	position: relative;
	background-color: #fff;	
}
#especialHeader h1 {
	position: absolute;
	top: 10px;
	color: #052c4c;
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
#especialContent {
	width: 797px;
	height: 446px;
	position: relative;
	background-image: url(../img/bg_especialContent.png);
}
#especialContent .spots ul {
	position: relative;
}
#especialContent .spots li {
	width: 70px;
	height: 70px;
	position: absolute;
	cursor:pointer;
}
#especialFooter {
	height: 30px;
	text-align: right;
	line-height: 30px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	border-top: 1px solid #ccc;
}
