body {
	margin:0;
	padding:0;
	font-family: Tahoma;
	font-size: 12px;
	color: #515151;

}
html, body{
	height:100%;
}
input, select, inputselectd {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #A3C46A;
	background-color: #D9E7C0;
	color:#666666;
}

textarea {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #A3C46A;
	background-color: #D9E7C0;
	color:#666666;
}

img {
	border: 0px solid;
}

td, b, p, div {
	font-size: 12px;
	color: #515151;
}

a {
	font-size: 12px;
	color: #515151;
	text-decoration:none;
}

a:hover {
	font-size: 12px;
	color: #A3C46A;
	text-decoration:none;
}



/*********************************/
/*LAYOUT*/
#all{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:url(../images/background_site.jpg) no-repeat center #B6D286;
}
#site{
	width:1003px;
	height:600px;
	background:#FFFFFF;
}

#content{
	 width:690px;
	 min-height:300px;
}

#content td.height1{



}

a.link_on{
	font-size: 12px;
	color:#BFD896;
	text-decoration:none;
}
/*SEMANTICA*/
h1{
	font-size:18px;
	font-family:Tahoma;
	margin:0 0 7px 0 ;
	padding:0;
	text-align:left;
	color:#91B94D;
	font-weight:400;
}
h2{
	font-size:small;
	font-family:Tahoma;
	color:#515151;
	margin:0 0 5px 0;
	padding:0;
	font-weight:500;
	text-align:left;
	
}
h3{
	font-size:large;
	font-family:Tahoma;
	margin:0;
	padding:0;
	text-align:center;
	color:#515151;
	font-weight:400;
}

/*h2 .link{
	padding-left:20px;
}*/
.subtitulo{
	font-family:Tahoma;font-size:18px;color:#C9DEA7;padding-bottom:10px;;

}
.data{
	font-size:smaller;
	font-family:Tahoma;
	text-align:left
}