@charset "UTF-8";

/*
CSS 
NOVEMBRO S.L.
2009/04/01
----------------------------------------------- */

/* Structure
----------------------------------------------- */

body, html {
	background: rgb(143,0,0);text-align:center;color: white;height:100%;
	}
	
#wrap {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	}

#logo {
	margin-top: 12%;
	}
	
#navegacion {
	position:absolute;top:0;left:0; margin: 99px 0 0 40px;/*99 sin el logo / 30 con el logo*/
	font-size: 11px;
	text-transform: uppercase;text-align: left;
	}
	
#nav-lang {
	margin-top: 40px;
	}
	
#nav-lang .ml {
	margin-left: 80px;position: relative;
	}
	
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height: 40px;
	text-align: center;
	left:0px;
	}
