@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #036;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	background-color: #FFF;
	text-align: center;
	margin: 0px;
}
.oneColFixCtrHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #container table tr td form fieldset {
	background-color: #69C;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #container table tr td form fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #69C;
	text-align: left;
}
.oneColFixCtrHdr #container table tr td form fieldset table tr td label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.TituloLabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
}







.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
	text-align: right;
}
.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #03F;
	text-align: center;
}
.Subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #03F;
	text-align: center;
}
.Pagotexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #666;
	text-align: left;
}

.Picture {
	text-align: center;
}
.Thumbnails {
	height: 120px;
	width: 110px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 25px;
}
.ThunbnailsBottom {
	height: 120px;
	width: 110px;
	margin-left: 50px;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 25px;
}
.Titulopatro {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #06C;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Patrocinadortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: left;
}
.Patrocinadortext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C90;
	text-align: right;
}
table#photos img {
	text-align: center;
	display: block;
	width: 200px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin: 5px;
	border: 1px solid #06C;
	height: 150px;
}
table#VacMenu {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #464647;
}
