/* CSS Document */
html,body{margin:0;padding:0}
html, body, #contenedor{
	height:100%;
	min-height:100%;
	}
#contenedor{
	position:absolute;
	width:100%;
	}
html > body, html > body #contenedor {
 	 height:auto;
	}
body{
	background-color:#000;
	width:100%;
	}
.cabecera{
	width:100%;
	height:60px;
	margin:0;
	margin-bottom:20px;
	}
.menu{
	height:120px;
	margin-left:10px;
	color:#fff;
	}
.menu a{
	color:#CCCCCC;
	}
/*.contenido{
	width:100%;
}*/
#pie{
	position:absolute;
	bottom:0;
	font:normal 14px  "Century Gothic",Verdana, Arial, sans-serif;
	width:100%;
	height:24px;
	background-color:#FF0000;
	text-align:center;
	color:#fff;
	}
#pie a:link, #pie a:visited{
	color:#fff;
	text-decoration:none;
	}
#pie a:hover, #pie a:active{
	color:#fff;
	text-decoration:underline;
	}
	
	



