form {
    border: #0066ff 2px solid;
    padding: 4px;
    margin: 0px 80px 0px 70px;
}
table {
    FONT: 11px verdana, arial, helvetica, sans-serif;
    margin: 0px 5% 0px 5%;
}
input {
    FONT-size: 10px;
    BACKGROUND-COLOR: #ffffff;
    border: #ff6600 1px solid;
    margin-bottom: 3px;
}

select {
    FONT-size: 10px;
    BACKGROUND-COLOR: #eeeeee;
    border: 0px;
}

textarea {
    FONT: 11px verdana, arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff;
    border: #ff6600 1px solid;
}

.fondogris {
    BACKGROUND-COLOR: #eeeeee;
    padding: 2px 10px 2px 10px;
    margin: 16px 0px 0px 0px;
    border: 0px;
}

.fondogris2 {
    BACKGROUND-COLOR: #eeeeee;
    padding: 0px 10px 4px 10px;
    margin: 0px;
    border: 0px;
    text-align: right;
}

img {
    vertical-align: top;
}

.noborde {
    border: 0px;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    BACKGROUND-COLOR: #eeeeee;
    COLOR: #0066ff;
}


.none {
    BACKGROUND-IMAGE: url(minilogo.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 24px;
}
.centrar {
    text-align: center;
}

