
/*SLIDER EMPRESA*/

#slideshow {
	margin: 0 auto;
	width: 900px;
	height: 514px;
	position: relative;
	margin-top: 64px;
	padding-top: 41px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:900px;
  height: 500px;
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:900px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 335px;
  text-align:justify;
}


.control {
  display:block;
  width:30px;
  height:28px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:4px;
  left:836px;
  background:transparent url(../images/control_left.png) no-repeat 0 0;
  z-index:11111;
}
#rightControl {
  top:4px;
  right:0px;
  background:transparent url(../images/control_right.png) no-repeat 0 0;
}


.slide p {
	font-size: 19px;
	margin: 22px;
	line-height: 21px;
	color: #000;
	margin-top: 8px;

}
.slide h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 1px;
	margin-left: 23px;
	
}
.slide img {
  float:right;
  margin:0 15px;
}


	
	