/* CSS Document */
td
{
	vertical-align:top;
}
h1, h2, h3, h4, h5, h6, h7
{
	display:block;
	margin:0px;
	padding:0px;
}
h1
{
	font-size:larger;
}
h2
{
	font-size:large;
}
h3
{
	font-size:medium;
}
h4
{
	font-size:small;
}
h5
{
	font-size:smaller;
}

a
{
	color:#993300;
}

a:hover
{
	color:#000000;
}

.structure
{
	position:absolute;
	margin:0px;
	padding:0px;
}

/*|| título no topo ||*/
#structTitle
{
	left:80px;
	top:12px;
}
/*|| calendario ||*/
#structCalendar
{
	left:10px;
	top:10px;
	width:60px;
	height:70px;
	background-color:#000000;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#structCalendar #calMONTH
{
	margin: 6px 0px 0px 0px;
}
#structCalendar #calDAY
{}
#structCalendar #calYEAR
{}

/*|| Main Content ||*/

#structMainContent
{
	width:960px;
	top:272px;
	left:10px;
	display:table;
}
#structMainContent .mcTR
{
	display:table-row;
}
#structMainContent .mcTD
{
	display:table-cell;
}
#McColLFT
{
	width:160px;
}
#McColCNT
{
}
#McColRGT
{
	width:260px;
	border-left:1px solid #000000;
}


/*|| webdoor ||*/
#structWebdoor
{
	width:830px;
	height:190px;
	top:80px;
	left:10px;
}
#WebdoorImage
{
	width:830px;
	height:190px;
	border:1px solid #000000;
}

#structMarcal
{
	width:123px;
	height:190px;
	top:80px;
	left:850px;
}

#structMenu
{
}
#structMenu ul, #structMenu li
{
	margin:0px;
	padding:0px;
	display:block;
}
#structMenu li a
{
	margin:0px;
	padding: 4px 8px 4px 20px;
	display:block;
	background-color:#CC9900;
	background-image:url(../images/lft_menu_bullet.gif);
	background-repeat:no-repeat;
	background-position: 8px 8px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
}
#structMenu li a:hover
{
	background-color:#936F00;
	color:#FFFFFF;
}
#PageTitle
{
	font-size:20px;
	color:#333333;
}