#reportes{
	width: 770px;
	height: 3300px;
	margin-top: 90px;
}

/*Titulo*/

#reportes h2{
	color:#82BC00;
	font-weight: lighter;
	font-size: 53px;
	font-family: HelveticaNeueLTStd-Lt;
	margin-bottom: 10px;
}
#reportes p{
	width: 691px;
	color: #A5A7AA;
	font-size: 18px;
	font-weight: lighter;
	font-family: Helvetica, Arial;
}
.slideshow{
	position: relative;
	overflow: hidden;
	height: 342px !important;
	margin-top: 0px;
	width: 691px;
}
#btn_sld_izq {
	margin-top: -46px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	right: 0px;
	width: 787px;
	filter:alpha(opacity=30);
	opacity: 0.3;
  -khtml-opacity: 0.3;
	transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -khtml-transition: all 0.2s linear;
}
#btn_sld_izq:hover {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  -khtml-opacity: 1.0;
}
#btn_sld_der {
	margin-top: -46px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	right: 10px;
	width: 137px;
	filter:alpha(opacity=30);
	opacity: 0.3;
  -khtml-opacity: 0.3;
	transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -khtml-transition: all 0.2s linear;
}
#btn_sld_der:hover {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  -khtml-opacity: 1.0;
}

/*Texto galeria reportes bajo de slide*/

.dest_verde {
	color: #82BC00;
	font-style: italic;
	font-weight: 400;
}
#top {
	border-bottom: 1px solid #82BC00;
	height: 540px;
	width:691px;
}

#rep_empresas{
	width:770px;
	display:inline-block;
	margin-top: 30px;
}



/*LISTA DE REPORTES*/
/*para todos los reportes*/
.cliente {
	color: #82BC00;
	font-size: 14px;
	font-weight: lighter;
	font-family: Helvetica, Arial;
}
.ano {
	color: #a5a7aa;
	font-size: 14px;
	font-weight: lighter;
	font-family: Helvetica, Arial;
}
.btn_repo {
	position: absolute;
}
.btn_repo_on {
	position: relative;
	opacity: 0;
	transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;
	-khtml-transition: opacity 0.25s linear;
	cursor: pointer;
}
.btn_repo_on:hover {
	opacity: 1;
}

/*estilos de cada reporte*/
#rep01 {
	display: inline-block;
	margin-top: 30px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #a5a7aa;
	padding: 0;
	width: 182px;
	margin-top: 10px;
}

#rep02 {
	display: inline-block;
	margin-top: 30px;
	margin-left: 40px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #a5a7aa;
	padding: 0;
	width: 182px;
	margin-top: 10px;
}

#rep03 {
	display: inline-block;
	margin-top: 30px;
	margin-left: 40px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #a5a7aa;
	padding: 0;
	width: 182px;
	margin-top: 10px;
}
#rep04 {
	display: inline-block;
	margin-top: 30px;
	_margin-left: 20px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #a5a7aa;
	padding: 0;
	width: 182px;
	margin-top: 10px;
}

/*----fin reportes-----*/

#nav {
position: absolute;
margin: 0 auto;
z-index: 30;
top: 470px;
right: 446px;
}
#nav li {
width: 12px;
float: left;
margin: 1px;
margin-top: 13px;
list-style: none;
z-index: 99;
}
#nav a {width: 6px;height: 6px;display: block;  background-color:transparent; border: 1px solid #fff; border-radius: 50%;}
#nav li.activeSlide a { background: #fff; border: 1px solid #fff; width: 6px; height: 6px;}
#nav a:focus { outline: none; }
#nav img { border: none; display: block }



