

body {
	height: 100%;
	width: 100%;
        background-color: #f1f9e2;		
	margin: 0 0 0 0;
	padding: 0;
	}

INPUT {
	
	COLOR: #006600;
	FONT-FAMILY: arial, Helvetica;
	FONT-SIZE: 11px;
              BORDER-LEFT-COLOR: #BAE272;
              BORDER-BOTTOM-COLOR: #BAE272;
              BORDER-TOP-COLOR: #BAE272;
              BORDER-RIGHT-COLOR: #BAE272;
              BORDER-TOP-STYLE: solid;
	BORDER-RIGHT-STYLE: solid;
	BORDER-LEFT-STYLE: solid;
	BORDER-BOTTOM-STYLE: solid;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #f1f9e2;
}

TEXTAREA {
	
	COLOR: #006600;
	FONT-FAMILY: arial, Helvetica;
	FONT-SIZE: 11px;
              BORDER-LEFT-COLOR: #BAE272;
              BORDER-BOTTOM-COLOR: #BAE272;
              BORDER-TOP-COLOR: #BAE272;
              BORDER-RIGHT-COLOR: #BAE272;
              BORDER-TOP-STYLE: solid;
	BORDER-RIGHT-STYLE: solid;
	BORDER-LEFT-STYLE: solid;
	BORDER-BOTTOM-STYLE: solid;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #f1f9e2;
}



.titulo
  {
    font-family: Verdana, Arial, Helvetica;
    font-size: 19px;
    color: #006600;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
  }

  a.titulo:link, a.titulo:active, a.titulo:visited {
    font-family: Verdana, Arial, Helvetica;
    font-size: 19px;
    color: #BAE272;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
  }
  a.titulo:hover {
    font-family: Verdana, Arial, Helvetica;
    font-size: 19px;
    color: #BAE272;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
  }


.lang
  {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #436700;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: normal;
    
  }

  a.lang:link, a.lang:active, a.lang:visited {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #436700;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: normal;
    
  }
  a.lang:hover {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #006600;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: normal;
    
  }


  .contenido {
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 0px; 
	COLOR: #333333; 
	PADDING-TOP: 3px; 
	FONT-FAMILY: verdana; TEXT-ALIGN: justify;
	
  }