@charset "utf-8";
/* CSS Document */

.center {
	margin:0 auto;
	text-align: center;
}

.text {
	text-align: center;
	margin:0 auto;
	width:600px;
}

.foot {
	height:50px;
	position:absolute;
	bottom:0;
	padding:0px;
	width:99%;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#4F4F4F;
	}
	
.publicidad {
	padding:3px;
	height:140px;
	position:absolute;
	bottom:0;
	padding:0px;
	width:100%;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#4F4F4F;
	}
	
	
	
	
	
