@charset "utf-8";
body {
	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: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(assets/bkgFichaCandidatura.png);
	background-repeat: repeat-x;
}
#container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
}
fieldset {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	padding-left: 5px;
	border: 1px solid #D01A55;
	margin-top: 10px;
}
legend      {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #D01A55;
}
textarea {
	border: 1px dotted #666666;
}
select {
	border: 1px dotted #666666;
}


#header {
	background-color: #FFFFFF;
	background-image: url(imagens/logo.JPG);
	background-position: center top;
	height: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #C31D4D;
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 140px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: bold;
	font-style: normal;
	color: #C61D46;
	text-align: center;
}
#mainContent {
	padding: 0 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
}
#footer {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#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 */
}
input {
	padding: 1px;
	margin-bottom: 4px;
	border: 1px dotted #999999;
}
.linha {
	border: 1px solid #FF9900;
}
#mainContent2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#container2 {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #333333;
	padding: 10px;
}
#container2 p {

}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
#container2 ul {
	margin-left: 20px;
	margin-right: 20px;
}
#container2 table {
	text-align: left;
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #990000;
}

