﻿/* ----- BASIC ELEMENTS AND FONTS ----- */

html, body {
	color: #001;
	font-size: 12px;
	font-family:'Berlin Sans FB';
	/* background:  url('../Fundos/tavira.gif') repeat-x; */
	margin:0;
	padding:0;
	/* height:100%;*/
}

a {
	text-decoration: none;
	color:#ffd502;
	width: auto;
	right: auto;
}

a img{
	border: none;
}

#content  {
   width: 800px;
	height:75px;
	text-align: justify;
	float: left;
	margin:0px 0px 0px 0px;
/*  	background: url(../Fundos/azula.jpg) 10px 0px repeat-y !important;
	background: url(../Fundos/azula.jpg) 10px 0px repeat-y; */
}

.content_box {
	width: 40px;
	height: 70px;
	margin:0px 0px 0px -10px;
	float: left;
	text-align: center;
}

.content_box_large {
	width: 80px;
	height: 80px;
	margin: 0px -5px 0px 0px;
	float: left;
}

.content_box_photo {
	width: 42px;
	height: 80px;
	margin: 5px 0px 0px 5px;
	float: left;
}

/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	cursor: default;
	/*margin:0px 0px 0px 0px;*/
	list-style: none;
	height: 80px;
	margin:1px 0px 0px 1px;
}

.hoverbox a
{
	cursor: hand;
}

.hoverbox a .preview
{
	display: none;
}


.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 1;
}

.hoverbox img
{
	
	color: inherit;
	vertical-align: top;
	width: 80px;
	height: 50px;
/*  background: #fff;	
    width: 40px;
	height: 30px;   */
	margin: 1px 0px 1px 0px;
	padding: 0px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 120px;
	height: 75px;
}


.hoverbox1
{
	cursor: default;
	margin:0px 10px 0px 5px;
	list-style: none;
	height: 70px;
}

.hoverbox1 a .preview
{
	display: none;
}

.hoverbox1 a:hover .preview
{
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 1;
}

.hoverbox1 img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 180px;
	height: 75px;
	margin: 2px;
	padding: 2px;
}

.hoverbox1 li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox1 .preview
{
	border-color: #000;
	width: 180px;
	height: 100px;
}

.hoverbox2
{
	cursor: default;
	margin:0px 10px 0px 5px;
	list-style: none;
	height: 80px;
}

.hoverbox2 a .preview
{
	display: none;
}

.hoverbox2 a:hover .preview
{
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 1;
}

.hoverbox2 img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 75px;
	height: 75px;
	margin: 2px;
	padding: 2px;
}

.hoverbox2 li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox2 .preview
{
	border-color: #000;
	width: 100px;
	height: 100px;
}