@charset "utf-8";
*
{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", "Tw Cen MT", Tahoma, sans-serif;
	color:#666;
}
body
{
	width:100%;
	background:#fff url(../images/master/bg_top.png) repeat-x;
	
	/****overflow-x:hidden;*/
}

.clr {clear:both; }

body div { float:left; position:relative; }
a:focus {  outline: none;  }
div div  { float:none; position:static; }
div.centered
{
	position:relative;
	left:50%;
	margin-left:-380px;	
	
	width:760px;
	height:auto;
	
	font-size:11px;	
	overflow:visible;
}

div.centered #left_bar
{
	width:160px;
	float:left;
	position:relative;
}
#left_bar .menu h1 
{
	margin:21px 0 21px 68px;
	/*FIX RELATIVITInes*/
	background: url(../images/master/logo_top.png) no-repeat;

	height:66px;
	width:143px;
}
	
div.centered .top
{
	float:left;
	margin-top:90px;
	width:599px;
	background-color:#fff;
	height:150px;
	position:relative;
}
div.centered #content
{
	float:left;
	margin:0 0 20px 0;

	background:#fff;
	
	width:599px;
	height:auto;
	min-height:180px;
	
	position:relative;
}
#bottom
{		
	clear:both;
	float:left;
	
	background:#fff url(../images/master/bg_bottom.png) repeat-x 0 89px;
	
	width:100%;
	height:289px;
}

/*// BOTTOM  //*/
#bottom .centered
{
	background:none;
	height:289px;
}
#bottom h1
{
	position:absolute;
	top:119px; /* 30px from the orange line */
	left:34px;

	background: url(../images/master/logo_bottom.png) no-repeat;

	width:104px;
	height:52px;
}
#bottom #detail_bus
{
	margin-left:134px;

	background:url(../images/master/detail_bus.png) no-repeat;
	
	width:440px;
	height:109px;
}
#bottom .group
{
	position:absolute;
	bottom:0;
	left:205px;
	
	width:555px;
	height:35px;
}
#bottom i
{
	margin-top:5px;
	float:left;
	
	background:url(../images/master/copyright.png) no-repeat;
	
	width:223px;
	height:13px;
}
#bottom a#perverte
{
	float:right;	

	background:url(../images/master/perverte.png) no-repeat;
	
	width:24px;
	height:22px;
}

.boxPdf { background:url(../images/splash1/bg_pdf.jpg) no-repeat top left; padding:0 0 0 74px; height:75px; margin-top:20px}
.boxPdf p {margin:0 !important; }
.boxPdf a {text-decoration:none;  }
.boxPdf a:hover {text-decoration:underline; }


