/* basic elements */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:justify;
	color: #000000;	
	margin:0px 0px 0px 0px ;
	width:100%;
	height:100%;
}

div#mainBody { 
	margin:0px auto;
	width:100%;
}

div#mainContainer { 
	position:relative;
	margin:0px auto;
	width:786px;
}

div#leftShad { 
	position:relative;
	width:12px;
	height:350px;
	background-image:url(../images/leftShad.jpg);
	background-repeat:no-repeat;
	float:left;
}
div#rightShad { 
	position:relative;
	width:12px;
	height:350px;
	background-image:url(../images/rightShad.jpg);
	background-repeat:no-repeat;
	float:left;
}

div#contentContainer { 
	position:relative;
	top:0px;
	width:762px;
	background-image:url(../images/fondoContent.jpg);
	background-repeat:repeat-y;
	background-position:center;
	float:left;
}

div#topMenu { 
	position:relative;
	height:175px;
	text-align:center;
	top:0px;
	z-index:2 !important;
	z-index:1;
}

div#flag { 
	text-align:left;
	font-weight:bold;
	padding:10px 0px 5px 0px;
}

div#content{
	position:relative;
	width:690px;
	top:-70px;
	margin:0px auto;
	z-index:1 !important;
	z-index:0;
}

div#contentFooter{
	position:relative;
	float:left;
	width:100%;
	height:22px;
	background-image:url(../images/contentFooter.jpg);
	background-repeat:no-repeat;
}

div#footer{
	position:relative;
	width:100%;
	height:60px;
	text-align:center;
	top:10px !important;
	top:10px;
}

div#floatingCalendar{
	text-align:center;
	width:100%;
	position: absolute;
	top:100px;
	z-index:500;
}

.hidden{
	visibility:hidden;
	display:none;
}
.visible{
	visibility:visible;
	display:block;
}