.texto {
	font-family: Arial;
	font-size: 9px;
	color: #979797;
}

.texto A:link {text-decoration: none; color: #979797}
.texto A:visited {text-decoration: none; color: #979797}
.texto A:active {text-decoration: none; color: #979797}
.texto A:hover {text-decoration: underline; color: #AD3A3A;}

.texto2 {
	font-family: Arial;
	font-size: 9.5px;
	color: #979797;
}

.texto3 {
	font-family: Arial;
	font-size: 10.5px;
	color: #979797;
}

.intro {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 13.5px;
	color: #979797;
	line-height: 120%
}

.poema {
	font-family: Verdana;
	font-size: 10px;
	color: #979797;
}


table {
	border: 1px none;


}

.formButton {
background-color: darkgrey;
border-width: 1;
color: black;
font-size: 8pt;
font-family: arial;
font-weight: bold;
}

input {
background-color: darkgrey;
border-width: 1;
color: black;
font-size: 8pt;
font-family: arial;
font-weight: normal;
}

select {
background-color: darkgrey;
border-width: 1;
color: black;
font-size: 8pt;
font-family: arial;
font-weight: bold;
}

textarea {
background-color: darkgrey;
border-width: 1;
color: black;
font-size: 8pt;
font-family: arial;
font-weight: normal;
}