body {
	background: black;
}

a { color: #8cc5ff; text-decoration: none;}

a:hover { text-decoration: underline;}

a img {
	border: none;
}

.clear {
	clear: both;
}

* { font-family: sans-serif;}
a,p { font-size: 0.9em;}

h1,h2,h3,h4 { margin: 3px auto 5px; }
h1,h2 { color: #aa3948; }
h1 { font-size: 1.2em ; text-transform: uppercase; margin-bottom: 20px; }
h2 { font-size: 0.9em; }
h3 { font-size: 14px; }
h4 { font-size: 0.9em; color: #d89da5; }

.overlay {
	display: none;
	z-index: 10000;
	padding: 10px;
	background: white;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -340px;
	margin-left: -510px;
	width: 1020px;
	height: 680px;
	background: url('../images/layout/background.png') no-repeat;
}

#header {
	width: 100%;
	height: 130px;
}

#logo {
	position: relative;
	top: 42px;
	z-index: 100;
	width: 400px;
}

#logo img {
	margin-left: 155px;
}

#luz-logo {
	opacity: 0;
	z-index: 1;
	position: relative;
	margin-top: -93px;
	left: 108px;
	width: 300px;
	height: 100px;
	background: url('../images/layout/luz-logo.png') no-repeat;
}

#slogan {
	width: 100px;
	position: relative;
	top: 20px;
	left: 896px;
}

#sidebar {
	z-index: 200;
	width: 251px;
	float:left;
	display: inline;
}

#menu-principal {
  list-style: none;
	padding: 0;
	margin: 0;
}

#menu-principal li {
	z-index: 300;
	width: 231px;
	height: 68px;
}

#menu-principal li#menu-cook a img {
	position: relative;
	margin-top: 29px;
}

#menu-principal li a img {
	margin-top: 24px;
}

#menu-principal li#cook a img, #menu-principal li a img {
	margin-left: 88px;
}

#menu-principal #menu-cook {
	background: url('../images/layout/menu/cook.png') no-repeat;
	height: 76px;
}

#menu-principal #menu-cook:hover {
	background: url('../images/layout/menu/cook-over.png') no-repeat;
	height: 76px;
}

#menu-principal #menu-fotos {
	background: url('../images/layout/menu/fotos.png') no-repeat;
}

#menu-principal #menu-fotos:hover {
	background: url('../images/layout/menu/fotos-over.png') no-repeat;
}

#menu-principal #menu-eventos {
	background: url('../images/layout/menu/eventos.png') no-repeat;
}

#menu-principal #menu-eventos:hover {
	background: url('../images/layout/menu/eventos-over.png') no-repeat;
}

#menu-principal #menu-noticias {
	background: url('../images/layout/menu/noticias.png') no-repeat;
}

#menu-principal #menu-noticias:hover {
	background: url('../images/layout/menu/noticias-over.png') no-repeat;
}

#menu-principal #menu-contacto {
	background: url('../images/layout/menu/contacto.png') no-repeat;
}

#menu-principal #menu-contacto:hover {
	background: url('../images/layout/menu/contacto-over.png') no-repeat;
}

img#facebook {
	margin-left: 10px;
}

#share-facebook  {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	float: left;
	width: 693px;
	height: 481px;
	display: inline;
	margin: 0;
	margin-top: 7px;
	margin-left: 15px;
	padding:15px;
	color: white;
	background: url('../images/layout/back-container.png');
}

#fotos, #eventos, #noticias {
	height: 413px;
}

#paginado {
	margin-top: 7px;
}

#paginado a img {
	position: relative;
	top: 2px;
}
#binarty {
	width: 100%;
}

#binarty img {
	margin-left: 997px;
	margin-top: 11px;
}

.info-binarty {
    background: url('../images/dd-binarty.png') no-repeat; 
		padding: 10px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px; 
}