@charset "utf-8";


#slideshow {
	width:936px;
	height:450px;
	position:relative;
	padding-right: 22px;
}
#slideshow #slidesContainer {
	width:826px;
	height:374px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-left: 45px;
	background-color: #b8c6ce;
	padding: 9px;
}

#slideshow #slidesContainer .slide {
	width:826px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:374px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  width:50px;
  height:51px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  margin-top: 185px;
}
#leftControl {
	top:0;
	left:0;
	background-image: url(images/control_left.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightControl {
	top:0;
	right:0;
	background-image: url(images/control_right.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#description_slider {
	float: right;
	height: 374px;
	width: 195px;
	margin-right: 15px;
}
.img_float {
	float: left;
}
.description {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #41545F;
}
.description_port1 {
	color: #872C6B;
	font-family: "Trebuchet MS";
	font-size: 16px;
}
a.flecha {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #872C6B;
	text-decoration: none;
}
a.flecha:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
}
.bt_tecnologia {
	margin-top: 3px;
	margin-bottom: 3px;
}

