*{padding:0;margin:0;border:0;}

body
{
	background: #fff;
	color: #282931;
	background: #fff;
	font-family: "Verdana", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 200px;
}


a		{ color: #37425f; }
a:link		{ color: blue; text-decoration:none}
a:visited	{ color: blue; text-decoration:none}
a:hover		{ color: black; text-decoration: underline}

h1 { font-size: 20pt; font-weight: normal; }
h2 { font-size: 16pt; font-weight: normal; }
h3 { font-size: 14pt; font-weight: normal; }
h4 { font-size: 12pt; font-weight: normal; }
h5 { font-size: 10pt; font-weight: bold; }
h6 { font-size: 8t; font-weight: normal; }


h1,h2,h3,h4 {
	margin-top: 0px;
	margin-bottom: 3pt;		
	padding-top: 0pt;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}


/* Header stuff */

/*
.header img
{
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}

.header h1
{
	position: absolute;
	font-variant: small-caps;
	font-size: 16pt;
	left: 200px; 
	top: 3px;
}
*/


/* Where the information of the page goes - Just Positioning*/

.cabecalho
{
        position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 760px;
	padding: 0px 10px 0px 0px;

	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.menu
{
	position: absolute;
	top: 90px;
	left: 0px;
        bottom: 0px;
	width: 180px;
	height: 0px;
	padding: 10px 0px 200px 10px;
	margin-top: 1px;

	font-size: 10pt;
	line-height: 15pt;
	border-right: 1px solid #000000;
}

.conteudo
{
	position: absolute;
	top: 90px;
	left: 180px;
	width: 560px;
	margin-left: 20px;
	padding: 10px 10px 200px 0px;
	margin-top: 1px;
	text-align: justify;

	line-height: 15pt;
	border-right: 1px solid #000000;
}


.cabecalho h1
{
	position: absolute;
	font-size: 16pt;
	left: 200px; 
	top: 3px;
}

.lingua
{
	position: absolute;
	font-size: 8pt;
	right: 3px;
	bottom: 5px;
}

.agenda
{
	width: 100%;
	border:  inset #000000 1px;
}

.day
{
	background-color: #c0c0c0;
}

.time
{
        text-align: center;
        color: black;
        font-weight: bold;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        padding: 4px;
        width: 35px;
        font-size: 10pt;
}

.tasks
{
        padding: 3px;
        border-bottom: 1px solid #000;
        font-size: 10pt;
        vertical-align: top;
}
				

/*
.main
{
	position: absolute;
	top: 90px;
	left: 0px;
	width: 740px;
	margin-left: 20px;
	padding: 10px 10px 200px 0px;
	margin-top: 1px;
	text-align: justify;
	border-right: 1px solid #000;
}

.featureimage
{
	position: absolute;
	top: 100px;
	left: 515px;
	height: 100%;
}

.feature {
	line-height: 15pt;
	padding: 10px 10px;
	width: 300px;

}

.content ul
{
	list-style-position: inside;
	list-style-type: square;
	padding-bottom: 10pt;
}

.hotelpricetable
{
	border: 1px solid #c0c0c0;
	font-size: 10pt;
	width: 80%;
}

.hotelpricetable td
{
	border-bottom: 1px solid #000000;
}

.creditos 
{
	padding: 10px 10px;
}

.creditos td
{
	border: 1px solid #000000;
	padding: 1px 1px;
	font-size: 8pt;
	text-align:center;
	vertical-align: top;
	width: 100px;
}

.creditos img
{
	margin-bottom: 8px;
	margin-top: 8px;
}

.news 
{
	font-size: 14pt;
	line-height: 18pt;
	padding: 10px 10px;
}

.news ul
{
	list-style-position: inside;
	list-style-type: square;
	line-height: 15pt;
}
.news a
{
	font-size: 10pt;
}

.news li 
{
	font-size: 8pt;
}
*/

/* Menu Style and Positioning */
/*
.menunew {
	font-size: 8pt;
	color: red;
}

.menu img {
	padding: 2px;
	border: 1px outset #000000;
	text-align:center;
}

.menu hr {
	border: 1px outset #000000;
	width: 170px;
}

.menu p {
	font-size: 8pt;
	line-height: 12pt;
	border: 1px outset #000000;
	width: 160px;
	padding: 2px;
	text-align:center;
}
*/


/*
.menu a		{ text-decoration: underline; }
.menu a:link	{ text-decoration: underline; }
.menu a:visited	{ text-decoration: underline; }
.menu a:hover 	{ text-decoration: underline; }
*/

