@charset "utf-8";
/* CSS Document */
#banner-fade{
	width:945px;
	float:left;
	position:relative;
	margin-left:15px;
	margin-top:-30px;
	margin-bottom:60px;
	}
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{
	width:39px;
	height:38px;
	position:absolute;
	background:url(../img/next.png);
	right:20px;
	z-index:100;
	margin-top:45px;
	}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{
	background-image:url(../img/next-h.png);
	}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	width:39px;
	height:38px;
	position:absolute;
	background:url(../img/prev.png);
	right:70px;
	z-index:100;
	margin-top:45px;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
	background-image:url(../img/prev-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; 
	}
.foto{
	float:left;
	position:relative;
	border:solid 5px #FFFFFF;
	}
.texto{
	float:left;
	position:relative;
	margin-left:8px;
	height:245px;
	margin-top:270px;
	width:269px;
	background:url(../img/texto2.jpg) bottom;
	}
.texto p{
	font-family:"Decker";
	font-size:18px;
	width:210px;
	margin-top:95px;
	margin-left:20px;
	}