      td{
			  font-family:verdana;
			  font-size:10px;
			  color:#666666;
			}
			input	{
			  font-family:verdana;
			  font-size:10px;
			  color:#666666;
			  border-style:solid;
			  border-width:1px;
			  border-color: #666666;
			  background-color:#EEEEEE;
			}
			textarea{
			  font-family:verdana;
			  font-size:10px;
			  color:#666666;
			  border-style:solid;
			  border-width:1px;
			  border-color: #666666;
			  background-color:#EEEEEE;
			}
			a{
			  text-decoration:none;
			  color:#212121;
			}
			a:hover{
			  text-decoration:underline;
			}
			.titulo{
			  font-family:arial;
			  font-weight:bold;
			  font-size:16px;
			  color:#212121;
			  border-bottom:2px solid #303133;
			}
			.espacio{
			  font-size:5px;
			}
			.boton{
			  background-color:#A7BDD0;
			  text-align:center;
			  font-weight:bold;
			  font-size:11px;
			  color:#333333;
			  width:14px;
			  height:14px;
			  cursor:pointer;
			}
			.tboton{
			  color:#333333;
			  cursor:pointer;
			  font-family:arial;
			  font-size:9px;
			}