@charset "UTF-8";
/* CSS Document */

body {
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
    width: 950px;
    background: #FFF;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}
#banner {
	background:#FFF;
	height: 110px;
	width:250px;
	float:left;
}
#banner2 {
	background:#FFF;
	height:110px;
	width:auto;
	text-align:right;
	font-size:11px;
}
#left_column {
	width: 250px;
	background:#FFF;
	height:500px;
	float:left;
}
#right_column1 {
	height:500px;
	background:#FFF;
	left:250px;
}
#equipa {
	height:500px;
	width:300px;
	background:#FFF;
	float: none;
	float:left;
	}
#list {
	height:auto;
	width:700px;
	background:#FFF;
	float:right;
}
#bio {
	height:500px;
	background:#FFF;
}
#right_column2 {
	background: #FFF;
	height: auto;
	line-height: normal;
	font-size: 12px;
	text-align: justify;
	position: relative;
	top: 50px;
	float: none;
	width: 700px;
	left: 250px;
}
h1 {font-size:12px;
}
h2 {font-size:9px;
	text-align:left;
}
p {font-size:11px;
line-height:18px;
text-align:justify;
}
a:link {color:#999;}
a:visited {color:#999;}
.pics { height: 500px; width: 700px; padding:0; margin:0; overflow:hidden }
.nav { margin:3px }
#nav a { 
		margin: 0 2px;
		padding: 3px 5px;  
		background: #fff; 
		text-decoration: none;
		color:#000;
		font-size:10px;
		position:relative;
		left:240px;
		 }
#nav a.activeSlide { background:#FFF;
text-decoration:underline; }
#nav a:focus { outline:none; }
