﻿/*
CANUCKINGTON POST STYLESHEET
A SKYROCKET LABS FREE XHTML/CSS TEMPLATE
http://www.skyrocketlabs.com
fred@skyrocketlabs.com
*/



/*CSS MENU*/
#cssmenu {
  position: relative;
   height: 44px;
  background: #707a7f;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #707a7f;
  height: 32px;
  width: 100%;
  z-index: 500;
}
#cssmenu > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 9px;
  color: #eee;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 10px;
  border: 5px solid transparent;
  border-top-color: #eee;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}

#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul ul li:hover > a {
  background: #f6f6f6;
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}


/*FIM CSS MENU */






/* ARCHITECTURE */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff;
}

#top {
  width: 980px;
  height: 40px;
  margin: 0 auto;
  border-bottom: 4px solid #ddd;
}

a { text-decoration:none;
	color:#F00;
	}

a:hover {
	text-decoration:underline;
	color:#999;
	}
#texto{
	line-height:20px;
	}

img {
color: red;
text-decoration: underline;
}

#header {
  width: 980px;
  height: 110px;
  margin: 0 auto;
}

#logo, #ad {
  float: left;
  width: 400px;
  height: 110px;
}

#ad {
  width: 580px;
}

#nav {
  width: 980px;
  height: 44px;
  margin: 0 auto;
  background: #a5a4a4;
  font-size:12px;
  font-weight:bold;
}

#nav-bottom {
  width: 978px;
  height: 42px;
  margin: 0 auto;
  background: #f0f0f0 url(../img/wireframe/nav-bottom-backgr.png) repeat-x;
  border: 1px solid #d0d0d0;
  border-top: none;
}

#sub-nav {
  width: 980px;
  height: 45px;
  margin: 0 auto 10px auto;
}

#content-wrapper {
  width: 980px;
  min-height: 630px;
  margin: 0 auto;
  overflow: hidden;
}

#main {
  float: left;
  width: 660px;
  min-height: 630px;
  margin: 0 20px 0 0;
}

#headlines {
  width: 660px;
  min-height: 300px;
}

#main-headline {
  float: left;
  width: 400px;
  min-height: 300px;
  padding: 0 19px 0 0;
  border-right: 1px solid #ddd;
}

#more-headlines {
  float: right;
  width: 220px;
  min-height: 300px;
  padding: 0 0 0 20px;
}

#sidebars {
  float: right;
  width: 279px;
  min-height: 630px;
  padding: 0 0 0 20px;
  border-left: 1px solid #ddd;
}

#extras {
  width: 980px;
  height: 290px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}

#recommended {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 20px 0 0;
  padding: 20px 0;
}

#programs {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 10px 0 0;
  padding: 20px 0;
}

#cartoon {
  float: left;
  width: 312px;
  height: 290px;
  margin: 0 0 0 10px;
  padding: 20px 0;
}

#footer {
	text-align:center;
	width: 980px;
	margin: 0 auto;
	color:#fff;
}

#footer ul {


	}

#footer ul li {
	line-height:30px;
	}

#footer ul li a
{

}

#footer ul li a:hover
{

}

/* TOP MENU */

#top ul {
  float: right;
  margin: 18px 0 0 0;
  padding: 0;
  list-style: none;
}

#top li {
  display: inline;
  font-size: 0.9em;
  line-height: 1.0em;
  margin: 0 0 0 20px;
  padding: 0;
}

#top li a {
  color: #dc0000;
  text-decoration: none;
}

#top li a:hover {
  color: #000;
  text-decoration: underline;
}

/* MAIN NAV MENU */

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

#nav li {
  display: inline;
  font-size: 1.0em;
  line-height: 44px;
  text-transform: uppercase;
  margin: 0 29px 0 0;
  padding: 0;
}

#nav li.last {
  margin: 0;
}

#nav li a {
  color: #fff;
  text-decoration: none;
}

#nav li a:hover {
  color: #000;
  text-decoration: none;
}

/* MAIN SUB-NAV MENU */

#sub-nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sub-nav li {
  display: inline;
  font-size: 0.9em;
  line-height: 45px;
  text-transform: uppercase;
  color: #666;
  margin: 0 15px 0 0;
  padding: 0;
}

#sub-nav li a {
  color: #000;
  text-decoration: none;
}

#sub-nav li a:hover {
  color: #000;
  text-decoration: underline;
}

#sub-nav li.title {
  color: #dc0000;
}

/* FOOTER MENU */

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

#footer li {
  display: inline;
  font-size: 0.9em;
  line-height: 60px;
  color: #666;
  margin: 0 15px 0 0;
  padding: 0;
}

#footer li a {
  color: #000;
  text-decoration: none;
}

#footer li a:hover {
  color: #000;
  text-decoration: underline;
}

/* TYPOGRAPHY */

#headlines h1, #headlines h2, #headlines h3, #headlines h4, #sidebars h3 {
  font-size: 2.3em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -1px;
  color: #000;
  margin: 0 0 6px 0;
}

h2 a{  letter-spacing: 0;}

#headlines h2, #headlines h3, #sidebars h3 {
  font-size: 1.7em;
}

#headlines h4 {
  font-size: 1.3em;
  line-height: 1.1em;
}

#headlines h3 {
  margin: 0 0 4px 0;
  padding: 0px 0 0 0;
}

.fio{
	  border-top: 1px solid #ddd;
	  height:10px;
	}

#headlines h1 a, #headlines h2 a, #headlines h3 a, #headlines h4 a, #sidebars h3 a {
  color: #000;
  text-decoration: none;
}
#headlines h3 a{
	font-size: 0.9em;
	}

#headlines h2 a{
	color:#000;
	font-size:16px;
	}

#headlines h1 a:hover, #headlines h2 a:hover, #headlines h3 a:hover, #headlines h4 a:hover, #sidebars h3 a:hover {
  color: #dc0000;
  text-decoration: underline;
}

#headlines h2.heading, #sidebars h2.heading-blue, #sidebars h2.heading {
  font: bold 0.8em arial,verdana,tahoma,sans-serif;
  line-height: 1.0em;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px 0;
  padding: 7px 6px 6px 6px;
  background: #dc0000;
}

td.heading a{
	color:#fff;
	}

h2.heading a{
	color:#600;
	text-decoration:none;
	}
	
h2.heading a:hover{
	color: #fff;
	text-decoration:none;
	}	

#sidebars h2.heading-blue {
  background: #707a7f;
}

h2.heading-blue a{
	color:#465257;
	text-decoration:none;	
	}

h2.heading-blue a:hover{
	color: #fff;
	text-decoration:none;	
	}

#sidebars h4 {
  font: bold 1.0em arial,verdana,tahoma,sans-serif;
  line-height: 1.2em;
  margin: 0 0 9px 0;
  padding: 5px 0 0 0;
}

#sidebars h4 a {
  color: #000;
  text-decoration: none;
}

#sidebars h4 a:hover {
  color: #000;
  text-decoration: underline;
}

#main p, #sidebars p {
  font-size: 1.0em;
  line-height: 1.4em;
  margin: 0 0 16px 0;

}

#main p.editoria, #sidebars p.editoria {
  font: bold 0.8em arial,verdana,tahoma,sans-serif;
  line-height: 1.0em;
  margin: 0 0 10px 0;
  color: #999;
}

#main p.editoria span, #sidebars p.editoria span {
  color: #2c6fae;
}

#main p a, #sidebars p a {
  color: #dc0000;
  text-decoration: none;
}

#main p a:hover, #sidebars p a:hover {
  color: #dc0000;
  text-decoration: underline;
}

#extras h2.heading {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
  padding: 10px 0;
  border-top: 4px solid #000;
  border-bottom: 1px solid #ddd;
}

#extras ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#extras li {
  font-size: 1.0em;
  line-height: 1.3em;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px dotted #ccc;
}

#extras li.last {
  padding: 6px 0 0 0;
  border-bottom: none;
}

#extras li a {
  color: #dc0000;
  text-decoration: none;
}

#extras li a:hover {
  color: #000;
  text-decoration: none;
}

/* IMAGES */

#logo img {
  border: 0;
}

#ad img {
  margin: 15px 0 0 0;
  border: 0;
}

#sub-nav img {
  margin: 0 5px 0 0;
  border: 0;
  vertical-align: middle;
}

#main-headline img {
  margin: 0 0 6px 0;
  border: 0;
}

#main img.lefty {
  float: left;
  margin: 0 10px 0 0;
  border: 0;
}

#main img.righty {
  float: right;
  margin: 0 0 0 10px;
  border: 0;
}

#sidebars img.ad, #sidebars img.ad-right {
  margin: 0 24px 24px 0;
  border: 0;
}

#sidebars img.ad-right {
  margin: 0 0 24px 0;
}  

#extras img {
  margin: 8px 0 0 0;
  border: 0;
}

/* FORMS */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#search form {
  margin: 40px 0 0 0;
}

.searchfield {
  font: normal 1.0em georgia,"times new roman",times,serif;
  color: #000;
  margin: 0 6px 0 0;
  padding: 6px;
  background: #fff;
  border: 1px solid #aaa;
}

.searchbtn {
  font: normal 1.2em georgia,"times new roman",times,serif;
  color: #000;
  margin: 0;
  padding: 2px;
}

.espaco{
	height:10px
	}
	
.chapeu{
	color:#f00;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.img-destaques{
	float:left;
}

ul#menu {
width:100%;
margin:0;
padding:0;
list-style-type:none;
}

ul#menu li {
border-bottom:1px dashed #A4A0F5;
padding:5px;
}
ul#menu li a:link, ul#menu li a:visited {
display:block;
height:2%;
text-decoration:none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;

}
ul#menu li a:hover {
color:#888887;
}

.img{
	float:left;
	padding-right:5px;
	}

#cultest {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.0em;
  margin: 0;
  border-bottom:none;
  color:#000;
}


#cultest a {
  color: #000;
  text-decoration: none;
}

#cultest a:hover {
  color: #000;
  text-decoration: none;
}

#busca{ margin-top:5px;}

#busca fieldset{ border:0;}

#busca button {
	background-color:#cc0203;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	height:23px;}

#busca input {
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	height:18px;}

#div-busca{
	float:right;
	margin-top:10px;
	margin-left:10px;
	}
table{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	}
	
table a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-decoration:none;
	}

table a:hover{
	color:#656464;
	}
	
.hoje{
	background-color:#000;
	color:#fff; width:304px;
	padding:3px; height:30px;
	font-weight:bold;
	font-size:12px;
	opacity:0.7;
	margin-top:-40px;
	}
	
.hoje a{
	color:#fff;
	text-decoration:none;
	}
	
.but-primary {
color: #fff;
background-color: #0068B4;
}
 
.but-success {
color: #fff;
background-color: #009835;
}
 
.but-error {
color: #fff;
background-color: #CC0000;
}
 
.but-warning {
color: #fff;
background-color: #F28E00;
}	

.but:hover {
background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
cursor: pointer;
}

.but {
display: inline-block;
background-color: #ccc;
color: #444;
padding: 5px 10px;
text-decoration: none;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
border: 0px;
}


		#menu ul {
	margin: 0 auto;
	width: 940px;
	height: 30px;
	background-color: #EDEDED;
	list-style: none;
	font: 80% Arial;
	padding-top:10px;
		}
 
		#menu ul li { display: inline;}
 
		#menu ul li a {
	background-color: #EDEDED;
	color: #000;
	text-decoration: none;
	border-bottom: 3px solid #EDEDED;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: -5px;
	padding-left: 10px;
		}
 
		#menu ul li a:hover {
			background-color:#EA0000;
			color: #fff;
			border-bottom:3px solid #EA0000;
			height: 27px;
		}

#ultimas{
	color:#fff;
	}
	
	#ultimas a{
		color:#fff;
		}
		
	#ultimas a h2{
		color:#fff;
		}
		
		
		
		/*----------------------------------------------------*/
		
		
/*CSS MENU*/
#cssmenu2 {
  position: relative;
  height: 20px;
  background: #707a7f;
  width: auto;
}
#cssmenu2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu2 > ul {
  position: relative;
  display: block;
  background: #707a7f;

  width: 100%;
  z-index: 500;
}
#cssmenu2 > ul > li {
  display: block;
  position: relative;
  float: left;
  margin-top:3px;
  margin: 0;
  padding: 0;
}
#cssmenu2 > ul > #menu-button {
  display: none;
}
#cssmenu2 ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu2 > ul > li > a {
  font-size: 12px;
  font-weight: bold;
  padding: 0px 9px;
  color: #eee;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu2 > ul > li.has-sub > a {
  padding-right: 62px;
}
#cssmenu2 > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu2 li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu2 > ul > li.has-sub::after {
  right: 10px;
  top: 0px;
  border: 5px solid transparent;
  border-top-color: #eee;
}
#cssmenu2 > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}


/*FIM CSS MENU */		

nav li {
	list-style:none !important;
	color:# Fff;
	padding:7px;
	font-size:14px;
	text-decoration:none;
	}

nav li > a:after { content: ' »'; } /* Change this in order to change the Dropdown symbol */

nav li > a:only-child:after { content: ''; }  

nav ul {
	background-color:#707a7f;
	padding:0;
	margin:0;

	}

nav ul li {
	list-style: none; 
	line-height:14px;
	float:left;
	background-color:#707a7f;
	}

nav ul li a {
	color:#FFF;
	padding:7px;
	font-size:14px;
	text-decoration:none;
}

nav li a:hover {
	border-bottom:3px #FFF solid; 
	}
	
nav ul li ul { display:none; } /* Makes the Dropdown menu Hidden by default */

nav ul li:hover  ul  { /* Displayes the dropNav when Hovered over the nav item with the .drop class */
	z-index:99999;
	display:list-item !important;
	position:absolute;
	margin-top:7px;
	margin-left:-5px;
	}

nav ul li:hover  ul li {
	float:none;
	}



/*ferramentas*/

	#ferramenta{
	 float:left;
	 border-top:1 solid #999;
	}
	#ferramenta li{
	 color:#F00;
	 float:left;
	 padding:20px;
	 list-style-type:none; 
	 }
	 
/* fim ferramentas*/

.imagem-box {
	background:#c9cabc;
}

.imagem-box-1 {
	float:left;
	margin:0px 10px 10px 0px;
}

.imagem-box-1 IMG {
	display:block;
	padding:1px;
	margin:0px;
}


.imagem-box-2 {
	float:right;
	margin:0px 0px 10px 10px;
}

.imagem-box-2 IMG {
	display:block;
	padding:1px;
	margin:0px;
}

.imagem-box-3 {
	display:block;
	margin:10px auto 10px auto;
}

.imagem-box-3 IMG {
	display:block;
	margin:0px auto;
}

#pcdob a {
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	}

#pcdob li {	
	margin-left:-40px;
	}
	
.menu{list-style:none; border:1px solid #c0c0c0; float:left; }

.menu li{position:relative; float:left; border-right:1px solid #c0c0c0; }

.menu li a{color:#333; text-decoration:none; padding:5px 10px; display:block;}

.menu li a:hover{background:#333; color:#fff; -moz-box-shadow:0 3px 10px 0 #CCC; -webkit-box-shadow:0 3px 10px 0 #ccc; text-shadow:0px 0px 5px #fff; }

.menu li   ul{position:absolute; top:25px; left:0; background-color:#fff; display:none; }

.menu li:hover ul, .menu li.over ul{display:block;}

.menu li ul li{border:1px solid #c0c0c0; display:block; width:150px;}

h3 a{
	font-size: 0.9em;
	line-height: normal;
	}
	
.voltarTopo {
    bottom: 20px !important;
	background-image:url(http://www.vermelho.org.br/template/img/scroll-top.png);
	background-repeat: no-repeat;
	cursor: pointer;
    color: #FFFFFF;
    display: block;
    height: 36px;
    position: fixed;
    right: 30px;
    text-transform: uppercase;
    width: 36px;
	border:0;
}	

#link_lead a:link {
	font-size:18px;	
	color: #F00;
}
