@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #111;
	color: #AAA;
}
* {
	padding: 0;
	margin: 0;
}
p {
	margin-bottom: 15px;
}
ul {
	list-style: inside;
	margin-bottom: 15px;
}
li {
	list-style-type: disc;
	line-height: 1.6em;
}
a:link, a:visited {
	color: #DDD;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
#wrap {
	width: 100%;
	height: 100%;
}
#main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 910px;
	font-size: 14px;
	position: relative;
	display: block;
}
#menu ul li {
	list-style-type: none;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	display: block;
}
#menu ul li a {
	height: 29px;
	width: 109px;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
}
#menu ul li a:hover {
	background-position: bottom left;
}
#menu ul li #hom {
	margin-left: 25px;
	margin-top: -45px;
	height: 74px;
	background: url(/pictures/fernanda.gif) top left no-repeat;
}
#hom:hover {
	background-position: top left;
}
#chi {
	background: url(/pictures/chi.gif) top left no-repeat;
}
#ser {
	background: url(/pictures/ser.gif) top left no-repeat;
}
#stu {
	background: url(/pictures/stu.gif) top left no-repeat;
}
#lin {
	background: url(/pictures/lin.gif) top left no-repeat;
}
#gal {
	background: url(/pictures/gal.gif) top left no-repeat;
}
#con {
	background: url(/pictures/cont.gif) top left no-repeat;
}
#center {
	background: url(/pictures/back.jpg) no-repeat;
	clear: both;
	height: 410px;
	position: relative;
	display: block;
}
#picture {
	position: absolute;
	overflow: hidden;
	margin: 20px 35px;
	padding-right: 20px;
	height: 370px;
	width: 450px;
	display: block;
}
#content {
	position: absolute;
	overflow: auto;
	margin: 20px 35px;
	margin-left: 410px;
	padding-right: 20px;
	height: 370px;
	width: 450px;
	display: block;
}
#content h2 {
	background: #AAA;
	padding: 3px;
	color: #111;
	margin-bottom: 10px;
}
#content p {
	line-height: 1.4em;
}
#galleria {
	text-align: right;
	position: absolute;
	overflow: auto;
	margin: 90px 20px 20px 30px;
	margin-left: 30px;
	height: 300px;
	width: 830px;
	display: block;
}
#galleria .thumb {
	margin: 10px;
	border: 2px solid #AAA;
}
.desc_galleria {
	float: right;
	margin-bottom: 30px;
	margin-right: 20px;
}
.desc_galleria img {
	border: 2px solid #AAA;
	margin-bottom: 5px;
}
#nevelab {
	text-align: center;
	font-size: 11px;
}
span.eheh{
	display: none;
}


