@charset "utf-8";

/** 
 * MTV.com Ultimate Linear CSS Drop-Down Menu Theme
 *
 * @file		default.ultimate.css
 * @name		MTV.com
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 */

@import "estrutura.css";


body
   {
      text-align: center;
      margin:0 auto;
	  padding: 0;
      font-family: tahoma,verdana,arial;
      font-size: 11px;
      line-height: 18px;
      background: #fff url(imagens/fundo_body.jpg) repeat-x; 
   }
   
h1
   {
      text-align: center;
      margin:0 auto;
      font-family: tahoma,verdana,arial;
      font-size: 11px;
      line-height: 18px;
   }

h2
   {
      text-align: center;
      margin:0 auto;
      font-family: tahoma,verdana,arial;
      font-size: 11px;
      line-height: 18px;
   }

h3
   {
      text-align: center;
      margin:0 auto;
      font-family: tahoma,verdana,arial;
      font-size: 11px;
      line-height: 18px;
   }

h4
   {
      text-align: center;
      margin:0 auto;
      font-family: tahoma,verdana,arial;
      font-size: 11px;
      line-height: 18px;
   }

h5
   {
      text-align: center;
      margin:0 auto;
      font-family: tahoma,verdana,arial;
      font-size: 11px;
      line-height: 18px;
	}
	


a {
	color: #8A7645;
}

a:hover, a:active {
	text-decoration: none;
	color: #8A7645;
}

a:visited {
	color: #8A7645;
}

#noticia h1{
	font-size: 12px;
	text-align:left;
	margin: 0 0 10px 15px;
}	
#noticia .imgdest{
   float: right;
   margin: -15px 0 0 10px;	
}		

.link {
	background-image: url('imagens/bullet.png');
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 30px;
	padding-left: 30px;
}
   


