@charset "utf-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

body {
	background-color: #FFF;
	font-family: "Titillium Web", Times, Verdana, Geneva, sans-serif;
	font-size: 18px;
}

#conteiner {
	width: 960px;
	height: auto;
	background-color: #000;
	margin: auto;
	border: none;
	position: relative;
	z-index:0;
}

#uno {
	width: 960px;
	height: auto;
	border: none;
	position: absolute;
}

#dos {
	width: 500px;
	height: 40px;
	top: 550px;
	left: 218px;
	border: none;
	text-align:left;
	position: absolute;
}
	
#twitter {
	width: 30px;
	height: 30px;
	top: 598px;
	left: 218px;
	border: none;
	position: absolute;
}
	
#facebook {
	width: 30px;
	height: 30px;
	top: 598px;
	left: 283px;
	border: none;
	position: absolute;
}

#youtube {
	width: 30px;
	height: 30px;
	top: 598px;
	left: 348px;
	border: none;
	position: absolute;
}

#soundcloud {
	width: 30px;
	height: 30px;
	top: 598px;
	left: 423px;
	border: none;
	position: absolute;
}


/*ACTIVADO LINK MAIL*/
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #83B341;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
/* ---*/