@charset "UTF-8";
body  {
		background: #EEF6E8;
	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 */
	
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	
} 
.twoColFixRtHdr #header {
	padding: 0 0 30px; /* 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. */
	border-bottom: 3px solid #FFF;
} 


.spanH1orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #F93;
	
	padding-top: 5px;
}

.spanH1darkred{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	padding-bottom: 30px;
}


#header #logo {
	height: 70px;
	width: 252px;
	background: url(images/MTRJ%20logo.png) no-repeat 0px 30px;
	padding-top: 30px;
	padding-left: 0px;
}

#header ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	right: 200px;
	top: 60px;
}
	#header li {
		float:left
	}
	
	#header li {
	display: inline;
	}
	

    #header li a:link, #header li a:visited {
	padding:.2em .5em;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration:none;
	margin-right:.5em
}
	
	#header li a:hover {
		background:#fff;
		
	}
	
	#header li a.current,#header li a.current:hover,#header li a.current:active {
		curser:default;
		
	}
	
	#header li a.current,#header li a,#header li a.current:active {
	border-bottom-color:#03C;
	border-bottom-width:medium;
	}

	
	#header li a span.red{
	color:#EC1C24;
}

#header li a span.orange{
	color:#FF9900;
}

#header li a span.blue{
	color:#0000FF;
}

#header li a span.greene{
	color:#009900;
}

#header li a span.darkred{
	color:#CC0000;
}

#header li a span.darkgreen{
	color:#6C0;
}
	
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	  paddin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#sidebar1 #logo {
	height: 129px;
	width: 132px;
	background: url(images/simedit2.png) no-repeat;
	margin: 20px 20px 20px 40px;
}

.frontPullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.4em;
	color: #B1B1B1;
	text-align: justify;
	padding-top: 25px;
}
.frontPullquoteCaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.4em;
	color: #B1B1B1;
	text-align: justify;
	padding-top: 25px;
	text-transform: uppercase;
	text-decoration: none;
}

	


	.twoColFixRtHdr #mainContent {
	margin: 25px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 




.
.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;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline overline;
}
.frontlefttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-align: justify;
	margin-top: 10pt;
}
.frontrighttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-align: justify;
	text-transform: uppercase;
}
#frontright {
	width: 260px;
	padding-top: 5px;
	padding-right: 10px;
}

#frontleft {
	width: 260px;
	padding-top: 5px;
	float: right;
	padding-left: 5px;
	margin-left: 5px;
}
.spanH1green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #0C6;
	
	padding-top: 5px;
}

#mahapic {
	height: 212px;
	width: 170px;
	background: url(images/MAHARIScrop.jpg) no-repeat;
	margin-left: 25px;
	border-top: #FFF;
	border-right: #FFF;
	border-bottom: #FFF;
	border-left: #FFF;
}
.frontsidebarpullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: justify;
	text-transform: uppercase;
}
.sidebarText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-align: justify;
	margin-top: 10px;
}



#mariopic {
	height: 267px;
	width: 190px;
	background: url(images/mario.jpg) no-repeat;
	margin-left: 21px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#lynchpic {
	height: 236px;
	width: 190px;
	background: url(images/David-Lynch.png) no-repeat;
	margin-left: 20px;
	margin-bottom: 10px;
}
.frontlefttextcredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-align: left;
	margin-top: 10pt;
}
.beneficiosTabbedpaneltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-align: justify;
	padding-top: 20px;
}
.beneficiosTabbedpaneltextgrafico {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #99F;
	text-align: left;
	text-transform: capitalize;
}

#benefc1{
	height: 153px;
	width: 310px;
	background: url(images/Beneficios/Comportamento/C1.jpg) no-repeat;
	margin-left: 25px;
}

#benefc2{
	height: 200px;
	width: 385px;
	background: url(images/Beneficios/Comportamento/C2.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 30px;
}

#benefc3{
	height: 393px;
	width: 250px;
	background: url(images/Beneficios/Comportamento/C3.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}

#benefc4{
	height: 202px;
	width: 307px;
	background: url(images/Beneficios/Comportamento/C4.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}

#benefe1{
	height: 178px;
	width: 318px;
	background: url(images/Beneficios/Empresas/E1.jpg) no-repeat;
	margin-left: 25px;
}

#benefe2{
	height: 203px;
	width: 396px;
	background: url(images/Beneficios/Empresas/E2.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 30px;
}

#benefesc1{
	height: 245px;
	width: 380px;
	background: url(images/Beneficios/Escolas/Foto.jpg) no-repeat;
	margin-left: 25px;
}

#benefmen1{
	height: 245px;
	width: 380px;
	background: url(images/Beneficios/Mente/M1.jpg) no-repeat;
	margin-left: 25px;
}

#benefmen2{
	height: 224px;
	width: 349px;
	background: url(images/Beneficios/Mente/M2.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 30px;
}

#benefmen3{
	height: 299px;
	width: 380px;
	background: url(images/Beneficios/Mente/M3.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}

#benefmen4{
	height: 183px;
	width: 400px;
	background: url(images/Beneficios/Mente/M4.png) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}

#benefpaz1{
	height: 249px;
	width: 400px;
	background: url(images/Beneficios/Paz/P1.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}

#benefpaz2{
	height: 298px;
	width: 400px;
	background: url(images/Beneficios/Paz/P2.png) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}


#benefpaz3{
	height: 306px;
	width: 400px;
	background: url(images/Beneficios/Paz/P3.png) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}

#benefsau1{
	height: 244px;
	width: 358px;
	background: url(images/Beneficios/Saude/S1.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}

#benefsau2{
	height: 254px;
	width: 420px;
	background: url(images/Beneficios/Saude/S2.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}

#benefsau3{
	height: 527px;
	width: 380px;
	background: url(images/Beneficios/Saude/S3.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}

#benefsau4{
	height: 321px;
	width: 500px;
	background: url(images/Beneficios/Saude/S4.jpg) no-repeat;
	margin-left: 25px;
	margin-top: 35px;
}


.beneficiosTabbedpaneltextgraficoleg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #99F;
	text-transform: capitalize;
	margin-left: 20px;
	margin-top: 10px;
}
.contacinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	color: #0C6;
	text-align: left;
	margin-top: 10pt;
	text-decoration: none;
}
.coursosList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-align: justify;
	margin-top: 10pt;
}
.coursosListCity {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	color: #C63;
	text-align: left;
	text-transform: capitalize;
	padding-top: 20px;
}
.coursosListbairro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: left;
	text-transform: capitalize;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.4em;
	color: #B1B1B1;
	text-align: left;
	padding-top: 25px;
	text-transform: uppercase;
	text-decoration: none;
}
.frontrighttextoption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	color: #066;
	text-align: justify;
	margin-top: 10pt;
}
.frontrighttextoptionitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: italic;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	color: #066;
	text-align: justify;
	margin-top: 10pt;
}

