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

a.link-logo {
  text-decoration: none;
  display:block;
  width: 167px;
  height: 101px;
  margin: 0px;
  padding: 0px;
}

html, body { height: 100%; }

body {
	margin: 0px;
	background: #fff url(../images/bg_page.jpg) repeat-x top left;
}

hr {
	border: 0;
	height: 1px;
	color: #dddddd;
	background-color: #ddddde;
}

#wrapper {
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
}

#header {
	width: 960px;
	height: 180px;
	background: transparent url(../images/bg_header.jpg) no-repeat top left;
	position: relative;
	margin-bottom: 15px;
}


#logo_rugui {
	width: 167px;
	height: 101px;
	background: transparent url(../images/logo_rugui.png) no-repeat top left;
	float: left;
	margin: 10px 0px 0px 110px;
}

#banner_header {
	width: 540px;
	height: 72px;
	background: transparent url(../images/slogan_header.png) no-repeat top left;
	float: right;
	margin: 17px 110px 0px 0px;
	padding-top: 25px;
}

#content {
	width: 760px;
	float: left;
	margin-left: 80px;
	padding: 0px 20px;
}


#main-content {
	width: 550px;
	float: left;
	margin:  0px;
}

#main-content img {
	float: left;
	border: 1px #ccc solid;
	margin: 0px 8px 3px 0px;
	padding: 0px;
}

#secundary-content {
	width: 180px;
	float: right;
	background-color: #f9f9f9;
	border: 1px #eee solid;
	padding: 5px;
	margin:  0px;
}

#secundary-content img {
	float: left;
	border: 1px #ccc solid;
	margin: 0px 5px 5px 0px;
	padding: 2px;
}

.boxDownload p a{
	display:block;
	width:138px;
	height: 44px;
	float:left;
	padding-left: 40px;
	background: #fff url(../images/ico_download.png) no-repeat 2px 2px;
	border: #eee 1px solid;
	margin:0px 0px 10px 0px;
	text-decoration:none;
	font-style: italic;
}

.boxDownload p h2 {
	color:#1b6600;
	margin: 5px 0px 0px 0px;
}

.boxDownload p a:hover {
	background-color:#eee;
	border: #ddd 1px solid;
	text-decoration: none;
}

.boxDownload p a:hover h2 {
	color:#8a0000;
	text-decoration: none;
}

.boxDownload p img {
	border: none;
}


/* MENU BAR ------------------------------------------------------------------------------- */

#site_navigation {
	width: 760px;
	height: 32px;
	position: absolute;
	top: 120px;
	left: 100px;
}

#site_navigation ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#site_navigation li {
	float: left;
	display: inline;
}

#site_navigation li a {
	width: auto;
	display: block;
	height: 32px;
	line-height: 31px;
	margin-right: 10px;
	padding: 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #ccc;
	text-decoration: none;
}

#site_navigation li a:hover {
	background-color: #000;
	color: #FFF;
}

#site_navigation li a.active {
	width: auto;
	display: block;
	height: 32px;
	line-height: 31px;
	margin-right: 10px;
	padding: 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #fff;
	text-decoration: none;
}

/* MENU BAR FIM ------------------------------------------------------------------------------- */


/* FOOTER ------------------------------------------------------------------------------- */

#footer {
	width: 100%;
	height: 100px;
	background: #fff url(../images/bg_footer.jpg) repeat-x top left;
	float: left;
	clear: both;
	margin-top: 20px;
	border-top: 2px #ff9900 solid;
	bottom: 0px;
}

#footer_content {
	width: 760px;
	padding: 6px 20px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	text-align: right;
}

#footer_content img { vertical-align:middle; border: none;}

/* FOOTER FIM ------------------------------------------------------------------------- */


/* P ---------------------------------------------------------------------------------- */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #777;
	margin: 0px 0px 6px 0px;
}
p a { text-decoration:none; color:#000; }
p a:visited { color:#000; }
p a:Hover { text-decoration:underline; color:#ff0000;}


#banner_header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #777;
	margin: 0px;
}

#secundary-content p {
	font-size: 11px;
}

#footer_content p {
	color: #555;
	font-size: 11px;
}

#footer_content p a { text-decoration:none; color:#555; }
#footer_content p a:visited { color:#555; }
#footer_content p a:Hover { text-decoration:none; color:#000;}

/* H1 --------------------------------------------------------------- */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 1.0em;
	font-weight: normal;
	font-style: italic;
	color: #8a0000;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	text-decoration:none;
}
h1 a{ text-decoration:none; color:#8a0000;}
h1 a:visited{ color:#8a0000; }
h1 a:Hover{ text-decoration: underline; color:#ff0000; }

#secundary-content h1 {
	font-size: 20px;
}

/* H2 --------------------------------------------------------------- */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.0em;
	font-weight: normal;
	color: #555;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-decoration:none;
}
h2 a{ text-decoration:none; color:#555;}
h2 a:visited{ color:#555; }
h2 a:Hover{ text-decoration: underline; color:#ff0000; }

#secundary-content h2 {
	font-size: 18px;
}

/* H3 --------------------------------------------------------------- */

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: normal;
	color: #555;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	text-decoration:none;
}
h3 a{ text-decoration:none; color:#555;}
h3 a:visited{ color:#555; }
h3 a:Hover{ text-decoration: underline; color:#ff0000; }

#secundary-content h3 {
	font-size: 14px;
}

/* H4 --------------------------------------------------------------- */

h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: normal;
	color: #ff9900;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-decoration:none;
}
h4 a{ text-decoration:none; color:#ff9900;}
h4 a:visited{ color:#ff9900; }
h4 a:Hover{ text-decoration: underline; color:#ff0000;}

#secundary-content h4 {
	font-size: 12px;
	font-weight: bold;
}

.blocoSecundario {
	width: 102px;
    height: auto;
    float: right;
    margin: 5px 0px 5px 10px;
    padding: 8px;
    border: 1px #B0D9EA solid;
    background-color: #EEF6F9;
}

.blocoSecundario h3 {
  color: #F78E2C;
}

.blocoSecundario img { margin: 8px 0px 0px 0px; border: 1px #B0D9EA solid; }
