@charset "utf-8";
/* CSS Document */

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: #000;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.parto #container {
	width: 1024px;  /* 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: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-decoration: none;
}
.parto #header {
	height: 350px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 300px;
	background-color: #FFF;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-top-width: 25px;
	border-right-width: 25px;
	border-left-width: 25px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
}
.parto #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 */
}
.parto #mainContent {
	background-color: #a4d6ef;
	height: 270px;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-right-width: 25px;
	border-bottom-width: 25px;
	border-left-width: 25px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-decoration: none;
	padding-left: 190px;
	padding-top: 60px;
}
.parto #container #mainContent div {
	padding-left: 250px;
}
.parto #mainContent a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.principal #header {
	height: 180px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 350px;
	background-color: #A4D6EF;
	padding-top: 40px;
	background-image: url(imagens/header2.jpg);
	background-repeat: no-repeat;
} 
.principal #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 */
}
.principal #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(imagens/gravida.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Myriad Pro", Tahoma, "Times New Roman", Verdana;
	font-size: 15px;
} 
.principal #container #mainContent h1 {
	font-family: "Segoe Script", Arial, Tahoma;
	font-size: 24px;
	background-image: url(imagens/ponto.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	text-transform: capitalize;
}


.principal #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	padding-top: 15px;
	background-color: #FFF;
	margin-left: 50px;
	margin-top: 15px;
	height: auto;
}
.principal #mainContent {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-left: 275px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 25px;
	border-left-width: 25px;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A4D6EF;
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
} 
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: 1px;
    line-height: 0px;
}

a:link {
	text-decoration: none;
	color: #000;
	font-family: "Segoe Script", Tahoma, sans-serif, "Times New Roman";
}
#Newsletter p a img {
	border: 1px solid #000;
	margin-right: 15px;
}


a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #000;
	font-weight: bold;

}
a:active {
	text-decoration: none;
}
p {
	font-family: "Myriad Pro", Tahoma, "Times New Roman", Verdana;
	font-size: 15px;
	line-height: 20px;
	color: #000;
}

.principal #container #sidebar1 div {
	background-image: url(imagens/botao2.jpg);
	height: 45px;
	background-repeat: no-repeat;
	font-family: "Segoe Script", Tahoma, sans-serif, "Times New Roman";
	font-size: 18px;
	text-transform: capitalize;
	padding-left: 7px;
	color: #000;
	padding-top: 2px;
}
#azul {
	background-color: #a4d6ef;
	width: 470px;
	font-family: "Myriad Pro", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
}
#container #mainContent h3 {
	text-decoration: underline;
	font-family: "Myriad Pro", Tahoma, "Times New Roman", Verdana;
	font-size: 17px;
}
#lucia {
	float: right;
	margin-left: 15px;
	margin-right: 5px;
	font-weight: bold;
	font-style: italic;
}
#container #mainContent h4 {
	font-size: 14px;
	font-weight: bolder;
	font-family: "Myriad Pro", Tahoma, "Times New Roman", Verdana;
}
#lucia p {
	font-size: 12px;
	font-family: "Myriad Pro", Tahoma, "Times New Roman", Verdana;
	font-weight: bold;
	font-style: italic;
	color: #000;
}
#container #mainContent h5 {
	font-family: "Myriad Pro", Tahoma, "Times New Roman", Verdana;
	font-size: 15px;
	font-style: italic;
}
#container #mainContent #mail {
	padding-left: 170px;
	font-size: 18px;
	font-family: "Myriad Pro", Tahoma, "Times New Roman", Verdana;
}
#mainContent #apoios p img {
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 50px;
}
#mainContent p a {
	font-size: 18px;
	line-height: 30px;
	font-family: "Segoe Script", "Myriad Pro", Tahoma;
	border-bottom-style: none;
}
#pdf p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.principal #contador {
	background-color: #E0E0E0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: -20px;
	padding-bottom: 5px;
	text-align: center;
}
#container #mainContent ol li {
	font-size: 15px;
	line-height: 20px;
	font-family: "Myriad Pro", Tahoma, "Times New Roman", Verdana;
	color: #000;
}
#container #mainContent ul li {
	font-size: 15px;
	line-height: 20px;
	font-family: "Myriad Pro", Tahoma, "Times New Roman", Verdana;
	color: #000;
}
