@charset "UTF-8";

.footer {
	background-image:url(IMG/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	height:115px;
	}


.header {
	background-image:url(IMG/header.png);
	background-position:center;
	background-repeat:no-repeat;
	height:255px;
	}


.content {
	background-image:url(IMG/content.png);
	background-position:center;
	background-repeat:repeat-y;
	
}
.wrapper {
	width: 100%;
	margin-left: -50%;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	height: 100%;
}

body {
	background-image:url(IMG/DRIPBG.jpg);
	background-size:cover;
	}

body {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
.publicidad {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	top: 777px;
	left: 665px;
	text-align: center;
	padding-bottom: 0px;
	height: 160px;
}
.menu {
	width: 800px;
	margin-left: -370px;
	position: absolute;
	top: 511px;
	left: 642px;
	text-align: center;
	height: 45px;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	text-align:left;
}


