@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 956px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/ppp.png);
	background-repeat: no-repeat;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding: 5px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #footer {
	background:#DDDDDD;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	margin: 4px;
	padding: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	margin: 4px;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: x-small;
	line-height: 0px;
}.thrColFixHdr #header1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CC00CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
} .thrColFixHdr #caixatitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-image: url(../images/menup.png);
}
.thrColFixHdr #caixalateral {
	width: 190px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	margin: 4px;
	border: 1px none #999999;
	position: relative;
}
.thrColFixHdr #caixacentral {
	height: auto;
	width: 480px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	margin: 4px;
	border: 1px none #999999;
	background-position: center center;
}.thrColFixHdr #mainContent1 {
	margin-top: 4;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.thrColFixHdr #caixacentral1 {
	background-color: #FFFFFF;
	height: auto;
	width: 680px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	margin: 4px;
	border: 1px ridge #999999;
}
.thrColFixHdr #bottom {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #CC99FF;
}
.thrColFixHdr #caixacentral2 {
	background-color: #FFFFFF;
	height: auto;
	width: 680px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	padding: 5px;
	margin: 4px;
	border: 1px ridge #999999;
}
.thrColFixHdr #caixaconteudo {
	background-color: #FFFFFF;
	height: auto;
	width: 98%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding: 3px;
	margin: 2px;
	border: 1px ridge #999999;
	position: relative;
}
.thrColFixHdr #caixafotos {
	background-color: #FFFFFF;
	height: 590px;
	width: 250px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding: 1px;
	margin: 1px;
	border: 1px ridge #999999;
	overflow: scroll;
	float: left;
}
.thrColFixHdr #verfoto {
	background-color: #FFFFFF;
	height: 590px;
	width: 690px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding: 1px;
	margin: 1px;
	border: 1px ridge #999999;
	float: right;
}
.thrColFixHdr #caixaconteudo1 {
	background-color: #FFFFFF;
	height: auto;
	width: 470px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding: 5px;
	margin: 4px;
	border: 1px ridge #999999;
}
.thrColFixHdr #mainContentlogin {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 230;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr #mostracalendario {
	background-color: #CC66CC;
	height: auto;
	width: 98%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding: 3px;
	margin: 3px;
	border: 1px ridge #999999;
	position: relative;
	float: left;
}
.thrColFixHdr #caixaconteudo2 {
	background-color: #FFFFFF;
	height: auto;
	width: 670px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding: 5px;
	margin: 4px;
	border: 1px ridge #999999;
}
.thrColFixHdr #verbooking {
	background-color: #FFFFFF;
	height: auto;
	width: 690px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding: 5px;
	margin: 4px;
	border: 1px ridge #999999;
}
.thrColFixHdr #caixaconteudo3 {
	background-color: #FFFFFF;
	height: auto;
	width: 650px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding: 3px;
	margin: 2px;
	border: 1px ridge #999999;
}
.thrColFixHdr #caixaconteudo4 {
	background-color: #FFFFFF;
	height: auto;
	width: 98%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding: 3px;
	margin: 2px;
	border: 1px ridge #999999;
	position: relative;
	float: left;
}
