﻿body {
}
.textoformulario
{
    font-size: 14px;
    font-family: 'Arial Narrow' , Arial;
    text-align: left;
    color: #990000;
    border-left-color: #990000;
    border-bottom-color: #990000;
    border-top-style: solid;
    border-top-color: #990000;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #990000;
    border-bottom-style: solid;
    font-weight: bold;
}
.marcocontacto
{
    border-bottom: lightgrey 3px solid;
    border-left: lightgrey 3px solid;
    border-top: lightgrey 3px solid;
    border-right: lightgrey 3px solid;
    background-color: #ffffff;
}
.cajatexto
{
    font-size: 10px;
    font-family: Verdana;
}
.boton
{
    border-color: #A9A9A9;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border-top-style: solid;
    font-family: 'Arial Narrow' , Arial;
    border-right-style: solid;
    border-left-style: solid;
    background-color: #1e1e1e;
    border-bottom-style: solid;
}
.textoMensaje
{
    font-size: 14px;
    font-family: 'Arial Narrow' , Arial;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    left: 475px;
    position: absolute;
    top: 90px;
}
.PWEB:link
{
    color: black;
    text-decoration: none;
}
.PWEB:visited
{
    color: black;
    text-decoration: none;
}
.piedepagina
{
    font-size: 14px;
    color: white;
    font-family: 'Agency FB';
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}