/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute;}

ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}

ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* demo styles */

body{
	font-family: 'Carter One', sans-serif;
	background-color: #0E2515;
}

#container{
  width:980px;
  padding:100px 0;
  margin:0 auto;
  overflow:hidden;
}
#empresa {
		height:312px;
	width:842px;
	margin-left:2px;
	margin-top:-4px;
	position:relative;
	
	background-image: url(../imagen/fondoempresa.png);
	background-repeat: no-repeat;
}
#producto {
	height:312px;
	width:843px;
	margin-left:3px;
	margin-top:-4px;
	position:relative;
	background-image: url(../imagen/fondoproducto.png);
	background-repeat: no-repeat;
}
#contacto {
		height:312px;
	width:842px;
	margin-left:2px;
	margin-top:-4px;
	position:relative;
	background-image: url(../imagen/fondocontacto.png);
	background-repeat: no-repeat;
}
#ubicacion {
		height:312px;
	width:842px;
	margin-left:2px;
	margin-top:-4px;
	position:relative;
	background-image: url(../imagen/fondo_ubicacion.png);
	background-repeat: no-repeat;
}

#galeria {
	height:312px;
	width:819px;
	margin:0 auto;
	position:relative;
	background-image: url(../imagen/galeria.jpg);
	background-repeat: no-repeat;
}
#productos2 {
		height:312px;
	width:842px;
	margin-left:2px;
	margin-top:-4px;
	position:relative;
	background-image: url(../imagen/fondoproducto.png);
	background-repeat: no-repeat;
}
#bannere {
  height:167px;
  width:412px;
  margin:0 auto;
  position:relative;
padding-top: 20px;
padding-right: 35px;
  float:right;
}
#bannereP {
	height:232px;
	width:439px;
	position:relative;
		padding-top:2px;
	float:right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right:13px;
}
#mapa {
  height:291px;
  width:354px;
  margin:0 auto;
  position:relative;
  padding-top:10px;
  padding-right:10px;
  float:right;
}
#banner {
  height:317px;
  width:837px;
  margin:0 auto;
  position:relative;
  padding-top:10px;
}

 ul.bjqs-controls li a{
  display:block;
 
  position:absolute;
  background:#fff;
  color:#fd0100;
  text-decoration:none;
  text-transform:uppercase;
}

a.bjqs-prev{
  left:0;
}

a.bjqs-next{
  right:0;
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:-50px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  border:4px solid #fff;
  overflow:hidden;
  text-indent:-9999px;
  background:#000;
  border-radius:10px;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#fd0100;
}
.lista{
	list-style-image: url(../imagen/icono-aquaglobal.gif);
	list-style-type: square;
	
	}
	.lista li{
	font-size: 15px;		
	}
	.subtitulo{
		font-size: 18px;
		}
		.sub{
			color:#390}
