/* CSS Document */
body {
	font-family: Tahoma, "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    background: #000000 url('bg.jpg') repeat;
}
a:link {
	text-decoration:none;
}
.contenedor {
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
.contenedor[class] {
	position: fixed; 
	display: table;
}
.centrado {
	position: absolute; 
	top: 50%;
}
.centrado[class] {
	display: table-cell; 
	vertical-align: middle;
	text-align: center; 
	position: static;
}
.contenido {
	width: 900px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	top: -50%;
    font-size: 0.8750em;
}
.flash {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.facebook {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
    font-size: 0.6250em;
	color: #3B5998;
	font-family: Arial, Helvetica, sans-serif;
    text-align: right;

}
.facebook a {
	color: #3B5998;
	text-decoration: none;
}
.facebook a:hover {
	text-decoration: underline;
}
.facebook a img {
	border: none;
}

