@charset "utf-8";
/* CSS Document */
body{
	margin:0px; padding:0px;
	background:#000 url(../img-web/fondo-web.jpg) center top fixed;
}

div#multimedia{
	margin:0px;
	padding:0px;
}
div#multimedia span, div#normal span, div#logo span{
	display:none;
	overflow:hidden;
}
div#contenedor{
	margin:0px auto;
	padding:0px;
	width:1000px;
}
div#logo{
	margin:40px auto 0px auto;
	background:url(../img-web/logo-mama-africa-club.gif) no-repeat;
	width:339px;
	height:150px;
}
div#enlaces{
	position:fixed;
	bottom:60px;
	height:140px;
	width:394px;
}
div#multimedia a{
	margin:0px 30px 0px 0px;
	padding:0px;
	background:url(../img-web/multimedia-version.gif) no-repeat;
	display:block;
	width:180px;
	height:140px;
	float:left;
}
div#multimedia a:hover{
	background:url(../img-web/multimedia-version-on.gif) no-repeat;
}
div#normal a{
	margin:0px 0px 0px 0px;
	padding:0px;
	background:url(../img-web/light-version.gif) no-repeat;
	display:block;
	width:180px;
	height:140px;
	float:left;
}
div#normal a:hover{
	background:url(../img-web/light-version-on.gif) no-repeat;
}

div#marcadores{
	position:fixed;
	bottom:45px;
	right:5px;
	margin:0px;
	width:150px;
	height:32px;
}
div#twitter, div#facebook, div#myspace, div#youtube{
	margin:0px;
	padding:0px;
}
div#twitter span, div#facebook span, div#myspace span, div#youtube span{
	display:none;
	overflow:hidden;
}
div#twitter a{
	margin:0px 5px 0px 0px;
	padding:0px;
	display:block;
	width:32px;
	height:32px;
	float:left;
	background:url(../img-web/twitter.gif) no-repeat;
}
div#facebook a{
	margin:0px 5px 0px 0px;
	padding:0px;
	display:block;
	width:32px;
	height:32px;
	float:left;
	background:url(../img-web/facebook.gif) no-repeat;
}
div#myspace a{
	margin:0px 5px 0px 0px;
	padding:0px;
	display:block;
	width:32px;
	height:32px;
	float:left;
	background:url(../img-web/myspace.gif) no-repeat;
}
div#youtube a{
	margin:0px 0px 0px 0px;
	padding:0px;
	display:block;
	width:32px;
	height:32px;
	float:left;
	background:url(../img-web/youtube.gif) no-repeat;
}
div#creditos{
	margin:0px;
	padding:0px;
	border-top:1px solid #444;
	background:#222;
	width:100%;
	bottom:0px;
	position:fixed;
}
div#creditos a{
	color:#999999;
	text-decoration:none;
}
div#creditos a:hover{
	color:#CCCCCC;
}
div#creditos p{
	text-align:center;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	line-height:3;
}