@charset "utf-8";
/* CSS Document */
#banner-fade{
	width:960px;
	float:left;
	position:relative;
	z-index:20;
	}
ul.bjqs{
	position:relative; 
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden; 
	display:none;
	float:left;
	z-index:10;
	}
li.bjqs-slide{
	position:absolute; 
	display:none;
	}
ul.bjqs-controls{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
	}
ul.bjqs-controls.v-centered li a{
	position:absolute;
	}
ul.bjqs-controls.v-centered li.bjqs-next a{
	background:url(../img/flechas.png) right;
	width:50px;
	z-index:102;
	cursor:pointer;
	height:46px;
	position:absolute;
	right:650px;
	margin-top:-120px;
	}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{
	background:url(../img/flechas-h.png) right;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	z-index:102;
	left:650px;
	background:url(../img/flechas.png);
	width:50px;
	height:46px;
	position:absolute;
	cursor:pointer;
	margin-top:-120px;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
	background:url(../img/flechas-h.png);
	}
ol.bjqs-markers{
	list-style: none; 
	padding: 0; 
	margin: 0; 
	}
ol.bjqs-markers.h-centered{
	text-align: center;
	position:absolute;
	bottom:15px;
	z-index:20;
	margin-left:-205px;
	}
ol.bjqs-markers li{ 
	float:left;
	margin:0 2px;
	} 
ol.bjqs-markers li a{
	display:block;
	width:54px;
	height:0;
	padding-top:15px;
	background-position:0 0;
	float:left;
	overflow:hidden;
	}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background-position:-53px 0;
	}
p.bjqs-caption{
	display:block;
	width:96%;  
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0; 
	}
.fondo{
	position:absolute;
	bottom:0px;
	z-index:-1;
	}
.texto{
	width:510px;
	margin:auto;
	top:180px;
	position:relative;
	}
.texto h1{
	font-family:"Arista";
	font-size:52px;
	border-bottom:solid 1px #000000;
	padding-bottom:5px;
	width:420px;
	text-align:center;
	margin-left:45px;
	float:left;
	position:relative;
	font-weight:normal;
	}
.texto h2{
	font-family:"Arista";
	font-size:23px;
	color:#FFF;
	background-color:#BB4B57;
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	padding:5px 0px;
	margin-top:10px;
	border-radius:30px;
	font-weight:normal;
	}
.texto p{
	font-size:26px;
	text-align:center;
	margin-top:10px;
	float:left;
	position:relative;
	font-family:"Avdira";
	}
.fig1{
	width:146px;
	height:114px;
	position:absolute;
	top:255px;
	left:97px;
	}
.fig2{
	width:160px;
	height:113px;
	position:absolute;
	top:108px;
	left:396px;
	}
.fig3{
	width:150px;
	height:187px;
	position:absolute;
	top:330px;
	left:418px;
	}
.fig4{
	width:119px;
	height:124px;
	position:absolute;
	top:380px;
	left:650px;
	}
.fig5{
	width:108px;
	height:112px;
	position:absolute;
	top:0px;
	left:1070px;
	}
.fig6{
	width:129px;
	height:143px;
	position:absolute;
	top:355px;
	left:1090px;
	}
.fig7{
	width:191px;
	height:202px;
	position:absolute;
	bottom:-45px;
	left:1120px;
	}
.fig8{
	width:216px;
	height:225px;
	position:absolute;
	top:235px;
	left:1340px;
	}
.fig9{
	width:120px;
	height:154px;
	position:absolute;
	top:45px;
	right:0px;
	}
.btn{
	float:left;
	position:relative;
	width:163px;
	}
.nombre{
	float:left;
	position:relative;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	background:#000;
	color:#85b224;
	width:100%;
	font-family:"Arista";
	font-size:18px;
	text-transform:uppercase;
	margin-top:20px;
	}
.btn:hover .nombre{
	background-color:#d5d6d1;
	}
.btn-img{
	float:left;
	position:relative;
	width:129px;
	height:129px;
	margin-top:17px;
	margin-left:17px;
	}
.btn-h1{
	background-image:url(../img/botones/h1.png);
	}
.btn:hover .btn-h1{
	background-image:url(../img/botones/h1-h.png);
	}
.btn-h2{
	background-image:url(../img/botones/h2.png);
	}
.btn:hover .btn-h2{
	background-image:url(../img/botones/h2-h.png);
	}
.btn-h3{
	background-image:url(../img/botones/h3.png);
	}
.btn:hover .btn-h3{
	background-image:url(../img/botones/h3-h.png);
	}
.btn-h4{
	background-image:url(../img/botones/h4.png);
	}
.btn:hover .btn-h4{
	background-image:url(../img/botones/h4-h.png);
	}