/**************************************
 * THEME NAME: portogente
 *
 * Files included in this sheet:
 *
 *   portogente/gradients.css
 **************************************/

/***** portogente/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

#barra {
text-align: right;
padding-right: 10px;
background-color: #495678;
}

#header-home {
	height:338px; 
	background:url(headerhome.jpg) no-repeat;
	background-attachment: scroll;
}

#header {
	height:159px; 
	background:url(header.jpg) no-repeat;
	background-attachment: scroll;
}

.logo {
text-align:left;
	width: 635px;
	height: 150px;
}/***** portogente/gradients.css end *****/

