html {
    background: url("../Imagenes/Smart_cities.JPEG") no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div {
    background:appworkspace;
    border-radius:25px 25px;
    background-color: grey;
    background: rgba(0, 0, 0, 0.6); 
    width: 780px;
 /* height:1100px;*/
    float: center;
    margin-top: 0px;
 }

h1 { 
    color: white;
    margin-top: 0px;
}

#h1-nost{
    margin-left: 50px;
    font-size: 25px;
    text-align: left;
}

p{
    color: white;
    font-size: 25px;
    margin-top: 0px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
}

#p-uno{
    color: white;
    float: left;
    margin-top: 0px;
    margin:0;
    padding:0;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.6);
    font: Helvetica, Arial, sans-serif;     
}

 #p-inicio{
    text-align: center;
    font-size: 30px;
 }

  table{
    color: white;
    font-size: 25px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
     }

form{
    color: white;
    text-align: left;
}

label{
        margin-left: 50px;
        font-size: 20px;
        font: Helvetica, Arial, sans-serif;   
}

input{
        margin-left: 10px;
}

textarea{
margin-left: 5px;
}

#input-nom{
    margin-left: 22px;
}

#input-corr{
    margin-left: 32px;
}

#input-tel{
    margin-left: 17px;
}

#input-bot{
    margin-left: 143px;
    font-size: 18px;
    font: Helvetica, Arial, sans-serif;   
}

#comentario{
    margin-left: 143px;
}

   /* #footer {
        position: relative;
        height: 2em;
        line-height: 2em;
        margin: 0;
        background: black;
        color: #999;
        color: rgba(185, 186, 187, 0.5);
        overflow: hidden;
    }

        #footer a {
            color: #999;
            color: rgba(185, 186, 187, 0.5);
        }

            #footer a:hover {
                color: #bbb;
                color: #b9babb;
            }

        #footer .actions {
            position: relative;
            left: 0em;
            top: 0.25em;
            height: 2em;
            line-height: 2em;
            margin: 0;
        }

            #footer .actions li {
                font-size: 1.25em;
                margin: 0;
            }

                #footer .actions li a {
                    padding: 0.5em;

                }

        #footer .menu {
            position: absolute;
            right: 2em;
            top: 0;
            height: 2em;
            line-height: 2em;
            margin: 0;
        }

            #footer .menu li {
                font-size: 0.9em;
                
            }*/


/*jdjdjdjdjdjdjdjjd*/
.menudes {
position: relative;
/*overflow: hidden;*/
width: 100%;
margin: 0px auto 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
border-radius: 8px;
background: #025BA3;
text-align:right;
}
.menudes a {
display: inline-block;
width: 10%; /* 100% dividido por el número de elementos del menú */
box-sizing: border-box;
padding: 5px 5px;
color: #fff;
text-decoration: none;
}
.marca {
/*position: absolute;*/
bottom: 0px;
left: -12.5%; /* Al menos 1/2 del ancho de cada enlace */
width: 10.5%;  1/2 del ancho de cada enlace 
height: 4px;
background: #fff;
transition: 0.5s ease-in-out; 
}
.menudes a:nth-child(1):hover ~ .marca {
left: 1.25%; /* 1/4 Ancho del enlace */
}
.menudes a:nth-child(2):hover ~ .marca {
left: 31.25%; /* 1/4 Ancho del enlace + 1 vez ancho enlace */
}
.menudes a:nth-child(3):hover ~ .marca {
left: 56.25%; /* 1/4 Ancho del enlace + 2 veces ancho enlace */
}
.menudes a:nth-child(4):hover ~ .marca {
left: 81.5%; /* 1/4 Ancho del enlace + 3 veces ancho enlace */
}