/* ESTILOS BÁSICOS */

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	width:100%;
	height:100%;
    background:#1a1a1a url('img/torga.jpg') no-repeat scroll bottom left;
	color: #70643a;
	font-family: tahoma, arial, verdana;

	}

table {
	width:100%;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border: 0;
	border-spacing: 0;
	}

td {
	width:100%;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border: 0;
	vertical-align: middle;
	}

a:link, a:visited, a:active { text-decoration:none; color:#826c1e; }

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

img {
	margin-bottom:-3px;
	}


/* ESTILOS EXTRA */

#wrapper {
	width:100%;
	height: 483;
}

#content {
	width: 100%;
	height: 280;
	background: #0c0c0c;
}



#topbar {
	width: 100%;
	height: 24;
	font-size: 10px;

	}

#middlebar {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%; height:230;
	background-color:#95948f;
	border-top: 1px solid #826c1e;
	border-bottom: 1px solid #826c1e;
	background-image:url('img/bg_home.jpg');
	background-repeat: repeat-x;
	background-position: top right;
	}


#bottombar {
	width: 100%;
	height: 24;
	}

#boxtop {
	width:252;
	height:102;
	position:relative;
	bottom:12;
	left:50%;
	margin-left:-126;
	font-size: 10px;
	}

#boxbottom {
	width:252;
	height:102;
	position:relative;
	top:12;
	left:50%;
	margin-left:-126;
	font-size: 10px;
	text-align: center;
	}
	
#topbar a img	 { 
	text-decoration:none; 
	border: 0px none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

#middlebar a img	 { 
	text-decoration:none; 
	border: 0px none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

#newsbox {
	border: 1px dashed black;
	background-image: url('img/bg_news.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 406;
	height: 166;
	float:right;
	position:relative;
	top:32;
	right:316px;
}

#texto_noticia {
	position:relative; 
	width:377px; 
	height:115px; 
	top:15; 
	left:15; 
	overflow:hidden; 
	color: black; 
	font-size: 10px;
	text-align: justify;

	}


.scrl_news {
	width:370px; 
	height:115px; 
	overflow:hidden;

}


