form {
    width: 100%;
    border: 1 px solid #ccc;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    
}

#div-formulario {
    width: 1200px;
    margin-top: 0px;
    margin-left: 200px;
    margin-right: 300px;
    
}

#logotipo {
    text-align: center;

}

label {
    font-size: 12px;
    display: block; /* es INLINE */
    width: 100%;
}

#nombre, #correo, #contacto, #departamento, #localidad {

    width: 400px;
}

#telefono {

    width: 200px;

}

#direccion {

    width: 825px;
}

#cif, #codigo {
    width: 120px;
}

#cantidad {
    width: 30%;
}

#cliente {
    border-style: none;
    border-color: white;
    border-collapse: collapse;
    text-align: center;
    margin-left: 175px;
    margin-right: 175px;
    margin-bottom: 20px;

}


#final {

    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;

}


h1 {
    margin-top: 0px;
}


/*esto es para el area de texto*/
textarea {
    resize:vertical;
    max-height: 250px;
    min-height: 150px;
}

/*Mismo codigo para input y textarea*/
input, textarea {
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box ; /*Tiene q estar asi para funcionar*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #ccc
}


#boton-aceptar {
    background-color: lightblue;
    margin-bottom: 0;
    background: #1668C4;
    color: #fff;
    border: none;
    width: 100%;
    height: 30px;

   

}

#boton-aceptar:hover {
    background: #4A88F4;
    cursor:pointer
}

input[type=text]:focus {
    background-color: lightblue;
}

input[type=email]:focus {
    background-color: pink;
}

#cantidad:focus {
    background-color: pink;
    
}




/*ESTO ES LA TABLA*/

#cajatres { 
    /*margin: 10px 10px 10px 10px; */
    border: 5px groove #6600cc; 
    background-color: white; 
    padding: 15px ;
           }

#cajatres h1 {
    font-family: arial;
    font-size: 2.2em;
    text-align: center;
    color: #660033; 
            }

#cajatres p {
    font-style: italic;
    font-family: tahoma;
    font-size: 1.1em; 
            }

#cajatres table {
    border: 2px solid #660066; 
    border-collapse: collapse; 
    margin: auto; 
    width: 100%; 
                }

#cajatres th, td {
     border: 1px solid #660066;
     font-family: arial;
     font-size: 1.1em;
     padding: 5px 10px;
     color: #660066; 
                }

#cajatres table caption { 
     font-family: arial;
     font-size: 1.3em;
     color: #006600;
     padding-bottom: 10px;
                        }
#cabecera {
    background-color: aquamarine;

}

#lote, #precio {

    text-align: center;
}

tr:hover {background-color: #D6EEEE;}           
