@charset "utf-8";
/* CSS Document */
#banner-fade{
	float:left;
	width:975px;
	margin-top:30px;
	}
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{
	right:45px;
	width:28px; 
	height:44px; 
	text-indent: -9000px;
	margin-top:-155px;
	z-index:20;
	background:url(../img/arrows.png) right no-repeat;
	}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{
	}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	right:80px;
	width:28px; 
	height:44px; 
	text-indent: -9000px;
	margin-top:-155px;
	z-index:20;
	background:url(../img/arrows.png) left no-repeat;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
	}
ol.bjqs-markers{
	list-style: none; 
	padding: 0; 
	margin: 0; 
	}
ol.bjqs-markers.h-centered{
	text-align: center;
	position:absolute;
	bottom:60px;
	z-index:20;
	margin-left:-395px;
	}
ol.bjqs-markers li{ 
	float:left;
	margin:0 10px;
	} 
ol.bjqs-markers li a{
	display:block;
	width:18px;
	height:0;
	padding-top:19px;
	background-position:0 0;
	float:left;
	overflow:hidden;
	}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background-position:0 -24px;
	}
p.bjqs-caption{
	display:block;
	width:96%;  
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0; 
	}
.b-cont{
	float:left;
	position:relative;
	border:solid 13px #fcfaed;
	width:898px;
	margin-left:25px;
	}
.b-foto{
	float:left;
	position:relative;
	width:658px;
	height:356px;
	}
.b-texto{
	float:left;
	position:relative;
	background:#000;
	width:240px;
	height:356px;
	}
.b-texto p{
	color:#fff;
	font-size:27px;
	text-align:right;
	margin-right:20px;
	margin-top:160px;
	font-family:"Decker";
	}