@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background-color: #fafafa;
	margin: 0;
}
div.clear{
	clear: both;
}
div#container {
	position: relative;
	min-height: 100%;	
}

div#footer {
	position: absolute;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #909090;
	height: 25px;
	padding-top: 10px;
	background-color:#e5e5e5;
	width: 100%;
}
div#footer a {
	text-decoration: none;
	color: #909090;
}
div#footer a:hover {
	text-decoration: none;
	color: #333333;
}


div.box_home{
	background: url(../img-intro/bg_box_home.jpg) no-repeat;
	width: 341px;
	height: 370px;
}
div#logo{
	width: 100%;
	height: 199px;
	background: url(../images/bg_header.jpg) repeat-x top;
}


/* SLIDER INTRO */

#slider{
	height: 341px; 
 	overflow: hidden;
 	position: relative; 
	margin: 0px ; 
	width: 341px;
}
												  
#mover{ 
	width: 2880px; 
	position: relative; 
}

.slide{ 
	width: 427px; 
	float: left; 
	position: relative; 	
}
.slide img {
	 position: absolute; 
	 left:  0px; 
 }
#slide-1 img {
	 top: 0px; 
}
 
#slider-stopper	{ 
	display: none;
	position: absolute; 
	top: 1px; 
	right: 20px; 
	background: #f4f4f4; 
	color: #000;
	padding: 3px 8px; 
	font-size: 10px; 
	text-transform: uppercase; 
	z-index: 1000; 
}

.slide h1{  }
.slide p{ visibility: hidden; }




/*PANEL*/

#panel{
	background: #eeeeee;
	height: 115px;
	display: none;
	position: relative;
	width: 100%;
	z-index:222;
}

#panel_contener {
	background: #eeeeee;
	height: 105px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #767676;
	padding-top: 10px;
	
}
.slide_b {
	margin: 0;
	padding: 0;
	border-bottom: solid 4px #dddddd;
	background: url(../img-intro/opened.jpg) no-repeat center top;
}
.btn-slide {
	background: url(../img-intro/closed.jpg) no-repeat center top  ;
	text-align: center;
	width: 144px;
	height: 10px;
	padding: 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
div#slider_b {
	position: absolute;
	bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	width: 100%;
	text-align: center;
	z-index:100;
}

div#panel_contener table{
 	color:#767676;
 	font-size: 13px;

}
div#panel_contener table a{
 	color:#767575;
 	font-size: 11px;
	text-decoration: none;
}
div#panel_contener table a:hover{
 	color: #990000;
 	font-size: 11px;
	text-decoration: underline;
}