/** Folha de estilos principal do site. */

@import url('yui/reset.css');
@import url('yui/fonts.css');
@import url('yui/base.css');

@import url('util.css');
@import url('uhtml.css');

/*-----------------------------------------------------------------------------*/

html,
body {
	background: white url('../images/bg.jpg') repeat-x 0 0;
	
	padding: 0;
	margin: 0 auto;
	position: relative;
}

/*-----------------------------------------------------------------------------*/


#container {
	background: white;
	position: relative;
	width: 1000px;
	height: auto;
	
	margin: 0 auto;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

#header {
	background: transparent url('../images/bg_topo_home.jpg') no-repeat 0 0;
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 276px;
	margin: 0;
	border-bottom: 1px solid #607AB5;
}

#header #frmSearch {
	background: transparent url('../images/bg_search.jpg') no-repeat 0 0;
	position: absolute;
	text-decoration: none;
	width: 174px;
	height: 25px;
	
	top: 235px;
	right: 20px;

}

#header #frmSearch input {
	font: normal 12px Tahoma, Verdana, Arial, serif;
	color: gray;
	background-color: transparent;
	border-style: none;
	
	position: relative;
	width: 170px;
	height: 22px;
	margin-top: 3px;
	margin-left: 3px;
	vertical-align: middle;
	
}


#header2 {
	background: transparent url('../images/bg_topo_conteudo.jpg') no-repeat 0 0;
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 200px;
	margin: 0;
	border-bottom: 1px solid #607AB5;
}

#slogan {
	position: absolute;
	font-size: 11pt;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-stretch: expanded;
	color: black;
	top: 219px;
	left: 18px;
	text-align: center;
	
}

.link-logo {
	position: absolute;
	text-decoration: none;
	width: 199px;
	height: 140px;
	
	top: 32px;
	left: 20px;
}


#header2 #frmSearch {
	background: transparent url('../images/bg_search.jpg') no-repeat 0 0;
	position: absolute;
	text-decoration: none;
	width: 174px;
	height: 25px;
	
	top: 159px;
	right: 20px;

}

#header2 #frmSearch input {
	font: normal 12px Tahoma, Verdana, Arial, serif;
	color: gray;
	background-color: transparent;
	border-style: none;
	
	position: relative;
	width: 170px;
	height: 22px;
	margin-top: 3px;
	margin-left: 3px;
	vertical-align: middle;

	
}

.bt-search {
	position: absolute;
	display: block;
	width: 32px;
	height: 24px;
	
	top: 0;
	right: 0;

}

#submenu {

	background: #FFF;
	position: relative;
	width: 200px;
	height: auto;
	line-height: 0;
	
	padding: 0;
	margin: 0 0 0 20px;
}

#submenu a {
	background: transparent;
	position: relative;
	overflow: hidden;
	font: normal 12px Verdana, Arial, sans-serif;
	color: #333;
	height: 21px;
	text-decoration: none;
	padding: 0 0 0 5px;
	line-height: 25px;
	width: 200px;
	
	display: block;
}

#submenu a:hover {
	color: gray;
	text-decoration: none;
}

#submenu a.selected {
	background: #EAEFF7;
	color: #5482BA;
}

#reciprhocal{
	background: transparent;
	position: absolute;
	width: 230px;
	height: 49px;
	bottom: 1.4em;
}

#nav {

	background: transparent;
	position: relative;
	width: 230px;
	height: auto;
	
	padding: 0;
	margin: 0;
	
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	float: left;
}

#nav ul li {
	display: block;
	position: relative;
	overflow: hidden;
	height: auto;
	valign: middle;
	
	margin: 10px 8px;
}

#nav ul li a {
	
	position: relative;
	overflow: hidden;
	font: normal 14px Verdana, Arial, sans-serif;
	color: black;
	text-decoration: none;
	
	width: auto;
}

#nav ul li a:hover {
	color: gray;
}

#nav2 {

	background: transparent;
	position: relative;
	width: 230px;
	height: auto;
	
	padding: 0;
	margin: 0;
	
}

#nav2 ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	float: left;
	width: 230px;
}

#nav2 ul li {
	display: block;
	position: relative;
	overflow: hidden;
	height: auto;
	valign: middle;
	
	margin: 3px 8px 3px 8px;
}
/*
#nav2 ul li a {
	
	position: relative;
	overflow: hidden;
	font: bold 13px Verdana, Arial, sans-serif;
	color: black;
	text-decoration: none;
	
	width: auto;
}

#nav2 ul li a:hover {
	color: gray;
}
*/

#content {

	background: #FFF;
	position: relative;
	width: 1000px;
	height: auto;
	
	padding: 0;
	margin: 0;
	top: 0;
	
}

#footer {

	background: #FFF url('../images/bottom_content.jpg') no-repeat 0 0;
	position: relative;
	width: 1000px;
	height: auto;
	
	padding: 0;
	margin: 0;
	top: 0;
	border-top: 1px solid #EAEAEA;
}

#footer .main {
	font: normal 12px Verdana, Arial, sans-serif;
	color: #336699;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;

}

#footer .main a {
	color: #336699;
	text-decoration: none;
}

#footer .main a:hover {
	color: gray;
	text-decoration: underline;
}

#content #main{

	margin: 0;

}

h1 {
	font: 20px Verdana, Arial, sans-serif;
	color: #608BBF;
	padding: 15px 5px 5px 5px;
	margin: 0;
}

p {
	font: 12px Verdana, Arial, sans-serif;
	color: #333;
	margin: 5px;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}


/*-----------------------------------------------------------------------------*/

.uhtml {
	font: 12px Verdana, Arial, serif;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 5px 5px 5px;
}

.uhtml h1 {
	font-size: 20px Verdana, Arial, sans-serif;
	color: #608BBF;
	
	padding: 15px 0 15px 0;
	margin: 0;
}

.uhtml h2 {
	font-size: 15px;
	color: #628F14;
	font-weight: normal;
	
	padding: 10px 5px 10px 0;
	margin: 0;
}

.uhtml a {
	color: #999;
	text-decoration: none;
}

.uhtml a:hover {
	color: #6AA13B;
	text-decoration: underline;
}

img .borda {
	position: relative;
	margin: 2px;
	border: solid 1px #d3d3d3;
	border-spacing: 2px 2px;
}
/*-----------------------------------------------------------------------------*/
