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