/* 
    Document   : contacta
    Created on : 04-jun-2008, 17:04:29
    Author     : jll001es
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*root { 
    display: block;
}*/

table.contacta {
    width: 100%;    
}

table.contacta td.izquierda {
    width: 30%;
}

table.contacta td.medio {
    width: 60%;
    vertical-align: top;
    text-align: left;
}

table.contacta td.derecha {
    width: 40%;
}
.areatexto {
    width: 300px;
}

.titulocontacta {
    
    font-size: 24px;
    font-family: 'Comic Sans MS';
    color: #000066;
    text-decoration: underline;
    font-weight: bold;
}

.enviando {
    
    font-size: 14px;
    font-family: 'Times New Roman';
    color: #000000;
    font-weight: bold;
    visibility: hidden;
    position: absolute;
    z-index: 4;    
    top: 330px;
    left: 330px;
    background-color: #ffffcc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #0000cc;
    border-bottom-color: #0000cc;
    border-left-color: #0000cc;
    border-right-color: #0000cc;
}