table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table th,
table td {
	border: 1px solid #000;
    padding: 5px
}
table tr:first-child th { /* primera fila */
	border-top: none;
}
table tr:last-child td { /* ultima fila */
	border-bottom: none;
}
table th:first-child,
table td:first-child { /* primera columna */
	border-left: none;
}
table th:last-child,
table td:last-child { /* ultima columna */
	border-right: none;
}


.contacto {
    border: solid 1px;
    padding: 10px;
}


.documento:hover {
    background-color: LightBlue;
}

.formulario span{
    width: 200px;
}
.formulario input{
    width : 100%;
}

.formulario textarea{
    width : 100%;
    height : 200px;
}

#espera {

    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("espera.gif");
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    opacity: 0.4;

}

#area_trabajo {
    width: 96%;
    margin: 0 auto;
    font-size: 1em;
    text-align: justify;
}

@media (min-width: 668px) { 
    .whatsapp { 
        display: none 
        } 
    }


img { 
    max-width : 100%;
}