@charset "utf-8";
body {
	background-color:#FFF;
	overflow:hidden;
	font-size: 100%;
	font: 0.7em 'Century Gothic', Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}
h1 {
	font: 1em 'Century Gothic', Verdana, Geneva, sans-serif;
	color: #8c8c8c;
	margin: 0;
}

p {
	color: #8c8c8c;
	margin: 0;
}
img { -ms-interpolation-mode: bicubic; }

#content {
	background-attachment: fixed;
	width:100%;
	position: relative;
	min-height:200px;
	z-index: 1;
	margin:0 auto;
	text-align: center;
}
#content .wrap {
	margin: 20px auto 0;
	width: 500px;
	text-align: center;
}
#bottom {
	text-align:center;
	bottom: 0px;
	width:100%;
	margin:0 auto;
	position:fixed;
	margin-bottom: 120px;
}
.stream {
	background: url(../images/stream.jpg) top center no-repeat;
	height: 150px;
	margin: 0 auto;
}

#footer {
	/*background: url(../images/bg_footer.jpg) no-repeat bottom center;*/
	position: fixed;
	bottom: 0px;
	width:100%;
	height:45px;
	margin:0 auto;
	z-index: 10;
}

#footer .wrap {
	margin: 0 auto;
	width: 750px;
}
.twitter {
    width: 30px;
	height: 29px;
	margin: 23px 5px 0 38px;
	position: relative;
	float: left;
}
.facebook {
    width: 30px;
	height: 30px;
	margin: 12px 0 0 74px;
	position: relative;
	float: left;
}
.iconik {
    width: 62px;
	height: 18px;
	margin: 16px 33px 0 0;
	position: relative;
	float: right;
}
.contacto {
	margin-top: 50px;
}