body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	background-image: url(./img/sfondosup2.png);
	background-repeat: no-repeat;
	background-position: top center;
}

a{
	color: #ffffff;
	text-decoration: none;
}

#logo{
	float: right;
	height: 118px;
	width: 121px;
}
#logo img{
	vertical-align: top;
	border:0;
	padding:0;
	margin:0;
	margin-top: 5px;
}
#nav{
	float: right;
	margin-top: 5px;
}
#nav ul{
	list-style: none;
	padding: 0;
	margin:0;
	margin-right: 15px;
}
#nav li {
	float:left;
	display:block;
	border-right: 1px solid #0f2d75;
	border-bottom: 1px solid #0f2d75;
	color: #ffffff;
	margin-right: 5px;
	background-color: transparent;
}
#nav li:hover{
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}
#nav li#selected{
	padding-left: 5px;
	padding-right: 5px;
	color: #29578b;
	background-color: #ffffff;
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
}
#nav a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#nav a:hover {
	background-color:#eeeeee;
	text-decoration: none;
	color: #29578b;
	font-weight: bold;
}

H1 {
	font-size: 20px;
}

H2 {
	font-size: 12px;
	font-weight: bold;
}

#introcontainer{
	position: absolute;
	top: 250px;
	width: 60%;
	text-align: justify;
	margin-left: 20%;
	width: 600px;
}

#firma{
	margin-left: 70px;
}

#biocontainer{
	position: absolute;
	top: 220px;
	width: 60%;
	text-align: justify;
	margin-left: 20%;
	width: 500px;
}

#bioimg{
	float: right;
}

#biotxt{
	width: 260px;
}

#biocontainer h2{
	margin-top: 50px;
}

#imgcontainer{
	position: absolute;
	top: 170px;
	text-align: center;
	width: 98%;
	margin-left: 1%;
}

#imgcontainer table{
	margin: auto;
}

#imgcontainer tr{
	height: 160px;
}

#imgcontainer td{
	width: 160px;
	margin: 10px;
	background-color: #29578b;
}

#imgcontainer a{
	border: 0;
	margin: 5px;
}
#imgcontainer img{
	border: 0;
	margin: auto;
}
