body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	margin-top: 0px;
	background-color: #000000;
	/*background-image:url(0PRUEBAS/Entradas/fondo_acobluna.jpg);*/
}

@font-face {
	font-family: 'Cure-WildMoodSwingsNormal';
	src: url('principales/fuentes/cswing-webfont.eot');
	src: local('Cure-WildMoodSwingsNormal'), url('principales/fuentes/cswing-webfont.woff') format('woff'), url('principales/fuentes/cswing-webfont.ttf') format('truetype'), url('principales/fuentes/cswing-webfont.svg#webfontcPR7ThRl') format('svg');
}


.oneColFixCtrHdr img {border:0}
.oneColFixCtrHdr #container {
	width: 969px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	padding: 15px;
	background-image:url(principales/marco.jpg);
	background-repeat:repeat;
	height:520px;
	position: absolute;
	left: 50%;
	top: 47.5%;
	margin-top:-260px;
	margin-left:-500px;
	z-index: 2;
}
.oneColFixCtrHdr #header {
	width: 100%;}
	
.oneColFixCtrHdr #header a{
	color:#F0F0F0;
	text-decoration:none;
	background-color:#000;
	font-family: "Cure- Wild Mood Swings";
}

.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	height: 455px;
	overflow: auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

