
* {
padding: 0;
margin: 0;
}
body {
background: #4b0650 url(../images/fondo.jpg) top no-repeat;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
div#wrapper{
width: 100%;
margin: 0 auto;
min-height: 420px;
}

a{outline: none;}

strong{
color: #cb7dc3;
text-decoration: none;
margin: 0px;
outline: none;
font-weight: 100;
}

div#sombra{
width: 100%;
height: 30px;
margin: 0 auto;
background: url(../images/sombra.png) repeat-x;
display: block;

}

div#sombra a{
color: #7c86ae !important;
}

div#sombra a:hover{
color: #d5afd7 !important;
}

div#sombra p{
color: #ae92b5 !important;
}

div#navbar{
width: 100%;
height: 96px;
margin: 0 auto;
background: url(../images/nav-bg.jpg) top repeat-x;
 }

div#navbar ul{
margin:0 auto;
height:96px;
width:861px;
list-style-type:none;
}

div#navbar li{
margin:0px;
height:96px;
display:block;
float: left;
text-indent: -9999px;
}

li.hacemos {
width: 161px;
background:url(../images/hacemos-on.jpg) top right no-repeat;
}
li.equipo {
width: 93px;
background:url(../images/equipo-on.jpg) top right no-repeat;
}
li.logo {
background:url(../images/logo.jpg) top right no-repeat;
}
li.clientes {
width: 93px;
background:url(../images/clientes-on.jpg) top right no-repeat;
}
li.contacto {
width: 93px;
background:url(../images/contacto-on.jpg) top right no-repeat;
}

/***A***/

li.hacemos a{
width: 161px;
background:url(../images/hacemos.jpg) top left no-repeat;
}
li.equipo a {
width: 93px;
background:url(../images/equipo.jpg) top left no-repeat;
}
li.logo a {
width: 421px;
background:url(../images/logo.jpg) top left no-repeat;
}
li.clientes a {
width: 93px;
background:url(../images/clientes.jpg) top left no-repeat;
}
li.contacto a {
width: 93px;
background:url(../images/contacto.jpg) top left no-repeat;
}

div#navbar li a {
height:96px;
display:block;
text-indent:-999999em;
overflow:hidden;
}

div#navbar li a:hover {
background: none;
}

div#navbar li a:active {
background: none;
}

img{border:none !important;}


