/* Cosmi WEB */
html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	color: #000000;
}
img{
	border: 0;
}

div#container{
	margin: 0 auto;
	width: 357px;
	height: 500px;
	line-height: 16px;
}

div.separator{
	height: 200px;
	width: 200px;
}

img.contact{
	position: absolute;
	left: 0;
	top: 0;
	outline: 0;
}

h3, h2{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	color: #aaaaaa;
	text-align: center;
}

h2{
	font-size: 0.9em;
	color: #cccccc;
}

/* Tool Tip */
.tool-tip {
	color: #ffffff;
	width: 143px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #09ba00;
	padding: 8px 8px 6px;
	background: #000000 url('images/top.gif') no-repeat top left;
}
 
.tool-text {
	font-size: 10px;
	padding: 4px 8px 8px;
	color: #dedede;
	background: #2b2b2b url('images/bottom.gif') no-repeat bottom left;
	line-height: 15px;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.benfica .tool-title{
	color: red;
}