@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	overflow:hidden;
}
#fondo {
	height: 100%;
	width: 100%;
	position: absolute;
}
#contenido {
	position: absolute;
	z-index: 10;
	height: 470px;
	width: 760px;
	top: 50%;
	left: 50%;
	margin-top: -235px;
	margin-left: -380px;
	text-align: center;
}
#contenido p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenido img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenido a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #3399CC;
}
#contenido a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #CC3300;
}



#pie {
	position: absolute;
	z-index: 15;
	height: 35px;
	width: 100%;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
}
#pie img {
	float: left;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pie a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#pie a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B81216;
	text-decoration: none;
}
#pie span {
	margin-right: 10px;
	float: right;
	margin-top: 15px;
}
