h1 {
font-size: 34px;
color: white;
font-family: 'Open Sans';
display: inline-block;
text-align: center;
align-content: center;
text-shadow: 1px 1px 1px black;
background-image: url(images.jpg);
width: 100%;
padding-bottom: 3px;
}






body {background-image: url("naranja.jpg");
text-align:center;}

#navegador {margin: 70px;}

#navegador ul{
   list-style-type: none;
   text-align: center;
   font-size: 18px;
   font-style: bold;
   font-family: calibri;
   text-decoration: underline;
   margin-top: 100px;
}

#navegador li{
   display: inline;
   text-align: center;
   margin: 0 40px 0 0;
}

#navegador li a {
   padding: 2px 7px 2px 7px;
   color: white;
   background-color: grey;
   text-shadow: 1px 1px 1px black;
   border: 1px solid #ccc;
   text-decoration: underline;
}


#menu li
{
    display: inline;
}

#menu li a
{
    display: inline-block;
    height: 20px;
    padding-top: 80px; /* Espacio para la imagen */
    width: 100px;
}

#enlace1 { background: transparent url('img/predial.png') no-repeat top center; }
#enlace2 { background: transparent url('img/contacto.png') no-repeat top center; }
#enlace3 { background: transparent url('img/ubicacion.png') no-repeat top center; }


#menu li a {color: grey;
font-family: 'calibri';
font-size: 14px;
text-shadow: 1px 1px 1px black;
}

#ini {font-size: 20px;
font-family: calibri;
color: black;
text-shadow: 1px 1px 1px black;
text-decoration: none;
margin-top: 200px;
}

footer {font-family: calibri;
font-size: 12px;
margin-top: 500px;}