@charset "utf-8";
/* CSS Document */
div {
	margin: 0px;
	padding: 0px;
}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#381425;
}

#content {
	text-align:left;
	margin: 0px auto 0px auto;
	width:962px;
}

#pie {
	text-align:left;
	margin: 10px auto 10px auto;
	width:962px;
}

.texto {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#ff58ae;
	text-decoration:none;
	line-height:20px;
}

.mini {
	font-size:10px !important;
	color:#9a3666 !important;
}

.loading {
	height: 40px;
	width: 100%;
	background:url(imgs/loading.gif) center no-repeat;
	margin-top:80px;
}
