﻿#DIV-CONTACTO
{
  background: #e1e1e1;  
  overflow  : auto;
  height    : 550px;
}
  #DIV-CONTACTO div.banner img{margin:0 auto;}
  
  #DIV-CONTACTO input,
  #DIV-CONTACTO textarea
  { width: 500px;}
  
  #DIV-CONTACTO label.lblEmpresa
  {
    color       : #b5021f;
    font-weight : bold;
    font-size   : 15px;
    padding-left: 20px;
  }
  
  #DIV-CONTACTO input.btnEnviar
  {
    border: solid 1px #c3c3c3;
    color: #4b4b4b;
    font-weight: bold;
    width: 100px;
  }
  
  #DIV-CONTACTO p.titulo
  {
    background-color: #6699cc;
    color           : white;
    font-size       : 14px;
    font-weight     : bold;
    height          : 20px;
    margin-top      : 10px;
    padding-left    : 10px;    
  }
  
  #DIV-CONTACTO #DIV-FORM-CONTACTO{}
  #DIV-CONTACTO #DIV-FORM-CONTACTO table 
  {
    background: #e1e1e1;  
    width     : 100%;
  }
    #DIV-CONTACTO #DIV-FORM-CONTACTO table td
    {
      padding: 5px;
    }
    
    #DIV-CONTACTO #DIV-FORM-CONTACTO table td.boton
    {
      padding   : 10px;
      text-align: center;
    }
    #DIV-CONTACTO #DIV-FORM-CONTACTO table td.titulo
    {
      height        : 25px;
      padding-right : 5px;
      text-align    : right;
      width         : 90px;
    }

  #DIV-CONTACTO #DIV-RESPUESTA
  {
    margin-top: 10px;
    padding   : 10px;
  }
  
    #DIV-CONTACTO #DIV-RESPUESTA table 
    {
      margin-bottom: 10px;
    }
    
    #DIV-CONTACTO #DIV-RESPUESTA table td.titulo
    {
      text-align: left;
      width     : 50px;
    }
    
    #DIV-CONTACTO #DIV-RESPUESTA p{margin-bottom : 10px;}

    #DIV-CONTACTO #DIV-RESPUESTA p.resaltado
    {
	    color         : #B5021F;
	    font-weight   : bold;
	    margin-bottom : 10px;
    }

    #DIV-CONTACTO #DIV-RESPUESTA a.volver
    {
	    font-weight     : bold;
	    font-size       : 12px;
	    text-decoration : underline;	
    }
