/* CSS Document */

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/********** HEADER **********/
#header {
	width:960px;
	height:100px;
	background-color:#ccc;
	float:none;
	clear:both;
	margin:auto;
}

/********** CUERPO **********/
#cuerpo {
	width:960px;
	height:auto;
	float:none;
	clear:both;
	margin:auto;
}

/********** FOOTER **********/
#footer_content {
	width:100%;
	height:50px;
	background-color:#ccc;
	font-size:11px;
}

#footer {
	width: 960px;
	float:none;
	clear:both;
	margin:auto;
}
