body {
	font-family: Verdana, serif;
}

#nav, #nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1;
}

#nav a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: black;
        display: block;
        width: 10em;
	border-style: none;
	border: 0;
}

#nav li { /* all list items */
        float: left;
        width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
        position: absolute;
	text-align: center;
        z-index: 100;
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
        left: auto;
}

#content {
        clear: left;
        color: #ccc;
}
#theader {
	margin-left: 120px;
	width: 830px;
	border-color: #000080;
	border-style: double;
	border-width: 1px;
}

#theader a {
	text-decoration: none;
}

#barra {
	margin-left: 120px;
	width: 125px;
	background: #9999cc;
	height: 500px;
}	

#contenido {
	position: absolute;
	z-index: 1;
	background: white;
	color: #000080;
	width: 705px;
	top: 174px;
	left: 258px;
}
.tituloe {
	color: #000080;
	font-size: large;
}

#bio
{
	width: 265px;
	background: #ebebeb;
}

#bio a 
{
	color: #471e8e;
}

#pro
{
	width: 565px;
	background: #ebebeb;
}

#pro a 
{
	color: #471e8e;
}

