/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* hide from ie5 mac \*/
html {
	height: 100%;
	overflow: hidden;
}
div#site {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

div#site {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

body#index {
	text-align: center;
}

body#index div#site {
	width: 300px;
	margin: 0 auto;
	margin-top: 50px;
}

body#index p, body#index a {
	text-align: center;
	color: #A50C0C;
	margin-top: 16px;
}

a {
	color: #A50C0C;
}

a:hover {
	text-decoration: none;
}

body#index #site {
	height: auto;
}

div#credito {
    color: #808080;
	text-align: right;
    font-size: 9px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div#credito a {
    color: #808080;
    text-decoration: none;
}
