body{
	background: #f4f4f4 url('bg.gif') repeat;
	text-align: center;
	margin-top: 200px;
}
:focus{
	outline: none;
}
.caja{
	width: 600px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}
.clear{
	clear: both;
}
h2{
	display: block;
	width: 410px;
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	color: #808080;
	text-shadow: 0 1px 0 #fefefe;
	text-align: left;
	letter-spacing: 1px;
	margin: auto;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	box-shadow: 0 1px 0 #fefefe;
}
/* people ***************/
#people ul{
	width: 423px;
	overflow: hidden;
	margin: auto;
}
#people ul li{
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: rgba(204,204,204,0.3);
	border-radius: 20px;
	box-shadow: 0 1px 0 #fdfdfd, inset 0 1px 0 #cccccc;
}
#people ul li a{
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	box-shadow: 0 1px 1px #cccccc;
	background: #efefef;
}
#people ul li a img{
	transition-duration: .2s;
	-o-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	opacity: .6;
}
#people ul li a img:hover{
	opacity: 1;
}
/* by OscarWeb ***************/
#by{
	width: 430px;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #ababab;
	text-shadow: 0 1px 1px #efefef;
	margin: auto;
	margin-top: 10px;
}
#by a{
	text-decoration: none;
	color: #ababab;
}
#by a:hover{
	color: #404040;
}

/***********************/
/**** tooltip tipsy ****/
/* tipsy */
.tipsy { font-family:Tahoma; color: #ffffff;font-weight:bold;padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px;
background: #000000; /* Old browsers */
 color: #ffffff; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('imgs/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
