*{
	margin:0;
	padding:0;
	color: black;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

body{
	background-color: #0099cc;
	min-width:800px;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -177px;
	margin-left: -325px;
	width:650px;
	height:355px;
} 

html>body .centered{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right:0;
	margin:auto;
}

.nombre{
	position:absolute;
	top:60px;
	left:60px;
	font-size: 20px;
}

.content{
	position:absolute;
	top: 90px;
	left: 60px;
	width: 540px;
	height:200px;
	overflow-y:scroll;
}

ul#n {
	list-style-type: none;
	margin: 0.5em 0;
	padding: 0;
	}

ul#n li {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	}

#fn-loginBar {
	font-size:4px;
	color:white;
}
.email{
	position: absolute;
	width:16px;
	height: 16px;
	top:300px;
	left:585px;
}
.email a{
	border:none;
}
.email img{
	border: none;
}
 li.c2 {list-style: none}
 .c1 {display: none;}
