whtml, body {height:100%;}

form {
  margin: 0;
  padding: 0;
}

img,table {
  border: none;
}

body {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #000000;
/*  color: #484848;*/
/*  color: #666666;*/
  background: #fff;
  font-weight: normal;
}

body.contentpane {
  background: #FEFEFE;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: justify;
}

a:link {
  text-decoration: none;
  /*font-weight: 400;*/
/*  color: #bd4e3c;*/
  color: #BB2A00;
/*  color: #484848;*/
  outline: none;
}

a:visited {
  text-decoration: none;
/*    color: #BB2A00;*/
  color: #bd4e3c;
}

a:hover {
  text-decoration: underline;
  /*font-weight: 400;*/
}


a.botao_30p {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  padding: 5px;
  text-decoration: none;
  margin: 5px;
  font-weight: bold;
  width: 30%;
  text-align: center;
}

a.botao_30pb {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  margin: 10px;
  font-weight: bold;
  min-width: 130px;
  text-align: center;
}

a.botao_30pi {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  margin: 5px;
  font-weight: bold;
  width: 20%;
  text-align: center;
}


input  {
  color: #ccc;
  padding: 2px;
  outline: none;
  margin: 0;
}

input:focus {
  outline: none;
}

button {
  color: #ffffff;
  font-size: 14px;
  border: none;
  background: #696969;
  cursor: pointer;
/*  padding: 10px;
  margin: 5px;
  min-width: 200px;
  border-radius: 8px;
  */
}




button:hover {
 background-color: #a72d31;
}


.btn-primary  {
  padding: 10px;
  margin: 5px;
  min-width: 200px;
  border-radius: 8px;
}

.btn  {
  padding: 10px;
  margin: 5px;
  min-width: 200px;
  border-radius: 8px;
 }
        
                                  
                
.inputbox {
  border: 1px solid #cfcfcf;
  color: #666;
  padding: 2px;
  background: #fff;
}

.inputbox:hover {
}

#modlgn_remember.inputbox  {
  background: none;
  border: none;
  width: auto;
}

input.button, .validate  {
  color: #fff;
  font-size: 11px;
  cursor: pointer;
  font-weight: 700;
  border: none;
  background: url(../images/but.png) repeat-x top left;
}

input.button:hover, .validate:hover  {
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
  background: url(../images/top_bg.png) repeat-x center top;
  /* border-bottom: 3px solid #333; */
}

#tudo {  
  position: relative;
  min-height: 100%;
}
* html #tudo {height: 100%;}
#header {
  width: 1000px;
  margin: 0 auto;
  height: 92px;
  padding: 0px;
  /* border-bottom: 2px solid #333; */
}
.logo {
  width: 390px;
  height: 92px;
  margin: 0px;
  background: transparent url(../images/logo.png) no-repeat left top;
  overflow: hidden;
  position: absolute;
}
#top_right{
  float: right;
 width: 720px;
  /*width: 590px;*/

  height: 92px;
}
#top_right_top{
	float: right;
	width: 590px;
	height: 25px;
	margin: 10px 0px 17px 0px;
	text-align: right;
}
/*
#pill_m {
  margin: 0 auto;
  padding: 0px;
  width: 980px;
  height: 40px;
  background-color: #fafafa;
}*/
#header_down_bg{
	background: #e0e0e0 url(../images/bg_menu.png) repeat-x;
}
#header_down{
	width: 1000px;
	margin: 0 auto;
	height: 40px;
	/* overflow: hidden; */
	line-height: 40px;
}
#pillmenu {
	/*float: right;
	width: 590px;*/
	width: 685px;
	height: 40px;
	padding: 0px;
	text-align: right;
	float: left;
}
#pillmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 40px;
	/*width: 660px;*/
	width: 750px;
	color: #404040;
}
#pillmenu li {
	display: inline;
	padding: 0px;
	color: #404040;  
}
#pillmenu li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: 100;
	line-height: 40px;
	padding: 0px;
	color: #404040;
}
#pillmenu li a:hover {
	background: #e0e0e0;
	text-decoration: underline;
}
#pillmenu li a:visited {
	color: #404040;
}
#pillmenu li a#active_menu-nav {
	text-decoration: underline;
	background:#eee;
}

.ux-menu a{
	display:block;
	position:relative;
	text-decoration:none;
	color: #404040;
	border-right: 1px dotted #D8D8D8;
	/*background: url(../images/top_menu_divisor.png) no-repeat left;*/
	font-size:12px;
	line-height:12px;
	padding:10px 14px;
}
.ux-menu a.ux-menu-link-last{border-right:0px none;}
.ux-menu-sub a {
	background: #e0e0e0;
	color: #404040;
}
.ux-menu-sub a:hover {
	background:#fff;
	text-decoration: underline;
	border-bottom: 1px dotted #999;
}
a.ux-menu-link-level-0.ux-menu-link-first{
	background:none;
}
#header_down_right{
	width: 300px;
 	height: 40px;
	margin:0px;
  	padding: 0px;
  	text-align: right;
	float: right;
}
#flags{
  width: 100px;
  /* float: left; */
  text-align: right;
  padding: 8px 10px 0px 10px;
  line-height: 30px;
}
#search {
  float: right;
  width: 195px;
  height: 25px;
  padding: 8px 0px 0px 5px;
}

#search .inputbox {
  float: left;
  background: transparent;
  border: 1px solid #bbbcbb;
  color: #989898;
  font-size: 11px;
  line-height: 14px;
  width: 150px;
  height: 20px;
  padding: 2px 5px 2px 4px;
  margin: 0;
}

#search input.button {
  float: right;
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
  font-weight: 700;
  width: 25px;
  height: 25px;
  background: url(../images/search_bt.png) no-repeat top right;
}

#search input.button:hover {
  color: #f2f2e9;
}
#breadcrumbs {  
    float: left;
    width: 900px;
    height: 0px;
    color: #484848;	
 /*   color: #888;  */
    font-size: 11px;  
    /*font-weight: bold;*/  
}
#breadcrumbs a:link{
  color: #484848;     
/*  color: #ffffff;*/
  font-size: 11px;
  /*font-weight: bold;*/ 
}
#breadcrumbs a:visited {
    color: #484848; 
/*  color: #888;*/
  font-size: 11px;
  /*font-weight: bold;*/
}
#breadcrumbs a:hover  {
  color : #484848; 
/*  color: #888;*/
  font-size: 11px;
  /*font-weight: bold;*/
}
#breadcrumbs a:active  {
  color: #888;
  font-size: 11px;
  /*font-weight: bold;*/
}

.breadcrumb li
{
	display:inline;
}

#page_name{
    float: right;
  width: 480px;
  height: 40px;
  text-align: right;
}
#page_name p{
    color: #888;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
}
#page_name a:link{    
  color: #888;
  /*font-weight: bold;*/
}
#page_name a:visited {
  color: #888;
  /*font-weight: bold;*/
}
#page_name a:hover  {
  color: #888;
  /*font-weight: bold;*/
}
#page_name a:active  {
  color: #888;
  /*font-weight: bold;*/
}
#slideshow {
  width: 1000px;
  /*width: 100%;*/
  height: auto;
  overflow: hidden;
  /*margin: 0 auto;*/
  /*margin: 0 auto;*/
  margin-bottom: 20px;
  margin-top:20px;
  margin-left: auto;
  margin-right:auto;
  z-index:1;  
  border-radius:8px;
}
#banner {
  width: 980px;
  height: auto;
  overflow: hidden;
  margin: 10px auto 0px auto;
}
.boxes {
  float: left;
  width: 516px;
  height: 20px;
  margin: 10px 10px 0 0;
  color: #ffffff;
}

.boxes ul {
  overflow: hidden;
  height: 96px;
  text-align: left;
  margin: 0;
  padding: 4px 10px;
  list-style: none;
}

.boxes ul li a {
  text-decoration: none;
  color: #555;
  background: url(../images/menu_row.png) no-repeat center left;
  padding: 0 0 0 10px;
  height: 16px;
  line-height: 16px;
}

.boxes ul li a:hover {
  color: #888;
  text-decoration: underline;
}

.boxes a:link, .boxes a:visited, .boxes a:hover {
  color: #ffffff;
}

.boxes.orange ul li a {
  background: url(../images/menu_row_orange.png) no-repeat center left;
}

.boxes h3 {
  background: url(../images/boxes_h3.png) no-repeat top left;
  height: 28px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
}

.boxes div.module {
  background: url(../images/latest.png) no-repeat top left;
  height: 146px;
}

.boxes.orange div.module {
  background: url(../images/popular.png) no-repeat top left;
  height: 146px;
}

.boxes div.module div, .boxes div.module div div, .boxes.orange div.module div, .boxes.orange div.module div div {
  background: none;
  margin: 0;
}

.boxes div.module div div div, .boxes.orange div.module div div div {
  width: auto;
  padding: 0;
}

#centro {padding-bottom: 231px;}
#wrapper {    
  width: 1000px;
  margin: 0 auto;
  overflow:auto;    
}
#holder {
  float: left;
  width: 680px;
  margin: 0px;
}

#leftcolumn {
  float: left;
  width: 280px;
  margin: 0px 20px 0px 0px;
}

#rightcolumn {
  margin: 0px 0 0 15px;
  padding: 0 12px 0 0;
}

div#maincolumn {
  float: left;
  width: 700px;
}

div#maincolumn_full {
  float: left;
  width: 1000px;
}

div.nopad {
  overflow: hidden;
  padding: 0;
}

div.nopad ul {
  clear: both;
}

td.middle_pad {
  width: 20px;
}

#banner_l {
  text-align: left;
  padding: 0 0 0 24px;
}

#footergrad {  
  width: 100%;
  height: 211px;
  position: absolute;  
  bottom: 0; 
  background: #272727;

}

#footer_up {
  margin: 0 auto;
  width: 996px;
  height: 110px;
  text-align: center;
  vertical-align: top;
  padding: 10px 0px 10px 0px;
  background: #272727;
}
#footer_down  {
  margin: 0 auto;
  width: 996px;
  height: 50px;
  text-align: left;
  vertical-align: top;
  padding: 10px 0px 10px 0px;
  background: #272727;
  border-top: solid 1px #666666;
  color: #fff;
}

#links_uteis{
  float: left;
  width: 240px;
  height: 180px;
  text-align: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.5;
  font-size: 13px;
}
#links_uteis h3{
  padding: 0px 0px 15px 0px;
}
#links_uteis ul {
    display: block;
    float: left;
    margin: 0px;
  padding: 0px;
}

#links_uteis ul li {
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    margin: 0px;
    width: 240px;
}
#links_uteis ul li a {
    background: url(../images/bullet.png) no-repeat transparent;

    color: #000;
    padding: 0 0 0px 15px;
    color: #ffffff;
}
#redes_sociais{
  float: left;
  width: 240px;
  height: 180px;
  text-align: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.40;
  font-size: 12px;
}
#ultimos_tweets{
  float: left;
  width: 200px;
  height: 130px;
  text-align: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.40;
  font-size: 12px;
}
#ultimos_tweets h3{
  padding: 0px 0px 5px 0px;
}


#ultimos_tweets{
  float: left;
  width: 200px;
  height: 130px;
  text-align: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.40;
  font-size: 12px;
}


#acesso_rapido{
  float: left;
  width: 240px;
  height: 260px;
  text-align: left;
  display: block;
  overflow: hidden;
/*  color: #ffffff;*/
  color: #BB2A00;
  line-height: 1.40;
  font-size: 12px;
}
#contato{
  float: left;
  width: 240px;
  height: 190px;
  text-align: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.40;
  font-size: 12px;
}
#contato h3{
  padding: 0px 0px 15px 0px;
}
#footer_pics{
  float: left;
  width: 240px;
  height: 190px;
  text-align: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.40;
  font-size: 12px;
}


#footer_pics h3{
  padding: 0px 0px 15px 0px;
}

#footer_column
{
  float: left;
  width: 249px;
  height: 110px;
  text-align: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.40;
  font-size: 12px;

}

#footer_column h3
{
  padding: 0px 0px 0px 0px;
}

#footer_down_left
{
  float: left;
  width: 756px;
  height: 60px;
  text-align: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.40;
  font-size: 12px;

}

#footer_down_right
{
  float: left;
  width: 240px;
  height: 60px;
  text-align: left;
  display: block;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.40;
  font-size: 12px;

}


/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
  background: #fffebb;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  padding: 5px;
}

/* headers */
div.componentheading {
  height: 22px;
  padding: 10px 0 0 4px;
  color: #999;
}

table.blog {
  
}

h1 {
  padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  vertical-align: bottom;
  color: #333;
  text-align: left;
  width: 100%;
}

h2, .contentheading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 20px;
  vertical-align: top;
/*  color: #bd4e3c;*/
  color: #BB2A00;

/*  background: url(../images/linha_h4.png) 0 no-repeat;*/
  border-bottom: 1px solid #dedede;
  padding: 5px 0px;
 /* margin: 8px 0px 8px 0px;*/
 /* height:35px;*/
  text-align: left;
  font-weight: normal;
}

table.contentpaneopen h3 {
  margin-top: 25px;
}

h4 {
  font-family: Tahoma, Arial, sans-serif;
  color: #333;
}

h6
{
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: normal;

}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: left;
 /* color: #bd4e3c;*/
  color: #BB2A00;
  padding: 0;
}
/* small text */
.small {
  /*
  font-size: 10px;
  color: #999;
  */
  font-weight: 700;
  text-align: left;
  font-size: 15px;
  color: #BB2A00;
  font-weight: 700;
  text-align: left;
     
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
  font-size: 10px;
  color: #666;
  text-align: right;
}

.createdate {
  vertical-align: top;
  font-size: 11px;
  color: #999;
  padding-bottom: 8px;
}

a.readon {
  float: right;
  background: url(../images/readon.png) no-repeat center left;
  line-height: normal;
  font-size: 11px;
  padding: 0 0 0 14px;
  color: #7c7c7c;
  text-transform: lowercase;
  text-decoration: none;
}

a.readon:hover {
  text-decoration: underline;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
  background-color: #f1f1f1;
  color: #333;
}

.ol-background {
  background-color: #f1f1f1;
  color: #333;
}

.ol-textfont {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.ol-captionfont {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #f6f6f6;
  font-weight: 700;
}
.ol-captionfont a {
  background-color: #f1f1f1;
  color: #333;
  text-decoration: none;
  font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
  padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
  display: block;
  height: 20px;
}

.article_column {

}

.column_separator {
  
}

td.buttonheading {
  text-align: right;
  width: 0;
}

.clr {
  clear: both;
}

table.blog span.article_separator {
  display: block;
  height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  padding: 5px;
  background: none;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #999;
  font-weight: 100;
  padding: 4px;
}

tr.sectiontableentry1 td {
  padding: 4px;
  background: #f8f8f8;
}

tr.sectiontableentry0 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #8e8e8e;
  font-size: 11px;
}


/* content styles */
.contentpaneopen, table.contentpane {
  margin: 0;
  padding: 0;
}

table.contentpane td{
  text-align: left;
}

table.contentpane td.contentdescription {
  width: 100%;
}

table.contentpane  {
  text-align: left;
  float: left;
  width: 100%;
  margin: 8px;
}

table.contentpane ul li a .category {
  color: #FF8800;
}

table.contentpane ul li {
  color: #666;
}

table.contentpaneopen {
  margin: 0 4px;
  border-collapse: collapse;
}

table.contentpaneopen li {
  margin-bottom: 5px;
}

table.contentpaneopen fieldset {
  border: 0;
  border-top: 1px solid #696969;
}

table.contentpaneopen h3 {
  margin-top: 25px;
}

table.contentpaneopen h4 {
  font-family: Tahoma, Arial, sans-serif;
  color: #696969;
}

.highlight {
  background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
  position: relative;
  width: 940px;
  margin: -10px -10px -10px -10px;
  height: 11px;  
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu, div.module, div.module_text {
  margin: 10px 0px 0px 0px;
  padding: 0;
}

div.module_menu div, div.module div, div.module_text div {
  }

div.module_menu div div, div.module div div, div.module_text div div {
    margin: 0 0 10px 0;
}

div.module_menu div div div, div.module div div div, div.module_text div div div {
  width: 280px;
  margin: 0;
  text-align: left;
  padding: 1px 0 4px;
  background-color: rgb(242, 242, 242);

  border-radius: 10px;
  border: 2px solid rgb(224, 224, 224);
}

div.module div div div div {
  width: 160px;
}

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
  background: none;
}

div.module_text div div div div {
  text-align: left;
}

div.module_text div div div div.bannergroup_text {
  padding: 10px;
  width: 160px;
}

div.module_text div div div div.bannergroup_text div {
  width: auto;
  padding: 0 0 4px;
}

div.module div div div form {
  width: 180px;
  margin: 0 auto;
  text-align: center;
  padding: 4px 0 0;
}

div.module_menu ul {
  list-style: none;
  padding: 0;
}

div.module_menu ul li{
  margin: 0;
  padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
  /*font-weight: 700;*/
  background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
  padding: 2px 0;
  line-height: 24px;
}

#leftcolumn div.module table ,#rightcolumn div.module table {
}

#leftcolumn div.module table td ,#rightcolumn div.module table td {
  padding: 0 6px 6px 0;
  vertical-align: middle;
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
  text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3 {   
  background: url(../images/destaques_menu_h3_bg.jpg) bottom left;
  background-repeat: repeat-x;
  height: 25px;
  padding: 3px 0 0 10px;
 /* color: #666666;*/
  color: #484848;
  text-align: left;
  font-weight: bold;
}
#rightcolumn h3 {   
  background: url(../images/destaques_home_h3_bg.jpg) top left;
  background-repeat: repeat-x;
  height: 39px;
  padding: 10px 0 0 0px;
  color: #666666;
  text-align: left;
  font-weight: bold;
}
#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
  margin: 0 0 0px 0;
  padding: 0 0 0px 0;
  overflow: hidden;  
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
  width: 280px;
/*  margin: 0 auto;*/
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  list-style: none;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
  margin: 0;
  padding: 0 0 0 0px;
 
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

#leftcolumn ul.menu li ul li, #rightcolumn ul.menu li ul li{
  border-bottom: none;
}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
  font-weight: 400;
  font-size: 13px;
  padding: 0 0 0 10px;
  text-decoration: none;
  color: #666666;
  color: #484848;
  background: url(../images/menu_row.png) center left no-repeat;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
  text-decoration: underline;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
  padding: 0 0 0 10px;
  text-decoration: underline;
  background: url(../images/menu_row.png) center left no-repeat;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
  
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
  font-weight: 400;
  font-size: 13px;
  height: 18px;
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #484848;
  background: url(../images/submenu_row.png) center left no-repeat;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
  padding: 0 0 0 20px;
  text-decoration: underline;
  background: url(../images/submenu_row.png) center left no-repeat;
}

#leftcolumn ul.menu li.parent ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  height: 18px;
  padding: 0 0 0 10px;
  color: #000000;
/*  color: #505050;*/
  background: url(../images/submenu_row.png) center left no-repeat;
  text-decoration: none;
  list-style: none;
}

#leftcolumn ul.menu li.parent ul li a:hover {
  text-decoration: underline;
}

/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
  margin: 0;
  padding: 0;
}

#leftcolumn ul.menu li#current ul li {
  margin: 0;
  padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
  margin: 0;
  padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
  text-decoration: underline;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
  list-style: none;
}

/* forms */
#leftcolumn .moduletable ul {
  margin: 6px 0;
  padding: 0;
  list-style: none;
}

#rightcolumn .moduletable ul {
	/*float: right;*/
	margin: 0px;
	/*padding: 0px 0px 0px 20px;*/
	/*background: url(../images/bt_mais.png) no-repeat;*/
	text-align: left;
	vertical-align: top;
	list-style: none;
	/*line-height: 14px;*/
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
  margin: 0;
  padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
  border: 0 none; 
  margin-top: 0; 
  padding: 0;
  text-align: left;
}

form#form-login ul {
  padding: 0;
  list-style: none;
  text-align: left;
  width: 180px;
  margin: 10px auto 0;
}

form#form-login ul li { 
  padding: 0; 
}

form#form-login ul li a {
  text-align: left;
  padding: 0;
  font-size: 11px;
  color: #8e8e8e;
  text-decoration: none;
}

form#form-login ul li a:hover {
  text-decoration: underline;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
  margin-top: 5px;
}

table.paramlist td.paramlist_key {
  width: 128px;
  text-align: left;
  height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-size : 14px;
  color : #c30;
  text-align: center;
  width: auto;
  background-color: #f9f9f9;
  border: solid 1px #d5d5d5;
  margin: 3px 0px 10px;
  padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
  padding: 4px;
  font-size: 11px;
}

.bannerfooter_text {
  padding: 4px;
  font-size: 11px;
  text-align: right;
}

/* System Messages */
/* see system general.css */
.pagination ul {	
	text-align:center !important;	
	margin: 10px 0px 5px 0px;
}
.pagination li {
		display: inline;
		text-align: center;	
		color:#000000;
}.pagination span {	
	padding: 5px;	
}
.pagination a    { padding: 5px; }

/* Polls */
.pollstableborder td {
  text-align: left;
}

/* Frontend Editing*/
fieldset {
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 4px;
}

legend {
  margin: 0;
  padding: 0 10px;
}

td.key {
  border-bottom:1px solid #eee;
  color: #333;
}

/* Tooltips */
.tool-tip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
}

.tool-title {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: 700;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
  font-size: 100%;
  margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

/* System Error Messages */
#system-message dd.error ul { 
  color: #c00; 
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
  color: #c00; 
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

#system-message dd {
  text-indent: 0;
}

#system-message dd ul {
  list-style-type: none;
  color: #c00; 
  background: none;
  border: none;
}

#system-message {
  margin-top: 5px;
}
#cursosseparator {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 5px 0px 15px 0px;
	height: 16px
}
#destaquesseparator {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 2px 0px 17px 0px;
	height: 16px
}
#cursos {
  float: left;
  width: 600px;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
#destaques_home{
	float: right;
	width: 334px;
	/*height: 670px;*/
	background: #f2f2f2;
	border-radius: 10px;
	border: 2px solid rgb(224, 224, 224);
	margin: 0px 0px 0px 0px;
	z-index:1000;
	overflow: hidden;
}
#destaques_home .location{
    float: left;
	margin-bottom: 13px;
}
#destaques_home .mod_events_latest_first{
    float: left;
	margin-bottom: 13px;
}
#destaques_home .mod_events_latest{
    float: left;
	margin-bottom: 13px;
}
#destaque_principal{
  float: left;
  width: 600px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

#destaques_titulo{
  color: #bd4e3c;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
}

#destaques_icon{
  float: left;
  margin-right: 15px;
}

#destaques{
  float: left;
  width: 600px;
  /* height: 340px; */
  margin: 0px;
  padding: 0px 0px;    
  text-align: center;
  font-weight: normal;  
  overflow: hidden;
}
#destaques .img{
  padding: 10px 0px;
}
#destaque1{
  float: left;
  width: 290px;
  height: 200px;
  padding: 20px 0px 0px 0px;
}
#destaque2{
  float: right;
  width: 290px;
  height: 200px;
  padding: 20px 0px 0px 0px;
}
#destaque_bottom{
  width: 980px;
  height: auto;
  margin: 0px;
  padding: 20px 0px 0px 0px;
}
#destaque_bottom_acontece_no_ime{
  float: left;
  width: 660px;
  height: 231px;
  margin: 0px;
}
#destaque_bottom_defesas{
  float: right;
  width: 320px;
  height: 231px;
  margin: 0px;
}
#links_uteis_bottom{
  width: 980px;
  height: auto;
  margin: 0px;
  padding: 20px 0px 0px 0px;
}
/*
#topo_user4{
  color: #ffffff;
  font-size: 11px;
  font-weight: 100;
  text-align: right;
}*/

.linha {font-size: 10pt; font-weight: bold; background: #9B0000; vertical-align: middle; color:#FFFFFF; text-align:center}
.linha1 {font-size: 10pt; background: #EFEFEF; margin: 1pt 1pt 1pt 1pt; padding: 2pt 2pt 2pt 2pt; vertical-align: middle;}
.linha2 {font-size: 10pt; background: #E4E4E4; margin: 1pt 1pt 1pt 1pt; padding: 2pt 2pt 2pt 2pt; vertical-align: middle;}
.linha3 {font-size: 10pt; background: #D5D5D5; margin: 1pt 1pt 1pt 1pt; padding: 2pt 2pt 2pt 2pt; vertical-align: middle;}
.linhaobs {font-size: 10pt; background: #FAFAFA; margin: 1pt 1pt 1pt 1pt; padding: 2pt 2pt 2pt 2pt;}

/*
tr:nth-of-type(odd) {
  background-color:#ccc;
} 
*/

/* clean_table*/
#clean_table{
	border:1px solid gray;
	/*	padding:4px;*/
 }


#clean_table tr:nth-of-type(odd){
	background-color:#eee;
}

#clean_table tr:nth-of-type(even){TEMPLATE_DESCRIPTION
        background-color:#ccc;
}



#clean_table th{
	color: #FFF;
	background-color: #BB2A00;
	font-weight: bold;
	padding: 4px;
}

#clean_table td{
	padding: 2px;
	color: #000;
}



/*  clean table sem div */

.clean_table{
        border:1px solid gray;
        /*      padding:4px;*/
 }

.clean_table tr:nth-of-type(odd){
        background-color:#eee;
}

.clean_table tr:nth-of-type(even){TEMPLATE_DESCRIPTION
        background-color:#ccc;
}

.clean_table th{
        color: #FFF;
        background-color: #BB2A00;
        font-weight: bold;
        padding: 4px;
}

.clean_table td{
        padding: 2px;
        color: #000;
}

.centered_text {
	text-align: center;
}

/* fim clean table sem div */

/* Inicio striped-table */
.striped-table {
        border: 1px solid gray;
        
        }
        
.striped-table tr:nth-of-type(odd) {
        background-color:#eee;
}
                
.striped-table tr:nth-of-type(even) {
        background-color:#fff;
}
                        
.striped-table th {
        color: #FFF;
        background-color: #BB2A00;
        font-weight: bold;
        padding: 4px;
}
                                                         
.striped-table td {
        padding: 2px;
        color: #000;
}
/* Fim striped-table */
                                                                                                                                                                 

.separator-old
{
	width: 270px;	
	background: url(../images/destaques_menu_h3_bg.jpg) left !important;
	background-repeat: repeat-x !important;
	height: 25px;
	line-height: 25px;
	padding: 0px 0px 3px 10px !important;
	margin: 0px 0px 10px -20px;
	/* color: #666666; */
	color: #484848 !important;
	text-align: left;
	font-weight: bold !important;
	float: left;
}



.titulo-menu
{
        width: 265px;   
        background: url(../images/destaques_menu_h3_bg.jpg) left !important;
        background-repeat: repeat-x !important;
        height: 25px;
        line-height: 25px;
        padding: 0px 0px 10px 15px !important;
        margin: 0px 0px 0px -20px;
        /* color: #666666; */
/*        color: #484848 !important;*/
      color: #BB2A00 !important;
       font-size: 16px !important;
        text-align: left;
        font-weight: bold !important;
        float: left;
	pointer-events: none;
}


.titulo-submenu {
   font-size: 15px !important;
   color: #BB2A00 !important;
   font-weight: bold !important;
}
                    


/* ESTILO PARA A GALERIA DOS DIRETORES */


.galeria{
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}


.galeria td{
	padding: 10px;
	margin: 10 10 10 10px;
}


.galeria img{
	border-width:3px;
    	border-style:solid;
    	border-bottom-color:#aaa;
    	border-right-color:#aaa;
    	border-top-color:#ddd;
    	border-left-color:#ddd;
	border-radius:10px;
    	-moz-border-radius:10px;
    	-webkit-border-radius:10px;
	margin: 0px 0px 10px 0px;

}


.galeria-destaque{
	font-family: Tahoma, Verdana, Arial, sans-serif;
  	font-size: 16px;
	vertical-align: top;
	font-weight: bold;
	color: #BB2A00;
	
}


/*  FIM DO ESTILO DA GALERIA DOS DIRETORES*/


/*  	ACESSO RESTRITO */

.acessorestrito{
	background-color: #ffff00;
	color: #a72d31;
	padding: 20px;
}

.acessorestrito a {
	color: #a72d31;
}

.acessorestrito a:visited {
	color: #bb2a00;
}

.acessorestrito:before{
	font-height: bold; 
        content: "ACESSO RESTRITO";
}


/*  FIM ACESSO RESTRITO*/


/*

   MENU OCULTO

*/

.oculto {
        display:none !important;
}


/* ESTILO PARA FOTOS DOS DOCENTES PARA COM_FOBOS E PAGINAS ESTATICAS DCC */

.cartao {
/*      background-color: #c6ffb3; */
        border: solid; 
        border-width: 0px; 
        padding: 35px;
        margin: 0px 10px 0px 10px;
}


.foto_cartao {

        float: left;    
        border-width:3px;
        border-style:solid;
        border-bottom-color:#aaa;
        border-right-color:#aaa;
        border-top-color:#ddd;
        border-left-color:#ddd;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        margin: 0px 30px 30px 30px;
        background-color: blue;

        width: 175px;
        height: 235px;


}



.foto_mini_curriculo {
        float: left;    
        border-width:3px;
        border-style:solid;
        border-bottom-color:#aaa;
        border-right-color:#aaa;
        border-top-color:#ddd;
        border-left-color:#ddd;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        margin: 0px 20px 20px 20px;
}




.foto_cartao_mini {
        height: 133px; 
        width: 100px; 
        overflow: hidden;
        border-width:3px;
        border-style:solid;
        border-bottom-color:#aaa;
        border-right-color:#aaa;
        border-top-color:#ddd;
        border-left-color:#ddd;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}

.caixa_indice {
        width: 250px;
/*      background-color: #ffcccc;*/
        font-weight: normal;
        padding: 0px;

        text-align: center;

        border-style: none;
        border-width: 1px;
        border-color: gray;

        margin: 20px;


        float: left;
        position: relative;
        clear: none;
        botton: 30px;
}

.caixa_indice_dcc {
        width: 170px;
        height: 250px;
/*      background-color: #ffcccc;*/
        font-weight: normal;
        padding: 0px;

        text-align: center;

        border-style: none;
        border-width: 1px;
        border-color: gray;

        margin: 10px;


        float: left;
        position: relative;
        clear: none;
        botton: 30px;
}

.titulo {
        font-weight: bold;
        font-size: 18px;
}


/* botao verde */

#botao_verde {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;	
}

/* fim botao verde */



/* botao cinza */


#botao_cinza {
    background-color: #D3D3De; /* Gray Light */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto; 
}


/* fim botao cinza */


/* ICONES PDF E DOC SOBRE OS LINKS  */

#pdf {
    background-image: url(http://www.ime.usp.br/images/arquivos/imagens/pdf-40x40.png);
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    }

#doc {
    background-image: url(http://www.ime.usp.br/images/arquivos/imagens/doc-40x40.png);
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    width: 40px;
    height: 40px;

    }


/*  FIM ICONES */


/* Alertas de mensagens */

.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding:10px;
  background-repeat: no-repeat;
  text-align: justify;	
 /* background-position: 10px center;*/
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error {
color: #D8000C;
background-color: #FFBABA;
}
/*  */



.info_pagina {
  background-color: #fff;
  display: block;
  clear: both;
  margin-top: 30px;
  padding: 10px;
}


/* formato para a pagina de orientadores da pos */
.item_orientador { 
 clear: both;
 padding: 10px;
 min-width: 90%;
 min-height: 140px;
 background-color: #efefef;
/* border-bottom: 1px solid #bb2a00;*/
 margin-top: 10px;
 margin-bottom: 10px;    
}


.foto_cartao_orientador {
 display: inline-block;
 float: left;

}

.info_orientador {
 display: inline-block;
 padding: 10px 10px 10px 30px;*/
}

/* fim formato pagina orientadores da pos */


/* tabela vagas vestibular */



.tabela_vagas_vestibular{
        border:1px thin blue;
	width: 100%;
        /*      padding:4px;*/
 }

.tabela_vagas_vestibular tr:nth-of-type(odd){
/*        background-color:#eee;*/
}

.tabela_vagas_vestibular tr:nth-of-type(even){TEMPLATE_DESCRIPTION
/*        background-color:#ccc;*/
}

.tabela_vagas_vestibular th{
        color: #FFF;
        background-color: #BB2A00;
        font-weight: bold;
        padding: 4px;
}

.tabela_vagas_vestibular td{
        padding: 7px;
        color: #000;
	text-align: center;
	border: 1px dotted gray;
}

.tabela_vagas_vestibular td p{
        text-align: center;
}


.ep_fuvest {
        padding: 2px;
        color: blue;
	background-color: yellow;
        text-align: center !important;
        border: 1px solid blue;
	margin-left: auto;
	margin-right: auto;
}

.ep_sisu {
        padding: 2px;
        color: green;
        background-color: yellow;
        text-align: center !important;
        border: 1px solid blue;
        margin-left: auto;
        margin-right: auto;
}

.ep {
        padding: 2px;
        color: blue;
        background-color: yellow;
        text-align: center !important;
        border: 1px solid blue;
        margin-left: auto;
        margin-right: auto;
}





/* fim tabela vagas vestibular*/



/* table bordered */
.table-bordered {
  border: 1px solid #e5e4e2;
}
/* table bordered*/
