@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color:#000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}
h1 {
	visibility:hidden;
	display:none;
}
#outer-wrapper {
	margin:0 auto;
	width:420px;
	text-align:center;
}
#wrapper {
	position:absolute;
	top:50%;
	margin-top:-145px;
	text-align:center;
}
#logo {
	margin:0 auto;
	margin-bottom:3.0em;
	height:145px;
	width:145px;
	background:url(img/espectrum-logo.png) top center no-repeat; /*145x145*/
}
ul#menu {
	margin:0 auto;
	width:420px;
	height:60px;
	list-style:none;
}
ul#menu li {
	margin:0 0.3em;
	width:60px;
	float:left;
	overflow:hidden
}
ul#menu li a {
	width:60px;
	height:60px;
	float:left;
	overflow:hidden;
}
ul#menu li a span {
	visibility:hidden;
	display:none;
}
.pinterest {
	background:url(img/icono-pinterest.png) no-repeat;
}
.pinterest:hover {
	background:url(img/icono-pinterest-hover.png) no-repeat;
}
.vimeo {
	background:url(img/icono-vimeo.png) no-repeat;
}
.vimeo:hover {
	background:url(img/icono-vimeo-hover.png) no-repeat;
}
.youtube {
	background:url(img/icono-youtube.png) no-repeat;
}
.youtube:hover {
	background:url(img/icono-youtube-hover.png) no-repeat;
}
.linkedin {
	background:url(img/icono-linkedin.png) no-repeat;
}
.linkedin:hover {
	background:url(img/icono-linkedin-hover.png) no-repeat;
}
.info {
	background:url(img/icono-info.png) no-repeat;
}
.info:hover {
	background:url(img/icono-info-hover.png) no-repeat;
}
.mail {
	background:url(img/icono-mail.png) no-repeat;
}
.mail:hover {
	background:url(img/icono-mail-hover.png) no-repeat;
}
#info {
	display:none;
}
@media screen and (max-width:600px) {
#wrapper {
 margin-top:-100px;
}
#logo {
 margin-bottom:1.0em;
}
}
@media screen and (max-width:480px) {
#outer-wrapper {
 margin:0 auto;
 width:210px;
 text-align:center;
}
#wrapper {
	position:absolute;
	top:50%;
	margin-top:-165px;
	text-align:center;
}
ul#menu {
 margin:0 auto;
 width:210px;
height:60px;
 list-style:none;
}
ul#menu li {
 margin:0.3em;
}
}
#tooltip {
	text-align: center;
	color: #9d9d9d;
	background: #545454;
	background: -webkit-linear-gradient(#333, #202020); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#333, #202020); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#333, #202020); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#333, #202020); /* Standard syntax */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position: absolute;
	z-index: 100;
	padding: 0.5em;
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;
}
#tooltip:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right:1px solid #202020;
	border-top: 10px solid #202020;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #202020;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}
