@charset "utf-8";
html, body {
	margin:0;
	padding: 0;
	height: 100%;
}

#container-page {
	display: block;
	width: 100%;
	position: absolute;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto 0 auto;
}

#header{
	/*background-image:url(file:///C|/Archivos%20de%20programa/EasyPHP1-8/www/elite/imagenes/FondoLogo.jpg);*/
	background-repeat:repeat-x;
	margin-top:5px;
	width: 100%;
	height:47px;
	color: #0099FF;
	font:Arial;
}
#container-content {
	margin:0 auto 0 auto;
	width:890px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
}



#container-foot {
	margin-top: -7.5em;
	width: 100%;
	background: #0099CC;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height:40px;
	font-family:;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding-top:20px;
}

.espacioAbajo{
padding-bottom:40px;
}
.top{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/top_back.jpg);
}

.mail a:link { font-family: Tahoma,Arial,Helvetica,sans-serif; font-size:14px; color:#FFFFFF; }

