@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e9eaed;
}
p {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	color:#312F2F;

}
ul {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	color:#312F2F;

}

#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-8px;
}
#Header {
	height: 110px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(img/back_head2.jpg);
}
#Logo {
	float: left;
	height: 110px;
	width: 219px;
}
#menu_contaco {

	float: left;
	height: 50px;
	width: 720px;
}
#menu {
	margin-left:180px;
	float: left;
	height: 50px;
	width: 550px;
	padding-top:10px;
	text-decoration:none;

}

#menu a{
	color:inherit;
	text-decoration:none;
}

#menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 10px 4px 10px 0;
  list-style: none;
  z-index:1000;
  
  
}
#menu ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 16px 10px;

  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#menu ul li:hover {
  background: #2374b2;
  color: #fff;
  
}
#menu ul li ul {
  position: absolute;
  top: 40px;
  left: 0;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
	
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;

}
#menu ul li ul li { 
  background-color:#f5f5f5;
  color:#797979;
  display: block; 
   font-size:11px;
   	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid;
  border-width:thin;
	border-color: #e8e6e6;


 
}
#menu ul li ul li:hover { background: #2374b2; }
#menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#banner {
	height: 320px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#banner_inter {
	height: 210px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#banners_mini {
	height: 120px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#Content {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(img/backk.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
		text-align:justify;
	
}
#footer {
	background-image:url(img/line_footer.png);
	background-repeat:repeat-x;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	font-size:12px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
