body {
        font-family: Cambria, 'Times New Roman', 'Nimbus Roman No9L','Freeserif',Times,serif;
        height: 100%;
        min-height: 100%;
        overflow: hidden;

  background: #000 url('../images/fondo_web_1.jpg')
center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}


@media only all and (max-width: 1024px) and (max-height: 768px) {
  body {
    -moz-background-size: 1024px 768px;
    background-size: 1024px 768px;
  }
}



img {
	border: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #fff;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	
}

ul li {
	margin-top: 10px;	
	height: 21px;
}

ul li a {
	display: block;
	text-indent: -999em !important;
}

ul li.phone {
	background: url('../images/tel.png') no-repeat 0 0px;
}
ul li.phone a:visited {
	background: url('../images/tel.png') no-repeat 0 0px;
}
ul li.phone a:active{
	background: url('../images/tel.png') no-repeat 0 0px;
}
ul li.phone a:hover{
	background: url('../images/tel_on.png') no-repeat 0 0px;
}

ul li.email {
	background: url('../images/mail.png') no-repeat 0 0px;
}
ul li.email a:visited{
	background: url('../images/mail.png') no-repeat 0 0px;
}
ul li.email a:active{
	background: url('../images/mail.png') no-repeat 0 0px;
}
ul li.email a:hover{
	background: url('../images/mail_on.png') no-repeat 0 0px;
}


ul li.adresse{
	background: url('../images/dir.png') no-repeat 0 0px;
}
ul li.adresse a:visited{
	background: url('../images/dir.png') no-repeat 0 0px;
}
ul li.adresse a:active{
	background: url('../images/dir.png') no-repeat 0 0px;
}
ul li.adresse a:hover{
	background: url('../images/dir_on.png') no-repeat 0 0px;
}

#panel {
	width: 100%;
	margin-left: auto;
	padding: 0;
	height: 90px;
	position: absolute;
	bottom: 60px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#logo {
	margin: 14px;
	margin-right: 60px;
}

#menu {
	width: 25px;
	margin-left: 60px;
	overflow: hidden;
}

