/* CSS Document */

/* Formato general, centrado, todo va dentro de #container*/
body {
	margin: 0px;
	font-family:arial;
	font-size:12px;
	color:#999999;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#flashcontent {
	widht:950px;
}#container #facebook {
	height: 20px;
	width: 20px;
	position: relative;
	left: 325px;
	top: -70px;
	z-index: 99;
}
#container #facebook a {
	background-image: url(../images/fb-gray.png);
	height: 20px;
	width: 20px;
	background-position: 0px 0px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
}
#container #facebook a:hover {
	background-image: url(../images/fb-blue.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BFBFBF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}
#footer a, #footer a:hover, #footer a:visited {
	color: #BFBFBF;
	text-decoration: none;
}
