@charset "utf-8";
/* CSS Document */
 
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:#2f373a;
}
A {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #cd8730
}

.fundacao #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #ccc8be;
	background-image: url(images/bg_site.jpg);
}
.fundacao #container2 {
	height:360px;
	background-color: #ccc8be;
} 
.fundacao #header {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	padding: 0 10px;
	height:167px;
} 
.fundacao #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 */
}


.fundacao #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0;
	margin-top: 20px; /* top and bottom padding create visual space within this div  */
	margin-right: 20px;
	text-align: center;
}
.fundacao #sidebarmeio {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 20px; /* the background color will be displayed for the length of the content in the column, but no further */
	height:250px;
	padding: 10px 0;
	margin-top: 20px; /* top and bottom padding create visual space within this div  */
	margin-right: 20px;
	text-align: center;
	background-image:url(images/linhameio.jpg); background-repeat:no-repeat;
}
.fundacao #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-top: 10px;
	margin-right: 20px;
}
.fundacao #sidebar1 p, .fundacao #sidebar1 h3, .fundacao #sidebar2 p, .fundacao #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.fundacao #mainContent {
	margin: 10px 30px 0 10px;
	background: #ccc8be;
	padding-left: 20px;
}
.fundacao #mainContent2 {
	margin: 10px 10px 0 10px;
	background: #FFFFFF;
	background-color: #ccc8be;
	padding-left: 20px;
}
.fundacao #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#192429;
	height: 100px;
	background-image: url(images/rodape.jpg);
} 
.fundacao #footer p {
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 60px;

}

.fundacao #parlogos {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0;
	margin-top: 20px; /* top and bottom padding create visual space within this div  */
	margin-right: 50px;
	text-align: center;
}
.fundacao #pargaleria {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: center;
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	height:261px;
	clear:both;
	text-align:left;
}
#menu2 {
	height:150px;
	clear:both;
	text-align:center;
}
#barra {
	height:41px;
	clear:both;
	text-align:left;
	background-image:url(images/barra.jpg); font-size:12px; color:#FFFFFF; font-family:Tahoma;
}
#barra .hora {
	text-align:left;
	float:left;
	margin-left:100px; margin-top:14px;
}
#barra .menulink {
	text-align:right;
	float:right;
	margin-right:70px; margin-top:14px;
}
#barra .menulink a {
	color:#FFFFFF;
}
#barra .menulink a:hover {
	color:#cd8730;
}
#bemvindos {
	height:132px;
	clear:both;
	text-align:center;
}
#bemvindoslogin {
	height:40px;
	clear:both;
	text-align:center;
}
.titulo2 {
	font-family:Tahoma;
	color:#42382e;
	font-size:14px; font-weight:bold; padding-top:14px; padding-left: 40px;
}
.corpocomenta {
	font-family:Tahoma;
	color:#42382e;
	font-size:12px; padding-top:0px; padding-left: 40px; padding-right:20px;
}
.titulo3 {
	font-family:Tahoma;
	color:#42382e;
	font-size:20px;
}
.titulo4 {
	font-family:Tahoma;
	color:#42382e;
	font-size:18px;
	padding-left:30px;
	padding-top:10px;
}
.titulo4b {
	font-family:Tahoma;
	color:#42382e;
	font-size:18px;
}
.titulocredito {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a973d;
}
.noticias {
	font-family:Tahoma;
	padding-left:20px;
	width:450px;
	color:#42382e;
	font-size:13px;
}

.resumo {
	font-family:Tahoma;
	color:#42382e;
	font-size:13px;
}
.resumolink {
	font-family:Tahoma;
	color:#42382e;
	font-size:13px;
	text-align:right;
}
.comm {
	font-family:Tahoma;
	color:#cd8730;
	font-size:12px;
}
.blogdest {
	font-family:Tahoma;
	color:#cd8730;
	font-size:22px;
	font-style: italic;
}
.corpo {
	font-family:Tahoma;
	color:#42382e;
	font-size:13px;
	padding-right:20px;
}
.comenta1 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:58px;
	width:500px;
	background-image:url(images/y_comenta01.jpg); background-repeat:no-repeat;
	margin-left:150px;

}
.comenta2 {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	width:500px;
	background-image:url(images/y_comenta02.jpg); background-repeat:repeat-y;
	font-size:14px;
		margin-left:150px;

}
.comenta3 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:32px;
	width:500px;
	background-image:url(images/y_comenta03.jpg); background-repeat:no-repeat;
		margin-left:150px;


}
.quemcomenta {
	width:90px;
	margin-top:0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
	font-size:10px; font-family:Tahoma; color:#000000; float:left;

}
#areacomenta { background-color:#ededed; margin-right:20px;
}
#apDiv1 {
	left:180px;
	width:461px;
	margin-left:150px;
}
.caixa {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
	padding-left:6px; padding-top:2px;
	background-color:#f5f5f5;
	border:none;
	height:16px;
}
.caixatxt {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
	padding-left:6px; padding-top:2px;
	background-color:#f5f5f5;
	border:none;
	height:60px;
}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 0px #c5c1a4;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
color:#E5591C;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:2px 2px 2px 2px;
border:solid 0px #c5c1a4;
width:200px;
margin:6px 0 20px 10px;
}
#stylized .botao{
float: none;
font-size:12px;
padding:2px 2px 2px 2px;
border:solid 0px #c5c1a4;
width:50px; height:20px;
margin:6px 5px 20px 10px;
}
#stylized select{
float:left;
font-size:11px;
padding:2px 2px;
width:200px; height:22px;
margin:6px 0 20px 10px;
}
#stylized .caixa{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 0px #aacfe4;
width:80px; height:20px;
margin:6px 0 20px 10px;
}
#stylized .caixa2{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 0px #aacfe4;
width:200px; height:20px;
margin:6px 0 20px 10px;
}
#stylized button{
float:left;
margin-left:150px;
width:45px;
height:35px;
text-align:center;

}
#stylized button2{
float:right;
margin-left:150px;
width:45px;
height:35px;
text-align:center;

}

