/*   --------------  Global --------------   */

body
{
	margin:0px;
	padding:0px;
	
	background-color:#bcbdc1; /*#e4795d*/
	/*background-image:url(../images/background-tile.jpg);
	background-repeat:repeat-y;*/
}

p 
{
	margin:0px;
	padding:0px;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#f2a70d;
	margin:0px;
	padding:0px;
	/*padding:63px 0px 0px 25px;*/
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4f2231;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h3
{
	margin:0px;
	padding:0px;
}

/*  --------------   END Global --------------*/

.wrapper
{
	position:relative;
	margin:auto;
	width:962px;
	height:100%;
}

.container /* Outer div  */
{
/*	position:relative;
	margin:auto;*/
	width:926px;
	height:100%;
	float:left;
	padding:0px 18px;
	background-image:url(../images/dropshadow.jpg);
	background-repeat:repeat-y;
}

.container2
{
	position:relative;
	float:left;
	width:926px;
	height:100%;
}

/* -------------- Top: Logo, Search, Top Nav --------------  */

.top
{
	float:left;
	width:926px;
	height:193px;
	background-image:url(../images/top_noLogo.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#FFFFFF;

}

.top .logo
{
	position:absolute;
	display:block;
	height:75px;
	width:168px;
	top: 66px;
	left: 51px;

	
}

.top .search
{
	position:absolute;
	display:block;
	height:20px;
	width:217px;
	top: 163px;
	left: 0px;
	padding-left:33px;
	line-height:20px;
	
}

.top .search form
{
 	height:20px;
	margin:0px;
	padding:0px;
	/*vertical-align:middle;*/
}

.top .search input
{
 	font-size:11px;
	margin:0px;
 	padding:0px;
	vertical-align:middle;
}

.top .search .setwidth
{
	width:127px;
	padding:0px;
	margin:0px;
}

html > body .top .search a
{
	display:block;
	float:right;
	clear:none;
	margin:3px 6px 0px 0px;
	padding:0px;
	width:29px;
	height:16px;
	background-image:url(../images/go-btn-bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#020000;
	text-align:center;
	line-height:16px;
	text-decoration:none;
}

html > body .top .search a:hover
{
	color:#020000;
	text-decoration:none;
	background-image:url(../images/go-btn-bg.jpg);
}

div#noticia {width: 600px;height: 280px;overflow: auto;scrollbar-base-color:#000000;}
div#mural {width: 300px;height: 280px;overflow: auto;scrollbar-base-color:#000000;}
 
