.txt
{ 
  font-family: Trebuchet Ms, Tahoma, Verdana, Helvetica, Arial; 
  font-size:11px; 
  color:#9F8A7F; 
  line-height:18px;
  letter-spacing: 1px;
  text-decoration:none;
}

.txt:hover
{
  color: #D56D6D;
  text-decoration: underline;  
}
.txt2
{ 
  font-family: Trebuchet Ms, Tahoma, Verdana, Helvetica, Arial; 
  font-size:10px; 
  color:#9F8A7F; 
  line-height:12px;
  letter-spacing: 1px;
  text-decoration:none;
}

.txt2:hover
{
  color: #D56D6D;
  text-decoration: underline;  
}
.txt3
{ 
  font-family: Verdana, Helvetica, Arial; 
  font-size:10px; 
  color:#9F8A7F; 
  line-height:12px;
  text-decoration:none;
}

.txt3:hover
{
  color: #D56D6D;
  text-decoration: underline;  
}
.txt4
{ 
  font-family: Trebuchet Ms, Tahoma, Verdana, Helvetica, Arial; 
  font-size:11px; 
  color:#D56D6D; 
  line-height:18px;
  letter-spacing: 1px;
  text-decoration:none;
}
.txt5
{ 
  font-family: Trebuchet Ms, Tahoma, Verdana, Helvetica, Arial; 
  font-size:10px; 
  color:#D56D6D; 
  line-height:12px;
  letter-spacing: 1px;
  text-decoration:none;
}
.txt6
{ 
  font-family: Trebuchet Ms, Tahoma, Verdana, Helvetica, Arial; 
  font-size:12px; 
  color:#583A3B; 
  line-height:17px;
  text-decoration:none;
}
.txt7
{ 
  font-family:  Verdana, Helvetica, Arial; 
  font-size:12px; 
  color:#000000; 
  line-height:12px;
  text-decoration:none;
}

.titulo
{ 
  font-family: Trebuchet Ms, Tahoma, Verdana, Helvetica, Arial; 
  font-size:12px; 
  color:#D56D6D; 
  line-height:18px;
  letter-spacing: 1px;
  text-decoration:none;
  font-weight: bold;
}

.titulo:hover
{
  color: #D56D6D;
  text-decoration: underline;  
}
.pituto {
	COLOR: #D56D6D;
	FONT-FAMILY: comic sans ms;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 13px;
	TEXT-DECORATION: none;
	FONT-WEIGHT: BOLD;
}

.pituto:hover
{
  text-decoration: underline;  
}
.input {
    width:130px;
	font-size:11px;
	height:18px;
	background-image:url("../imgs/input.gif");
	color:#d56d6d;
    BORDER: solid 1px;
    BORDER-COLOR: #B0ACB0;
}
.textarea {
	width: 200px;
    height: 70px;
	color:#d56d6d;
    font-family: Tahoma;
    font-size: 11px;
    BORDER: solid 1px;
    BORDER-COLOR: #B0ACB0;
}
.boton{
	background-image:url("../imgs/enviar_on.gif");
	width: 64px;
    height: 46px;
    BORDER: solid 0px;
    BORDER-COLOR: #ffffff;
}