@charset "UTF-8";
/*START MAIN STYLE*/
#background
{
	background-image: url(../images/stockBG.jpg);
	background-repeat: repeat;
}
#frame{
        font-family: 'Arimo', sans-serif;
	display: block;
	width: 770px;
	height: 563px;
	margin-left: auto;
	margin-right: auto;
}
#contenidorPrincipal {
	display: inline-table;
	width: 770px;
	height: 513px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/baseEstants.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#marc{
	background-image: url(../images/foto.png);
	width: 70px;
	height: 85px;
	margin-top: 99px;
	margin-left: 110px;
}
#marc2{
	background-image: url(../images/h_foto.png);
	width: 70px;
	height: 85px;
	display: block;
}
#marc:hover{
	cursor:pointer;
}
#llibres1{
	background-image: url(../images/llibres1.png);
	width: 265px;
	height: 92px;
	margin-top: 15px;
	margin-left: 430px;
}
#llibres2{
	background-image: url(../images/h_llibres1.png);
	width: 265px;
	height: 92px;
	display: block;
}
#llibres1:hover{
	cursor:pointer;
}
#globe{
	background-image: url(../images/globe.png);
	width: 126px;
	height: 150px;
	margin-top: 13px;
	margin-left: 570px;
}
#globe2{
	background-image: url(../images/h_globe.png);
	width: 126px;
	height: 150px;
	display: block;
}
#globe:hover{
	cursor: pointer;
}
#logo1{
	background-image: url(../images/logoBNAweb.png);
	width:290px;
	height:110px;
	margin-top:-255px;
	margin-left:100px;
}
#logo1:hover{
	cursor:pointer;
}
.mLogo{
	background-image: url(../images/logoBNAweb2.png);
	width: 218px;
	height: 83px;
	opacity: 0.4;
	filter:alpha(opacity = 40); /*for IE8 and earlier*/
	margin-top: -40px;
	margin-left: 392px;
}
.mLogob{
    background-image: url(../images/logoBNAweb2.png);
	width: 218px;
	height: 83px;
	opacity: 0.4;
	filter:alpha(opacity = 40); /*for IE8 and earlier*/
	margin-top: 10px;
	margin-left: 392px;
}
.mLogob:hover{
    cursor:pointer;
}
#ll{
    width: 218px;
    height: 83px;
    margin-top: 10px;
    margin-left: 392px;
    display:block;
}
#mLogoInfo{
	/*position:inherited;*/
	margin-top:0px;
	margin-bottom:50px;
	margin-right: 50px;
        margin-left:50px;
}
#mNewsb{
    display:block;
    width:570px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:25px;
    
}
#wrapper{
    display:inline-block;
    margin-top:50px;
    width:770px;
    margin-left:auto;
    margin-right:auto;
}
.bContent{
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
    line-height:125%;
    text-align:justify;
}
#lema{
        
        font-style:italic;
	text-align:center;
	font-size:14px;
	color: #555;
	margin-top: -40px;
	margin-left: 48px;
}
#lemab{
        
        font-style:italic;
    text-align:center;
	font-size:14px;
	color: #555;
	margin-top: -40px;
}
#prefooterb{
    text-align:center;
	font-size:12px;
	color: #555;
	margin-top: 16px;
	
}
#footerb{
	height:50px;
	width:770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 100px;
	color: #444;
    font-size:14px;
}
#footTBb{
    margin-left: auto;
    margin-right: auto;
	width: 100px;
	alignment-adjust: middle;
}
#prefooter{
	text-align:center;
	font-size:12px;
	color: #555;
	margin-top: 16px;
	margin-left: 35px;
}
#footer{
	height:50px;
	width:770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 100px;
	color: #444;
        font-size:14px;
}
#footTB{
	width: 100px;
	margin-left: 340px;
	margin-top:-15px;
	alignment-adjust: middle;
}
#contact{
	text-align: center;
}
#contact:hover{
	cursor:pointer;
}
#facebook{
	text-align: center;
        text-decoration:none;
}
#facebook:hover{
	cursor:pointer;
        text-decoration:none;
}
#facebook:link{text-decoration:none;}
#facebook:visited{text-decoration:none;}
#facebook:active{text-decoration:none;}

/* END MAIN STYLE */
/* START MODAL STYLE */
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
	
.reveal-modal {
	visibility: hidden;
	top: 50px;
	width: 600px;
	margin-left:63px;
	/*overflow:auto;*/
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:5px solid;
	border-color:#663300;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	background-color: #eee;
	background-image: url(../images/stockBG.jpg);
	background-repeat: repeat;
	background-position: -220px -80px;
}
		
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color:#663300;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
} 
/*END MODAL STYLE*/
/*START TOOLTIP STYLE*/
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
      font-family: 'Arimo', sans-serif;
      position: absolute;
      width: 40px;
      height: 7px;
      line-height: 7px;
      padding: 7px;
      font-size: 12px;
      text-align: center;
      color: rgb(119, 119, 119);
      background: rgb(255, 255, 255);
      border: 0px solid rgb(255, 255, 255);
      border-radius: 3px;
      text-shadow: rgba(0, 0, 0, 0.0976563) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.0976563) 1px 1px 2px 0px;
}
#tools{margin-left:-5000px;}
/*END TOOLTIP STYLE*/

#content{
        margin-left:50px;
        margin-bottom:50px;
}
#btn{
        margin-left:10px;
        font-size: 14px;
	line-height: .5;
	position: relative;
	height: 30px;
        bottom: 8px;
	right: 11px;
	color:#333;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}
#sideAbout{
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
	background-image: url(../images/fotoCarina.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 125px;
	height: 188px;
	margin-top:-23px;
}
#cAbout{
	margin-top: -193px;
	margin-left: 145px;
}
/*START AUTHORS*/
#aTB{
	position:relative;
    margin-top:-15px;
}
#sideTB{
	position:relative;
	margin-top:-20px;
	vertical-align:top;
	width:160px;
}
#contentTB{
	/*content style*/
	vertical-align:top;
	position: relative;
	/*font-size: 20px;*/
	/*margin-top:15px;*/
}

.autT{
	/*main menu items style*/
	font-size: 18px;
	margin-bottom:10px;
	margin-top:10px;
}
.autT:hover{
	cursor:pointer;
}
.autT:focus{font-weight: bold;}
.acList{
	/*menu list style*/
	margin-left:-10px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 14px;
	/*line-height:90%;*/
}

.acList:hover{
	cursor: pointer;
	font-weight: bold;
}
.acList:focus{
	font-weight: bold;
}
.authorBox{
	display:none;
    /*visibility:hidden;*/
	margin-top: 1px; 
	text-decoration: none;
}

#fAlvaro{
    background-image: url(../images/fAlvaro.png);
    width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMunoz{
    background-image: url(../images/fMunoz.png);
    width: 102px;
    height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fBoel{
    background-image: url(../images/fBoel.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fBostrom{
	background-image: url(../images/fBostrom.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fDregen{
    background-image: url(../images/fDregen.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fDuke{
	background-image: url(../images/fDuke.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fJonas{
	background-image: url(../images/fJonas.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fHmm{
    background-image: url(../images/fHmm.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}

#fLerneby{
	background-image: url(../images/fLerneby.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fPabon{
	background-image: url(../images/fPabon.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fWestlund{
	background-image: url(../images/fWestlund.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fJanouch{
	background-image: url(../images/fJanouch.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fKadefors{
    background-image: url(../images/fKadefors.png);
	width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMarc{
    background-image: url(../images/fMarc.png);
    width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fTimen{
    background-image: url(../images/fTimen.png);
    width: 102px;
    height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMunoz:hover,#fAlvaro:hover,#fMarc:hover,#fTimen:hover,#fDregen:hover,#fWestlund:hover,#fPabon:hover,#fLerneby:hover,#fJonas:hover,#fDuke:hover,#fBostrom:hover,#fJanouch:hover,#fKadefors:hover,#fPetersson:hover,#fWattin:hover,#fBoel:hover{
        cursor:pointer;
}
#fPetersson{
    background-image: url(../images/fPetersson.jpg);
    width: 102px;
	height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxMarc{
    background-image: url(../images/fMaxMarc.png);
    width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxAlvaro{
    background-image: url(../images/fMaxAlvaro.png);
    width: 425px;
    height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxMunoz{
    background-image: url(../images/fMaxMunoz.png);
    width: 425px;
    height: 525px;
    border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxTimen{
    background-image: url(../images/fMaxTimen.png);
    width: 425px;
    height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxPetersson{
    background-image: url(../images/fMaxPetersson.jpg);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxDregen{
    background-image: url(../images/fMaxDregen.png);
    width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fWattin{
    background-image: url(../images/fWattin.png);
    width: 102px;
    height: 126px;
	margin-left: -15px;
	margin-top: -5px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxWattin{
    background-image: url(../images/fMaxWattin.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxBostrom{
	background-image: url(../images/fMaxBostrom.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxDuke{
	background-image: url(../images/fMaxDuke.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxJonas{
	background-image: url(../images/fMaxJonas.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxHmm{
    background-image: url(../images/fMaxHmm.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}

#fMaxLerneby{
	background-image: url(../images/fMaxLerneby.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxPaborn{
	background-image: url(../images/fMaxPaborn.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxBoel{
    background-image: url(../images/fMaxBoel.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxWestlund{
	background-image: url(../images/fMaxWestlund.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxJanouch{
	background-image: url(../images/fMaxJanouch.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
#fMaxKadefors{
    background-image: url(../images/fMaxKadefors.png);
	width: 425px;
	height: 525px;
	border:2px solid;
	border-color:#663300;
	border-radius: 5px;
}
/*accordion*/
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  margin-bottom: 1px;
  zoom: 1;
  outline: none;
}
.ui-state-focus{
	outline: none;
}

.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {
  zoom: 1;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
  outline: none;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 1em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: visible;
	display: none;
	zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
  display: block;
}

/*end accordion*/
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
li {list-style:none;}
.titling{
       font-size:18px;/*style the post titles*/
       margin-top:0px;
}
.titlingVids{
       font-size:14px;/*style the post titles*/
       margin-top:0px;
}
.abContent{
       margin-left:-10px;
       font-size:14px;
       line-height:125%;
       text-align:justify;
}

#mLogoInfo{margin-left:50px;}

p{
       margin:10px;
}
.storycontent{text-decoration:none;}
/*END AUTHORS*/
/*START VIDEOS*/
#mVideo1{
    display:block;
    width:640px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:25px;   
}
/* CSS Document */