img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#contentbg {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 500px;
			margin: 0 auto;
			background: #fff;
			padding: 20px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			-moz-box-shadow: #000 4px 4px 10px;
			-webkit-box-shadow: #000 4px 4px 10px;
		}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#FFFFFF;
	
	
	

}

html {

	height:100%;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

#base {
   
    position:relative;
	width:975px;
	z-index:0;
	visibility: visible;
	

}

.titles {

	font-family:  Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#857c77;
	text-decoration:none;
	text-align:left;
	font-weight:bold;

}

#main-nav{

	position:absolute;
	right: 0;
	height:100%;
	z-index:1;
	border: 1px none #000000;

}

.nav {

	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#9b9386;
	text-decoration:none;
	line-height:15px;
	
}

.tweet {

	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#9b9386;
	text-decoration:none;
	line-height:12px;
	
}

li {
				list-style: none;
			}
			
a {
	
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#9b9386;
	text-decoration:none;
	display:inline;
}	
			

a.nav {

	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#9b9386;
	text-decoration:none;
	
}
a.nav:hover {

	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#007d3a;
	text-decoration:none;
	
}
.current{

	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#007d3a;
	text-decoration:none;
	
}

.destacado{

	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#007d3a;
	text-decoration:none;
	font-weight:bold;	
	
}

a.info {



	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#585858;
	text-decoration:none;
	font-weight:bold;	
	


}

a.info_white {



	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#909090;
	text-decoration:none;
	font-weight:bold;	
	


}


a:hover.info{



	
	color:#007d3a;
	
	


}
a:hover.info_white{



	
	color:#007d3a;
	
	


}

.fib-info{

	font-family: Arial, sans-serif;
	font-size:11px;
	color:#909090;
	text-decoration:none;
	text-align:left;
	
	
}
.fib-info-white{

	font-family: Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	
	
}



#vertical_slide, #horizontal_slide {
	
	font-weight: bold;
}
