body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.bot {
	background-color: #585858;
}
div.copy {
	font-size:xx-small;
	font-weight: bold;
	color: #CCCCCC;
}
a.botones{
	cursor:pointer;
	cursor:hand;
}
textarea {
	border: none;
	background-color: #888888;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	border: none;
	background-color: #888888;
	color: #FFFFFF;
}
div.sms{
	border: 2px solid #666666;
}
span.titulo {
	font-size: 12px;
	font-weight: bold;
	color: #FF3333;
	text-decoration: underline;
}
span.nombre {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
span.normal {
	font-size: 12px;
	font-weight: normal;
}
span.mensaj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.boton{
	background-color:#888888;
	background-image:url(../i/fondos/boton.gif);
	background-repeat:repeat-x;
}
input.boton:hover{
	background-color:#AAAAAA;
	cursor:pointer;
	cursor:hand;
}